summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 21:25:11 +0000
committerBioArchLinuxBot2022-11-03 21:25:11 +0000
commit8c9b5802a5ec4699d10c8dad8f6f5ff68279054a (patch)
tree8d5bb50f83fdbf1684710a35d209508a45cf28ec
parent5ea38d28daf3cf157c0ad45531a754dcfe385117 (diff)
downloadaur-8c9b5802a5ec4699d10c8dad8f6f5ff68279054a.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4369bc657bd..3a363e9b9cb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rhisat2
pkgdesc = R Wrapper for HISAT2 Aligner
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/Rhisat2
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = r-rhisat2
optdepends = r-rmarkdown
optdepends = r-testthat
options = !makeflags
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Rhisat2_1.12.0.tar.gz
- sha256sums = 67db7bbed7ec845a826b6f3e99374a0bba4b864a26b4eaa7fff3101a488eea43
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Rhisat2_1.14.0.tar.gz
+ sha256sums = 3b5e13ee2fee2d290f110379cb4cee9dc517271968f7c2308ba5d0d7944baca5
pkgname = r-rhisat2
diff --git a/PKGBUILD b/PKGBUILD
index 1fdd10c48fdb..29dc6208519a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=Rhisat2
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='R Wrapper for HISAT2 Aligner'
arch=('x86_64')
@@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('67db7bbed7ec845a826b6f3e99374a0bba4b864a26b4eaa7fff3101a488eea43')
+sha256sums=('3b5e13ee2fee2d290f110379cb4cee9dc517271968f7c2308ba5d0d7944baca5')
# parallel compilation leads to the race conditions and installation fail
options=(!makeflags)