diff options
author | BioArchLinuxBot | 2024-05-01 20:49:58 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-01 20:49:58 +0000 |
commit | f84c6966f5cb516652e3401a45051847d6712964 (patch) | |
tree | 70ba2e623aedb10eb2d70b3fc24875297c0b24b6 | |
parent | 866e8c6e9046b8c9f5ac58e1013111a0d345e37a (diff) | |
download | aur-f84c6966f5cb516652e3401a45051847d6712964.tar.gz |
[lilac] updated to 2.32.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-biocstyle pkgdesc = Standard styles for vignettes and other Bioconductor documents - pkgver = 2.30.0 + pkgver = 2.32.0 pkgrel = 1 url = https://bioconductor.org/packages/BiocStyle arch = any @@ -14,7 +14,7 @@ pkgbase = r-biocstyle optdepends = r-biocgenerics optdepends = r-htmltools optdepends = r-runit - source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocStyle_2.30.0.tar.gz - sha256sums = 9cbae3a879d4ed1e3692111d802193d8facf0a89e0bffa6de05718bb476cf39e + source = https://bioconductor.org/packages/release/bioc/src/contrib/BiocStyle_2.32.0.tar.gz + sha256sums = 1d8ca2b6c5a3e4014fc03ff142585dbb318d7987bedb6c62db51fe0f89e4a9ee pkgname = r-biocstyle @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=BiocStyle -_pkgver=2.30.0 +_pkgver=2.32.0 pkgname=r-${_pkgname,,} -pkgver=2.30.0 +pkgver=2.32.0 pkgrel=1 pkgdesc='Standard styles for vignettes and other Bioconductor documents' arch=('any') @@ -23,7 +23,7 @@ optdepends=( r-runit ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('9cbae3a879d4ed1e3692111d802193d8facf0a89e0bffa6de05718bb476cf39e') +sha256sums=('1d8ca2b6c5a3e4014fc03ff142585dbb318d7987bedb6c62db51fe0f89e4a9ee') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |