summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 02:38:38 +0000
committerBioArchLinuxBot2023-10-26 02:38:38 +0000
commit40eacec82b9b7d1a3e25411823467c95b0d4eee5 (patch)
treeaf7443528d68373792c92792b2ea61f071615602 /PKGBUILD
parentb475dbbc9fd6f34a314b5c4cef370dc644f82fcc (diff)
downloadaur-r-modstrings.tar.gz
[lilac] updated to 1.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c06f51086aee..314bf1ec5074 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.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.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=('7a3e7f541537d769afc833876c7e00b93f7dd1125011be85d602f4b627e74aca')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"