summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-16 00:02:56 +0000
committerBioArchLinuxBot2022-08-16 00:02:56 +0000
commit4b0c6cc546433671fc0e1489dabe0a220f20ef9e (patch)
tree4953392bac13b313933b9c7834b85e35a480a032
parent836e7b9f00d050bd42be1181739c5289add08c31 (diff)
downloadaur-4b0c6cc546433671fc0e1489dabe0a220f20ef9e.tar.gz
[lilac] updated to 1.12.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b23f01c7c25..bc9f1d24146d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-modstrings
pkgdesc = Working with modified nucleotide sequences
- pkgver = 1.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://bioconductor.org/packages/Modstrings
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-modstrings
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-usethis
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Modstrings_1.12.0.tar.gz
- sha256sums = fb47950d0974efe0cee8194271a73b23ad379f0677857a0e3d8970d1bd70be61
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Modstrings_1.12.1.tar.gz
+ sha256sums = 67601b572e468e8eb78bbeee2b1eed108e652a09acf4589a389dcc91e1f7a4a0
pkgname = r-modstrings
diff --git a/PKGBUILD b/PKGBUILD
index e19ff30ab044..7d55da687105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Modstrings
-_pkgver=1.12.0
+_pkgver=1.12.1
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.12.1
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=('fb47950d0974efe0cee8194271a73b23ad379f0677857a0e3d8970d1bd70be61')
+sha256sums=('67601b572e468e8eb78bbeee2b1eed108e652a09acf4589a389dcc91e1f7a4a0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"