mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 1.20.0-1
This commit is contained in:
parent
3a7551c6c5
commit
46522eea4b
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.18.0
|
||||
pkgver = 1.20.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.18.0.tar.gz
|
||||
sha256sums = 11b1b41e4fadc8b6c3797561552b5ecd5776af156911b1f182d31ae63d3ba40d
|
||||
source = https://bioconductor.org/packages/release/bioc/src/contrib/TreeAndLeaf_1.20.0.tar.gz
|
||||
sha256sums = e8f7af154252958bafd56727f54f121ee8db084db496eb4d67bb510461394f8a
|
||||
|
||||
pkgname = r-treeandleaf
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=TreeAndLeaf
|
||||
_pkgver=1.18.0
|
||||
_pkgver=1.20.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.18.0
|
||||
pkgver=1.20.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=('11b1b41e4fadc8b6c3797561552b5ecd5776af156911b1f182d31ae63d3ba40d')
|
||||
sha256sums=('e8f7af154252958bafd56727f54f121ee8db084db496eb4d67bb510461394f8a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue