summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Vittal2021-03-17 12:56:41 -0400
committerChris Vittal2021-03-17 12:56:41 -0400
commit4c7143a86b2cf574e0abb43f59360c32f964db9d (patch)
treef2732bf04b64b7f4235ea0f24c36f0bd092ca4d2 /PKGBUILD
parent57349c04ee08e81b4a8d5e872aa5a98e08645355 (diff)
downloadaur-4c7143a86b2cf574e0abb43f59360c32f964db9d.tar.gz
Version 1.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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