summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 09:34:35 +0000
committerBioArchLinuxBot2023-04-27 09:34:35 +0000
commitb475dbbc9fd6f34a314b5c4cef370dc644f82fcc (patch)
treedf73b2bc4cb2292f021d79c0e279deda7f5fb211 /PKGBUILD
parent210bb851ab621739072df34214ade892a36b328c (diff)
downloadaur-b475dbbc9fd6f34a314b5c4cef370dc644f82fcc.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8902828c80ac..c06f51086aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Modstrings
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.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=('55fc861ad80ffade5a5e54ffdb09018c1a95b6c641d97e1031fb1a01caac3a65')
+sha256sums=('e92ad26ee741e395f3fe98f398b23442f82f5a7d74061d6d9fd2d2e52dab18e0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"