summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2054c3dd6e28..a9fe8e63221a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.9
+ pkgver = 1.10
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.9/htslib-1.9.tar.bz2
- md5sums = 2ac92c9c3eef9986345ac69a05dd4d24
+ source = https://github.com/samtools/htslib/releases/download/1.10/htslib-1.10.tar.bz2
+ sha256sums = 7ae44dd9faeb4c4293e9bb4815164ac28c6c6fae81fed4791df2fa878f57a972
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 0ff21e9ce9f9..e3d63698c68f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
-# Maintainer: Alexander Peltzer ("alexpe87") <alexpe.aur@mailbox.org>
-# Former Maintainer (thanks man!) : Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
+# Maintainer: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.9
+pkgver=1.10
pkgrel=1
pkgdesc="library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
@@ -13,6 +12,7 @@ provides=('tabix')
replaces=('tabix')
conflicts=('tabix')
source=(https://github.com/samtools/htslib/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7ae44dd9faeb4c4293e9bb4815164ac28c6c6fae81fed4791df2fa878f57a972')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -42,5 +42,3 @@ package() {
# htslib shared library comes installed as 0644
chmod +x $pkgdir/usr/lib/libhts.so.*.*
}
-
-md5sums=('2ac92c9c3eef9986345ac69a05dd4d24')