mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 1.10.0-1
This commit is contained in:
parent
cd63a1afa4
commit
dde4f817c9
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = r-treeandleaf
|
||||
pkgdesc = Displaying binary trees with focus on dendrogram leaves
|
||||
pkgver = 1.8.0
|
||||
pkgver = 1.10.0
|
||||
pkgrel = 1
|
||||
url = https://bioconductor.org/packages/TreeAndLeaf
|
||||
arch = any
|
||||
|
|
@ -21,7 +21,7 @@ pkgbase = r-treeandleaf
|
|||
optdepends = r-rmarkdown
|
||||
optdepends = r-runit
|
||||
optdepends = r-stringr
|
||||
source = https://bioconductor.org/packages/release/bioc/src/contrib/TreeAndLeaf_1.8.0.tar.gz
|
||||
sha256sums = d062e8fb92173cad6762743d121b4357f542360e56a5b0e7f8518b271ce3af73
|
||||
source = https://bioconductor.org/packages/release/bioc/src/contrib/TreeAndLeaf_1.10.0.tar.gz
|
||||
sha256sums = 26ce6f43135ee32151f643a7ca598538a5a699fd3b0680a2d130b87ae4b36c7a
|
||||
|
||||
pkgname = r-treeandleaf
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=TreeAndLeaf
|
||||
_pkgver=1.8.0
|
||||
_pkgver=1.10.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.8.0
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgdesc='Displaying binary trees with focus on dendrogram leaves'
|
||||
arch=('any')
|
||||
|
|
@ -30,7 +30,7 @@ optdepends=(
|
|||
r-stringr
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('d062e8fb92173cad6762743d121b4357f542360e56a5b0e7f8518b271ce3af73')
|
||||
sha256sums=('26ce6f43135ee32151f643a7ca598538a5a699fd3b0680a2d130b87ae4b36c7a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue