summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 19:04:37 +0000
committerBioArchLinuxBot2024-05-01 19:04:37 +0000
commit1c65e46c3ed00d63225efad52f44a4ebd055dc55 (patch)
tree59fd4164f5149dec2935632a1cc570349092f24d /PKGBUILD
parent9d34cd011b00a7722ca821e2b9df663a8ca29b35 (diff)
downloadaur-r-pcxn.tar.gz
[lilac] updated to 2.26.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3caefc289e50..244adb2d3f40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pcxn
-_pkgver=2.24.0
+_pkgver=2.26.0
pkgname=r-${_pkgname,,}
-pkgver=2.24.0
+pkgver=2.26.0
pkgrel=1
pkgdesc='Exploring, analyzing and visualizing functions utilizing the pcxnData package'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-org.hs.eg.db
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('27d69bfec32c44871df38b45e3d251a102aa40c9dbc04c640d2cbf33d7d01bd5')
+sha256sums=('13d74825e5b981916ce6ea3c4c6f7c2c87c16df6ade2cd201b5a9fbf7583ea8d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"