summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 02:07:33 +0000
committerBioArchLinuxBot2023-10-26 02:07:33 +0000
commit4448190c0af00c113d7f68e7481b95f515f8af0e (patch)
treeb6824520693bda7283c2a2a2ed764c4b8ad41b69 /PKGBUILD
parent1907e1fa8107e01c703fde0d30c0c0f7d1556296 (diff)
downloadaur-r-bamsignals.tar.gz
[lilac] updated to 1.34.0-1
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}"