summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 17:51:51 +0000
committerBioArchLinuxBot2023-04-27 17:51:51 +0000
commitae16f21768525b277c8b21f9100e8c01443c218e (patch)
tree7213cf0acb184a6afe911c6031837034c118b3a1
parent419e012adc81c14ae7f05043082c0f84381f83e3 (diff)
downloadaur-ae16f21768525b277c8b21f9100e8c01443c218e.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 443d33096840..0020bf8ea149 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-xnastring
pkgdesc = Efficient Manipulation of Modified Oligonucleotide Sequences
- pkgver = 1.6.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://bioconductor.org/packages/XNAString
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = r-xnastring
optdepends = r-pander
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/XNAString_1.6.0.tar.gz
- sha256sums = 08a5bee6f488d402f47fce805e62f360b2c554cd6683791c63558cb0c4497a15
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/XNAString_1.8.0.tar.gz
+ sha256sums = 05fa8e845827521622bcadbe681841c3d2397e34fc94ee48d8fb00e4834d0377
pkgname = r-xnastring
diff --git a/PKGBUILD b/PKGBUILD
index 236c38f873e3..696348280d10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=XNAString
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='Efficient Manipulation of Modified Oligonucleotide Sequences'
arch=('x86_64')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('08a5bee6f488d402f47fce805e62f360b2c554cd6683791c63558cb0c4497a15')
+sha256sums=('05fa8e845827521622bcadbe681841c3d2397e34fc94ee48d8fb00e4834d0377')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"