summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 02:51:24 +0000
committerBioArchLinuxBot2023-04-27 02:51:24 +0000
commit601e580f65545d5ac8b4a76e166a2d3c327904c9 (patch)
tree96de509768cc5b612c231727c84a94e9ea4ff8dc /PKGBUILD
parent0f83fbd216e3ad7dcff18f2402c6ddd646638435 (diff)
downloadaur-601e580f65545d5ac8b4a76e166a2d3c327904c9.tar.gz
[lilac] updated to 2.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ef243518a76..b9ec1f8a3b6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiocStyle
-_pkgver=2.26.0
+_pkgver=2.28.0
pkgname=r-${_pkgname,,}
-pkgver=2.26.0
+pkgver=2.28.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=('546f4f06289585d8772ed35e85aa4ce071dc0d151cb12d862ce5a80c7dbd5024')
+sha256sums=('2a18eacd6aef278678b59d8048c3251185726602a346dd32bf3bdcf0abb3d712')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"