summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-20 00:04:23 +0000
committerBioArchLinuxBot2024-01-20 00:04:23 +0000
commit83d1f1fd66c8fd0c18fc7db177a94bd6036a34a5 (patch)
treeba925bc4755d69bafb621a793cdb2c9bf3c7f110
parent16d8bee84dbf4489724e72004cf4c3cc070cf43e (diff)
downloadaur-r-trna.tar.gz
[lilac] updated to 1.20.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9fa5b9acfab..2101b3084c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-trna
pkgdesc = Analyzing tRNA sequences and structures
- pkgver = 1.20.0
+ pkgver = 1.20.1
pkgrel = 1
url = https://bioconductor.org/packages/tRNA
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-trna
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-trnascanimport
- source = https://bioconductor.org/packages/release/bioc/src/contrib/tRNA_1.20.0.tar.gz
- sha256sums = 090466dd6ee1dddc86221be1042c532465fc0e6cf546a6577069bb01757aa2e8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/tRNA_1.20.1.tar.gz
+ sha256sums = 09d9bbfa3c6af3a191fe38b58702022052c498671e7bf7cc14fc05f707c59755
pkgname = r-trna
diff --git a/PKGBUILD b/PKGBUILD
index 2e9a2ab7e2d3..bfad4a36752a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tRNA
-_pkgver=1.20.0
+_pkgver=1.20.1
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.20.1
pkgrel=1
pkgdesc='Analyzing tRNA sequences and structures'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-trnascanimport
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('090466dd6ee1dddc86221be1042c532465fc0e6cf546a6577069bb01757aa2e8')
+sha256sums=('09d9bbfa3c6af3a191fe38b58702022052c498671e7bf7cc14fc05f707c59755')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"