summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 04:15:45 +0000
committerBioArchLinuxBot2023-10-26 04:15:45 +0000
commitec311d741068f24f486f11e3c1044ca3a68fc1bd (patch)
tree5f1d37de39cd30ad03839f3c9002e57621359ecc /PKGBUILD
parent576394a9bbf578507ab35737391213b8a6045049 (diff)
downloadaur-r-org.sc.sgd.db.tar.gz
[lilac] updated to 3.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12f6de85c5ad..05532623b79d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=org.Sc.sgd.db
-_pkgver=3.17.0
+_pkgver=3.18.0
pkgname=r-${_pkgname,,}
-pkgver=3.17.0
+pkgver=3.18.0
pkgrel=1
pkgdesc='Genome wide annotation for Yeast'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2f8ab9fd2c890a046ba849c3e7e25c427153fcf7f21d162c996dbeff7499ddaa')
+sha256sums=('595cf311e94a0cddc7e80d83008ac16b47bcefa8453efbbb13f6ca5c2376cf96')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"