summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b91f22e8688..4899a1155b94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bamsignals
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Extract read count signals from bam files'
arch=('x86_64')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b3f9eaabfc308ef47134438d9f3ff7373476d8aa68ddf73767f810e6864405a0')
+sha256sums=('6478d16da52f29e5f790f3f39c04c3f0b278fb47b5bfdce09a992b649b7f62e3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"