summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-05-22 15:29:08 +0300
committerViktor Drobot2021-05-22 15:29:08 +0300
commit2c52136e1ef7278771874b11ea380f571c4a51f3 (patch)
tree963e78587dce1a391f5926695799ef9344b6738a
parent5d89017f56ea7fe3e355e4b8f38316db89691975 (diff)
downloadaur-2c52136e1ef7278771874b11ea380f571c4a51f3.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377369bae2f3..50272eabbfdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rhtslib
pkgdesc = HTSlib high-throughput sequencing library as an R package
- pkgver = 1.22.0
+ pkgver = 1.24.0
pkgrel = 1
url = https://bioconductor.org/packages/release/bioc/html/Rhtslib.html
arch = i686
@@ -15,8 +15,8 @@ pkgbase = r-rhtslib
optdepends = r-biocstyle
optdepends = r-knitr
options = staticlibs
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Rhtslib_1.22.0.tar.gz
- sha256sums = 44795c065c4aa74107786f200e7d156bbe90d56eee4ed9d10146b56ba5788aa3
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Rhtslib_1.24.0.tar.gz
+ sha256sums = 8e66aeaa25f3a1f87ec9fafcc54381664d55c0b7738029a260318982d27e9729
pkgname = r-rhtslib
diff --git a/PKGBUILD b/PKGBUILD
index 617366369a8f..c882f92cf1e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_bcname=Rhtslib
-_bcver=1.22.0
+_bcver=1.24.0
pkgname=r-${_bcname,,}
pkgver=${_bcver//[:-]/.}
pkgrel=1
@@ -14,7 +14,7 @@ depends=(r r-zlibbioc bzip2 xz curl)
makedepends=(make)
optdepends=(r-biocstyle r-knitr)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bcname}_${_bcver}.tar.gz")
-sha256sums=('44795c065c4aa74107786f200e7d156bbe90d56eee4ed9d10146b56ba5788aa3')
+sha256sums=('8e66aeaa25f3a1f87ec9fafcc54381664d55c0b7738029a260318982d27e9729')
options=(staticlibs)
build() {