summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729f987b54f6..0304ebb15b5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-promise
pkgdesc = PRojection Onto the Most Interesting Statistical Evidence
- pkgver = 1.54.0
+ pkgver = 1.56.0
pkgrel = 1
url = https://bioconductor.org/packages/PROMISE
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-promise
depends = r
depends = r-biobase
depends = r-gseabase
- source = https://bioconductor.org/packages/release/bioc/src/contrib/PROMISE_1.54.0.tar.gz
- sha256sums = 97a4c9f4ee8b5f5aef2900d890cbeebdab9f7ee0326840935787cc0ad0ac4c43
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PROMISE_1.56.0.tar.gz
+ sha256sums = 2ea3fad29b7dc06c2d53e6d8db072d851f56054ee232fe5049b8ed82696437e5
pkgname = r-promise
diff --git a/PKGBUILD b/PKGBUILD
index e97bb4a69abc..4757a5a5a521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PROMISE
-_pkgver=1.54.0
+_pkgver=1.56.0
pkgname=r-${_pkgname,,}
-pkgver=1.54.0
+pkgver=1.56.0
pkgrel=1
pkgdesc='PRojection Onto the Most Interesting Statistical Evidence'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
r-gseabase
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('97a4c9f4ee8b5f5aef2900d890cbeebdab9f7ee0326840935787cc0ad0ac4c43')
+sha256sums=('2ea3fad29b7dc06c2d53e6d8db072d851f56054ee232fe5049b8ed82696437e5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"