summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-10-31 17:03:36 +0000
committerBioArchLinuxBot2024-10-31 17:03:36 +0000
commit6ed16a9275ace74bd81321a39e7519767c044e2b (patch)
tree2f7a98d8fc1c3adb75d37ddc8382b487b81059c5 /PKGBUILD
parent32c3c98612a7f5c177255de88d098fc4aae939cf (diff)
downloadaur-6ed16a9275ace74bd81321a39e7519767c044e2b.tar.gz
[lilac] updated to 1.62.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 799ac0934aa2..ff0cabb6b292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=genomeIntervals
-_pkgver=1.60.0
+_pkgver=1.62.0
pkgname=r-${_pkgname,,}
-pkgver=1.60.0
+pkgver=1.62.0
pkgrel=1
pkgdesc='Operations on genomic intervals'
arch=('any')
@@ -19,7 +19,7 @@ depends=(
r-s4vectors
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('79edb0505ff0e217c890b425b235ef9c67524562e8f117c992f495319412d7bf')
+sha256sums=('5c3bf3db1e6cc53ec0273c62775fed50b9246dc32bfe4e622aa6002c21505308')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"