summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 15:44:23 +0000
committerBioArchLinuxBot2023-04-27 15:44:23 +0000
commitf8f95e85fa405b8c81adb6debf2e79e46440d7b6 (patch)
tree19d119284d79a72216df4d7d8f8854201d72adbe /PKGBUILD
parent78f56a787597df3439bd98ee829b4ba25b496074 (diff)
downloadaur-f8f95e85fa405b8c81adb6debf2e79e46440d7b6.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 957a6fd44511..b8b8308e04b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PAST
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.0
pkgrel=1
pkgdesc='Pathway Association Study Tool (PAST)'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('67877686d513a778dd30412f0d5f57ebb8ce1e5fd5357fc677f26ce766e17855')
+sha256sums=('c894b28b030a215916d1329b7684a7c6091619b1113038e11a92f97fcc0edfdf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"