summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-28 00:18:01 +0000
committerBioArchLinuxBot2023-04-28 00:18:01 +0000
commit52659ce04eb81c8910e9fed2f6c4ba1985415028 (patch)
tree11aecddf5156b2b87e45a74889abb1e1d00ace21 /PKGBUILD
parent1f2f5d457f3353ac1297a06009f17047886d3940 (diff)
downloadaur-52659ce04eb81c8910e9fed2f6c4ba1985415028.tar.gz
[lilac] updated to 1.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 b12ac539a678..05cbbfa7f483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recount
-_pkgver=1.24.1
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.1
+pkgver=1.26.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=('04ceb01c0ed26c4b1a18a47a9bbb1b9ded788cbdeeae1562e63c8be2e6f9dd67')
+sha256sums=('8158672c98eb2510226e95b59adfdc92af69d1b864fa002c71e15b0bbc91a034')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"