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 bac9f92c18ca..c336b83e9d59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Rsubread
-_pkgver=2.14.0
+_pkgver=2.14.1
pkgname=r-${_pkgname,,}
-pkgver=2.14.0
+pkgver=2.14.1
pkgrel=1
pkgdesc='Mapping, quantification and variant analysis of sequencing data'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2c482ebb600d59c01dbe5fceb456b67b1f6095b3a06c619a09b794b6320630c0')
+sha256sums=('b1bc1605933ae19c113345feb1c2ac290c28e7bd75532d2be2927c133691b0e8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"