summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 05:47:01 +0000
committerBioArchLinuxBot2022-11-03 05:47:01 +0000
commit1ef6f053aabe8062568711bcc1daf5d0a042250c (patch)
tree7a17e49ae0c65c366c66a9b778c8be7ef31df7a4
parentf7688e64f2ad8e3d03d4755acff7c8e785e9b60e (diff)
downloadaur-1ef6f053aabe8062568711bcc1daf5d0a042250c.tar.gz
[lilac] updated to 3.16.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 170c94dc3adc..54e51d6d99cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-org.sc.sgd.db
pkgdesc = Genome wide annotation for Yeast
- pkgver = 3.15.0
- pkgrel = 3
+ pkgver = 3.16.0
+ pkgrel = 1
url = https://bioconductor.org/packages/org.Sc.sgd.db
arch = any
license = Artistic2.0
@@ -10,7 +10,7 @@ pkgbase = r-org.sc.sgd.db
optdepends = r-annotate
optdepends = r-dbi
optdepends = r-runit
- source = https://bioconductor.org/packages/release/data/annotation/src/contrib/org.Sc.sgd.db_3.15.0.tar.gz
- sha256sums = b76e58cbd1c6255270b85b937f03eb95419afa31bc98355e977d3b8545591966
+ source = https://bioconductor.org/packages/release/data/annotation/src/contrib/org.Sc.sgd.db_3.16.0.tar.gz
+ sha256sums = 2e6d408dee6781e06d470a41429bf49258c0226015fa8fa4847f16832ea9680d
pkgname = r-org.sc.sgd.db
diff --git a/PKGBUILD b/PKGBUILD
index 9994f3c6d7db..ea213ae7d1b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=org.Sc.sgd.db
-_pkgver=3.15.0
+_pkgver=3.16.0
pkgname=r-${_pkgname,,}
-pkgver=3.15.0
-pkgrel=3
+pkgver=3.16.0
+pkgrel=1
pkgdesc='Genome wide annotation for Yeast'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -19,7 +19,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b76e58cbd1c6255270b85b937f03eb95419afa31bc98355e977d3b8545591966')
+sha256sums=('2e6d408dee6781e06d470a41429bf49258c0226015fa8fa4847f16832ea9680d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"