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 c06f51086aee..1c92b3050f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Modstrings
-_pkgver=1.16.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Working with modified nucleotide sequences'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-usethis
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e92ad26ee741e395f3fe98f398b23442f82f5a7d74061d6d9fd2d2e52dab18e0')
+sha256sums=('7eaec6f12d3a80d8f68abb8a3c1d08aaaa8a9500549a1a7e7a8273da9f7e8879')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"