summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 02:21:09 +0000
committerBioArchLinuxBot2024-05-03 02:21:09 +0000
commit86b297541114150c9b72fca62d238ae469a33448 (patch)
tree79b46f29e71b42122acf59065cd9fc2a1f77957c /PKGBUILD
parent8cf976a071daebd72df52b1ac506dd04acded5bf (diff)
downloadaur-86b297541114150c9b72fca62d238ae469a33448.tar.gz
[lilac] updated to 1.48.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0d006ac74db..7d695cc58037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ReactomePA
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='Reactome Pathway Analysis'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4cf764415b9361d776e57a5ebed52c783a79e8adda1dd851ded14fe62be5d44d')
+sha256sums=('667e432e42ea75ce3d39d7f4d0360cb1d3634843d8670aba0c9a7df37ecbb244')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"