summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-04-28 20:47:05 +0300
committerViktor Drobot2020-04-28 20:47:05 +0300
commite6dc9f11a559bfde4173b5189a58ce81bde84b87 (patch)
tree947c6bda51e6202504bf01c772bad66f0a20670a
parent314985c7faf524d25382619c2cec31c53b515bc6 (diff)
downloadaur-e6dc9f11a559bfde4173b5189a58ce81bde84b87.tar.gz
Update 1.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2b0ac8ddfa8..fdfe4754942d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rhtslib
pkgdesc = HTSlib high-throughput sequencing library as an R package
- pkgver = 1.18.1
+ pkgver = 1.19.1
pkgrel = 1
url = https://bioconductor.org/packages/release/bioc/html/Rhtslib.html
arch = i686
@@ -16,8 +16,8 @@ pkgbase = r-rhtslib
optdepends = r-biocstyle
optdepends = r-knitr
options = staticlibs
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Rhtslib_1.18.1.tar.gz
- sha256sums = 5478c84ceb2209461c27d73719c9ce456cd0a9a42e1a138a4eac94c772cd6b3e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Rhtslib_1.19.1.tar.gz
+ sha256sums = e22dd3fe57d2f5e6f14e02dd8bfb97c910c4a3b60a12abc4a5432ab6846402df
pkgname = r-rhtslib
diff --git a/PKGBUILD b/PKGBUILD
index ab7b366929aa..9ae031aace2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_bcname=Rhtslib
-_bcver=1.18.1
+_bcver=1.19.1
pkgname=r-${_bcname,,}
pkgver=${_bcver//[:-]/.}
pkgrel=1
@@ -14,7 +14,7 @@ depends=(r r-zlibbioc bzip2 xz curl)
makedepends=(gcc make)
optdepends=(r-biocstyle r-knitr)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bcname}_${_bcver}.tar.gz")
-sha256sums=('5478c84ceb2209461c27d73719c9ce456cd0a9a42e1a138a4eac94c772cd6b3e')
+sha256sums=('e22dd3fe57d2f5e6f14e02dd8bfb97c910c4a3b60a12abc4a5432ab6846402df')
options=(staticlibs)
build() {