summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92cf5fe09de7..7133c2eab10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib-git
pkgdesc = C library for high-throughput sequencing data formats
- pkgver = 1.16.r3.g50361863
+ pkgver = 1.17.r16.g93434e04
pkgrel = 1
url = https://github.com/samtools/htslib
arch = i686
@@ -12,7 +12,7 @@ pkgbase = htslib-git
depends = curl
depends = openssl
depends = xz
- provides = htslib=1.16.r3.g50361863
+ provides = htslib=1.17.r16.g93434e04
conflicts = htslib
options = staticlibs
source = git+https://github.com/samtools/htslib.git
diff --git a/PKGBUILD b/PKGBUILD
index d0a304115b78..316219edaa32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=htslib-git
-pkgver=1.16.r3.g50361863
+pkgver=1.17.r16.g93434e04
pkgrel=1
pkgdesc="C library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ sha256sums=('SKIP')
prepare() {
cd "htslib"
- git submodule update --init --recursive --remote
+ git submodule update --init --recursive
}
pkgver() {