summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-06 05:15:33 +0800
committerChocobo12023-04-06 05:15:33 +0800
commitf42495720f252969e71a2e025a591c8f8432ca63 (patch)
tree28f001f40c5b882784f00fae8b297bf27b5da07f
parent7b07a550d054bc3b9cda3e787352f98650c8a759 (diff)
downloadaur-f42495720f252969e71a2e025a591c8f8432ca63.tar.gz
upgpkg: htslib-git 1.17.r16.g93434e04-1
-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() {