summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Vittal2019-12-17 23:54:33 -0500
committerChris Vittal2019-12-17 23:54:33 -0500
commit444d838dc4e55a29a6284cdbf4de1b855e19a365 (patch)
treee077580541c92a66edf2f969f132aa67a58dce04
parentaa83339ce1fb298a5c00549e9bcd007df9f31b5f (diff)
downloadaur-444d838dc4e55a29a6284cdbf4de1b855e19a365.tar.gz
Update to 1.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9fe8e63221a..621375bc7eac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.10
+ pkgver = 1.10.1
pkgrel = 1
url = https://github.com/samtools/htslib
arch = i686
@@ -12,8 +12,8 @@ pkgbase = htslib
provides = tabix
conflicts = tabix
replaces = tabix
- source = https://github.com/samtools/htslib/releases/download/1.10/htslib-1.10.tar.bz2
- sha256sums = 7ae44dd9faeb4c4293e9bb4815164ac28c6c6fae81fed4791df2fa878f57a972
+ source = https://github.com/samtools/htslib/releases/download/1.10.1/htslib-1.10.1.tar.bz2
+ sha256sums = 7d047301ead800e3c83a72f573fb760f1912c40da30abc74f4da4cf279ebf802
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index e3d63698c68f..57948b132d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.10
+pkgver=1.10.1
pkgrel=1
pkgdesc="library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ provides=('tabix')
replaces=('tabix')
conflicts=('tabix')
source=(https://github.com/samtools/htslib/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7ae44dd9faeb4c4293e9bb4815164ac28c6c6fae81fed4791df2fa878f57a972')
+sha256sums=('7d047301ead800e3c83a72f573fb760f1912c40da30abc74f4da4cf279ebf802')
build() {
cd $srcdir/$pkgname-$pkgver