summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 05:04:38 +0000
committerBioArchLinuxBot2022-11-13 05:04:38 +0000
commit25f73c6657e40977197dfabc51d0e739744b7c19 (patch)
tree6bdaf013286f228211c9ae6a53e3eed093b9b73b /PKGBUILD
parent7143fd239c75a87006dbeb5648215c95a2e0aac9 (diff)
downloadaur-25f73c6657e40977197dfabc51d0e739744b7c19.tar.gz
[lilac] updated to 1.24.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7d7e6621639..18b69e7a099c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recount
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Explore and download data from the recount project'
arch=('any')
@@ -46,7 +46,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9e668e7034e5ed1affca6e0f7d3cfd29af0c765f8906647b7dc7c2982d9237d6')
+sha256sums=('6a3f44432b2ca86be411916d8c6d1584a261543d3e43dac56003d886dfccf8b9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"