summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-06 05:15:33 +0800
committerChocobo12023-04-06 05:15:33 +0800
commitf42495720f252969e71a2e025a591c8f8432ca63 (patch)
tree28f001f40c5b882784f00fae8b297bf27b5da07f /PKGBUILD
parent7b07a550d054bc3b9cda3e787352f98650c8a759 (diff)
downloadaur-htslib-git.tar.gz
upgpkg: htslib-git 1.17.r16.g93434e04-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {