summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 19:02:22 +0000
committerBioArchLinuxBot2022-11-02 19:02:22 +0000
commitbced0ef4625a677004689bbe1fb495f879da83d7 (patch)
tree920a476bdac89b578200d15e094aae3e00b54f81
parent4c8701c1ad755ee8ab9512b0e88f8fd108185c8b (diff)
downloadaur-bced0ef4625a677004689bbe1fb495f879da83d7.tar.gz
[lilac] updated to 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a9e9cc3caad..884403f51a86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rbowtie
pkgdesc = R bowtie wrapper
- pkgver = 1.36.0
+ pkgver = 1.38.0
pkgrel = 1
url = https://bioconductor.org/packages/Rbowtie
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = r-rbowtie
optdepends = r-parallel
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Rbowtie_1.36.0.tar.gz
- sha256sums = 3874c2a6f6c65326600af84c76883a18aab02d012b14e9024dde6ba8798e41f9
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Rbowtie_1.38.0.tar.gz
+ sha256sums = ec0a68749cac3fae239bd25b9b5d13cc19bf94c4a2e3fed2857c09d922c477cd
pkgname = r-rbowtie
diff --git a/PKGBUILD b/PKGBUILD
index 3ab13628584a..e86074323dc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Rbowtie
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.0
pkgrel=1
pkgdesc='R bowtie wrapper'
arch=('x86_64')
@@ -21,7 +21,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3874c2a6f6c65326600af84c76883a18aab02d012b14e9024dde6ba8798e41f9')
+sha256sums=('ec0a68749cac3fae239bd25b9b5d13cc19bf94c4a2e3fed2857c09d922c477cd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"