summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 17:20:09 +0000
committerBioArchLinuxBot2022-11-03 17:20:09 +0000
commit78f56a787597df3439bd98ee829b4ba25b496074 (patch)
tree96dc08cb955a9cadf04f45453fd8067f77ac8585 /PKGBUILD
parent62b3d977d8645edb9d720a2de9c2a07f999a241d (diff)
downloadaur-78f56a787597df3439bd98ee829b4ba25b496074.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a3743033da7..957a6fd44511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PAST
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.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=('89a98d288cf130223677a819ebf4dd62e3dee60d442dd3b13eabddc7ad097b92')
+sha256sums=('67877686d513a778dd30412f0d5f57ebb8ce1e5fd5357fc677f26ce766e17855')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"