summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58e92cbb0aa1..ebc3f4668ccc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.11
- pkgrel = 2
+ pkgver = 1.12
+ pkgrel = 1
url = https://github.com/samtools/htslib
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = htslib
provides = tabix
conflicts = tabix
replaces = tabix
- source = https://github.com/samtools/htslib/releases/download/1.11/htslib-1.11.tar.bz2
- sha256sums = cffadd9baa6fce27b8fe0b01a462b489f06a5433dfe92121f667f40f632538d7
+ source = https://github.com/samtools/htslib/releases/download/1.12/htslib-1.12.tar.bz2
+ sha256sums = 2280141b46e953ba4ae01b98335a84f8e6ccbdb6d5cdbab7f70ee4f7e3b6f4ca
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index a6715dbe1f56..abdf12eb3062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.11
-pkgrel=2
+pkgver=1.12
+pkgrel=1
pkgdesc="library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
url="https://github.com/samtools/htslib"
@@ -12,7 +12,7 @@ provides=('tabix')
replaces=('tabix')
conflicts=('tabix')
source=(https://github.com/samtools/htslib/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cffadd9baa6fce27b8fe0b01a462b489f06a5433dfe92121f667f40f632538d7')
+sha256sums=('2280141b46e953ba4ae01b98335a84f8e6ccbdb6d5cdbab7f70ee4f7e3b6f4ca')
build() {
cd $srcdir/$pkgname-$pkgver