summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 06:11:19 +0000
committerBioArchLinuxBot2023-04-27 06:11:19 +0000
commit23470f6888bacbda6ce59ec2cd20960fabe4ba5f (patch)
tree6b46c3b10ddb3cfa6ad9b5cd2e10e58c79fad89b /PKGBUILD
parentc6b1a87b9134ae6dad429326f146f719c6d44688 (diff)
downloadaur-23470f6888bacbda6ce59ec2cd20960fabe4ba5f.tar.gz
[lilac] updated to 1.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca33002abcbd..a4fca8932574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PSEA
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Population-Specific Expression Analysis.'
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
r-biocstyle
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3ea5466278e22da554479d9999afdc14d0b9142eb0a04f192dbdf16c26baa7e7')
+sha256sums=('185aac782e01d44206fe78adbed6f9f89ebf4e7e43d0395c9239f71b80bc7d20')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"