diff options
author | Chocobo1 | 2023-04-06 05:15:33 +0800 |
---|---|---|
committer | Chocobo1 | 2023-04-06 05:15:33 +0800 |
commit | f42495720f252969e71a2e025a591c8f8432ca63 (patch) | |
tree | 28f001f40c5b882784f00fae8b297bf27b5da07f | |
parent | 7b07a550d054bc3b9cda3e787352f98650c8a759 (diff) | |
download | aur-f42495720f252969e71a2e025a591c8f8432ca63.tar.gz |
upgpkg: htslib-git 1.17.r16.g93434e04-1
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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() { |