summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 02:19:03 +0000
committerBioArchLinuxBot2022-11-03 02:19:03 +0000
commitd94a762b6f3bcca2994dacd7872eea703335b1b8 (patch)
tree22b16706658802de5ae29dd001af018099627022 /PKGBUILD
parent79f645c57a0cd34f84351621b1ede4835ea9b6d5 (diff)
downloadaur-d94a762b6f3bcca2994dacd7872eea703335b1b8.tar.gz
[lilac] updated to 1.30.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37bea9e20a07..f14ee4b16315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bamsignals
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
-pkgrel=3
+pkgver=1.30.0
+pkgrel=1
pkgdesc='Extract read count signals from bam files'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7ea6ee5fcbc6aa916771a271fa012adaed7e753ee79ab54a8694c12410ee8b7b')
+sha256sums=('05bc8f1030fdfde5c82d0b93c530ad16330d411ba1e68e28685aa7774b9d3715')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"