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