summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 18:25:12 +0000
committerBioArchLinuxBot2023-04-27 18:25:12 +0000
commitd6c4dd0f0ef01680c03e6ea09553293031feae22 (patch)
tree45da91af656de3f2333fa78dec9e361fab02c7c8
parent696c2772b651502a3f01b590f764ce9915f09c49 (diff)
downloadaur-d6c4dd0f0ef01680c03e6ea09553293031feae22.tar.gz
[lilac] updated to 1.52.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afc280071932..148378401937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-promise
pkgdesc = PRojection Onto the Most Interesting Statistical Evidence
- pkgver = 1.50.0
+ pkgver = 1.52.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.50.0.tar.gz
- sha256sums = 3ad92f3f9d170696024bf366fcc30ee03ea28e02996c895ba7d259ad3da00125
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PROMISE_1.52.0.tar.gz
+ sha256sums = 28675d6b0a28683c5bf5d5ab149fe7d79196c9a1b4028bfe3def19937fadeca4
pkgname = r-promise
diff --git a/PKGBUILD b/PKGBUILD
index 3272300b305f..d65b16e350c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PROMISE
-_pkgver=1.50.0
+_pkgver=1.52.0
pkgname=r-${_pkgname,,}
-pkgver=1.50.0
+pkgver=1.52.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=('3ad92f3f9d170696024bf366fcc30ee03ea28e02996c895ba7d259ad3da00125')
+sha256sums=('28675d6b0a28683c5bf5d5ab149fe7d79196c9a1b4028bfe3def19937fadeca4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"