summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 11:25:22 +0000
committerBioArchLinuxBot2023-10-27 11:25:22 +0000
commit53eac519067ca731601a0bd521cb204fc485797f (patch)
tree750cae08bea13701d3bc45f9b2dd964877114521
parentae16f21768525b277c8b21f9100e8c01443c218e (diff)
downloadaur-53eac519067ca731601a0bd521cb204fc485797f.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0020bf8ea149..a0a911e4a2d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-xnastring
pkgdesc = Efficient Manipulation of Modified Oligonucleotide Sequences
- pkgver = 1.8.0
+ pkgver = 1.10.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.8.0.tar.gz
- sha256sums = 05fa8e845827521622bcadbe681841c3d2397e34fc94ee48d8fb00e4834d0377
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/XNAString_1.10.0.tar.gz
+ sha256sums = c44309572ddb39a3ee070c747fcb7ce08acd226e133c8bc3e9f9eefb5673873c
pkgname = r-xnastring
diff --git a/PKGBUILD b/PKGBUILD
index 696348280d10..3361695433ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=XNAString
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.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=('05fa8e845827521622bcadbe681841c3d2397e34fc94ee48d8fb00e4834d0377')
+sha256sums=('c44309572ddb39a3ee070c747fcb7ce08acd226e133c8bc3e9f9eefb5673873c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"