summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 13:30:57 +0000
committerBioArchLinuxBot2024-05-03 13:30:57 +0000
commit571d629439aec21179b7fad48e3ec7b3f532ebf1 (patch)
tree97783cd6c50baa48875f622e8eed08499d783c3c /PKGBUILD
parent0dea12cf75861305fc38e6cc131ff8726a121721 (diff)
downloadaur-r-riboprofiling.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 656851981315..593d58379307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RiboProfiling
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Ribosome Profiling Data Analysis: from BAM to Data Representation and Interpretation'
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c3ab88dc2bdcd9a020559e86376f59a9341b13833014242e493749ddaf3fa3ad')
+sha256sums=('84f3bf8688eb8defbd0f780442b8ec4e27cdd228d7b6c30fcc4adb495eed1a40')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"