summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c513067a71f7..35550276b548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
+# Maintainer: peippo <christoph+aur@christophfink.com>
# Maintainer: Grey Christoforo <first name at last name dot net>
_cranname=BiocManager
-_cranver=1.30.12
+_cranver=1.30.16
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="A convenient tool to install and update Bioconductor packages."
arch=(x86_64)
-url="https://CRAN.R-project.org/package=BiocManager=${_cranname}"
+url="https://CRAN.R-project.org/package=${_cranname}"
license=('Artistic2.0')
depends=(
r
@@ -22,7 +23,7 @@ r-rmarkdown
r-knitr
)
source=("${pkgname}-${pkgver}.tar.gz::https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('c36108c1d1f3bee1c7ac513714f0c5a75c8417f39b0d69553583dd00d4b74a30')
+sha256sums=('75a754a55192ef6aa6ac9b054fd5381ff03fe6bb8b2e033eb8143da930ef3855')
noextract=(${pkgname}-${pkgver}.tar.gz)
build() {