summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 02:12:46 +0000
committerBioArchLinuxBot2024-05-02 02:12:46 +0000
commit8060a3275bbb14f81e89f3815564fc4aeffe9b7f (patch)
treef98a70929920f17e9f48886d8ce746ae26998b10
parentb47f32f82cb5c5014330e726af0dc2fd68b45333 (diff)
downloadaur-8060a3275bbb14f81e89f3815564fc4aeffe9b7f.tar.gz
[lilac] updated to 1.76.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f84502e4932..7af4f7ee625a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genemeta
pkgdesc = MetaAnalysis for High Throughput Experiments
- pkgver = 1.74.0
+ pkgver = 1.76.0
pkgrel = 1
url = https://bioconductor.org/packages/GeneMeta
arch = any
@@ -9,7 +9,7 @@ pkgbase = r-genemeta
depends = r-biobase
depends = r-genefilter
optdepends = r-rcolorbrewer
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GeneMeta_1.74.0.tar.gz
- sha256sums = ef55b01c3a8c644dff012f5f5a969dd7664eefff78df8b6ed241c860417b08d4
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GeneMeta_1.76.0.tar.gz
+ sha256sums = c1f5a4bb27c0df02b7db1395a39a053994896fd203aa9f7d112e9016bb98e3f4
pkgname = r-genemeta
diff --git a/PKGBUILD b/PKGBUILD
index 73dc124d760d..5dcdfe0d0d05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GeneMeta
-_pkgver=1.74.0
+_pkgver=1.76.0
pkgname=r-${_pkgname,,}
-pkgver=1.74.0
+pkgver=1.76.0
pkgrel=1
pkgdesc='MetaAnalysis for High Throughput Experiments'
arch=('any')
@@ -18,7 +18,7 @@ optdepends=(
r-rcolorbrewer
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ef55b01c3a8c644dff012f5f5a969dd7664eefff78df8b6ed241c860417b08d4')
+sha256sums=('c1f5a4bb27c0df02b7db1395a39a053994896fd203aa9f7d112e9016bb98e3f4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"