summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 21:03:55 +0000
committerBioArchLinuxBot2024-05-01 21:03:55 +0000
commit60af14cf0fbdfa90028b53266a215030863bc09f (patch)
treefb3ec37b9646135256b1ebd43a91a89352c08dc2 /PKGBUILD
parentd5ab71d73795a883b1f97c5992bb810abacfce3e (diff)
downloadaur-r-gpa.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 10e87c6c023e..28f9642e3f3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GPA
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.0
pkgrel=1
pkgdesc='GPA (Genetic analysis incorporating Pleiotropy and Annotation)'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-gpaexample
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8a624b975b10839dcca12b0e191ec749ddf1e9afeb88a42bcbba21de48048c25')
+sha256sums=('e41d6de6dbea8487dc3b11726aaae781db47d36700c85033931aaa8d29cf27fd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"