summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 18:46:05 +0000
committerBioArchLinuxBot2024-05-01 18:46:05 +0000
commite69050bf84eb314c5c9123948fe2d94d47efa70e (patch)
tree39c933e19a209880df0ac0569598431cbb877361 /PKGBUILD
parent882e37a6dcf354587131d4e3ac46f533e277d229 (diff)
downloadaur-r-biocviews.tar.gz
[lilac] updated to 1.72.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e38d640fd3a..c6d5f0eada5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=biocViews
-_pkgver=1.70.0
+_pkgver=1.72.0
pkgname=r-${_pkgname,,}
-pkgver=1.70.0
+pkgver=1.72.0
pkgrel=1
pkgdesc='Categorized views of R package repositories'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0b5500ff5b7d6b5a2eda6478c0a26a069074f62fee1430035bac67a80f51f33a')
+sha256sums=('05ca88945b8db5e144194ed976fe09b73f6281a64b4d2ecac9a8bb7b41d14982')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"