summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 16:55:10 +0000
committerBioArchLinuxBot2022-11-03 16:55:10 +0000
commit2405833b0a1aff924c99352f61801bcc4c4d7ad3 (patch)
tree0c104d26b91bfab16f745859a7a0cf2f0e8773b3 /PKGBUILD
parente8ee18e8084d68aed8f1631a83917e63e3ce0b5e (diff)
downloadaur-2405833b0a1aff924c99352f61801bcc4c4d7ad3.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88b2146cb954..92279702ed6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pram
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Pooling RNA-seq datasets for assembling transcript models'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e4e3fd790bac0259d7fd228774de349faed77beaecc96576a48e8fc1e68919ea')
+sha256sums=('24c59512e3a0698ef1a58463e30bfb35a985661490bee6fc2f1ec8e6796aba4b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"