summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-29 20:35:49 +0000
committerBioArchLinuxBot2022-08-29 20:35:49 +0000
commit0e73681d7367f664cec7e129ccef7db07f7abe71 (patch)
tree0b92c35fcb0f38aa293b1aa70ceda9bcae632bfd
parent79f13b81e5cc9d61fd7a32f93d90acbfdeb8ed80 (diff)
downloadaur-0e73681d7367f664cec7e129ccef7db07f7abe71.tar.gz
[lilac] updated to 2.46.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b74b09d56c48..fd85c81e18c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gage
pkgdesc = Generally Applicable Gene-set Enrichment for Pathway Analysis
- pkgver = 2.46.0
+ pkgver = 2.46.1
pkgrel = 1
url = https://bioconductor.org/packages/gage
arch = any
@@ -21,7 +21,7 @@ pkgbase = r-gage
optdepends = r-pathview
optdepends = r-rsamtools
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/gage_2.46.0.tar.gz
- sha256sums = ebc09e31e6d0bc1b428e2830727322db79bcc5d3692347e55d19a304110a1d0e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/gage_2.46.1.tar.gz
+ sha256sums = f411ae1be8ebc64d1d3d216c4c1cbe79da18ec19d80209bd9e2ea9e39924c007
pkgname = r-gage
diff --git a/PKGBUILD b/PKGBUILD
index da4c83303176..1b65421508cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gage
-_pkgver=2.46.0
+_pkgver=2.46.1
pkgname=r-${_pkgname,,}
-pkgver=2.46.0
+pkgver=2.46.1
pkgrel=1
pkgdesc='Generally Applicable Gene-set Enrichment for Pathway Analysis'
arch=('any')
@@ -30,7 +30,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ebc09e31e6d0bc1b428e2830727322db79bcc5d3692347e55d19a304110a1d0e')
+sha256sums=('f411ae1be8ebc64d1d3d216c4c1cbe79da18ec19d80209bd9e2ea9e39924c007')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"