summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 07:30:03 +0000
committerBioArchLinuxBot2023-04-27 07:30:03 +0000
commit2947e5a16c51cd39dfc1ce15d401d1a2f8eb5b11 (patch)
tree0c693d7a8e5e8c1926102c10a0a0280b6e6f7f89
parentc04db43bcccce9045368339aa07909a95424881c (diff)
downloadaur-2947e5a16c51cd39dfc1ce15d401d1a2f8eb5b11.tar.gz
[lilac] updated to 1.74.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c97f6e50e06..dcb92d0203cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-siggenes
pkgdesc = Multiple Testing using SAM and Efron's Empirical Bayes Approaches
- pkgver = 1.72.0
+ pkgver = 1.74.0
pkgrel = 1
url = https://bioconductor.org/packages/siggenes
arch = any
@@ -13,7 +13,7 @@ pkgbase = r-siggenes
optdepends = r-annotate
optdepends = r-genefilter
optdepends = r-kernsmooth
- source = https://bioconductor.org/packages/release/bioc/src/contrib/siggenes_1.72.0.tar.gz
- sha256sums = 7bcaf25b8050e72161ef241ba515f74514d31e97dcbfa482519d785334193a3e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/siggenes_1.74.0.tar.gz
+ sha256sums = 7fcd3f3f63d0531a51a6b9a5e16f420743db68af5cc9ab7a92ee75c285d4aa40
pkgname = r-siggenes
diff --git a/PKGBUILD b/PKGBUILD
index b6d5593e2d5f..4c8009b638c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=siggenes
-_pkgver=1.72.0
+_pkgver=1.74.0
pkgname=r-${_pkgname,,}
-pkgver=1.72.0
+pkgver=1.74.0
pkgrel=1
pkgdesc="Multiple Testing using SAM and Efron's Empirical Bayes Approaches"
arch=('any')
@@ -22,7 +22,7 @@ optdepends=(
r-kernsmooth
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7bcaf25b8050e72161ef241ba515f74514d31e97dcbfa482519d785334193a3e')
+sha256sums=('7fcd3f3f63d0531a51a6b9a5e16f420743db68af5cc9ab7a92ee75c285d4aa40')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"