htslib: update to 1.22.1

This commit is contained in:
Biswapriyo Nath 2025-07-20 05:31:02 +00:00
parent 28c1743d1a
commit 13a69eab31

View File

@ -3,12 +3,13 @@
_realname=htslib
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.22
pkgver=1.22.1
pkgrel=1
pkgdesc="library for high-throughput sequencing data formats (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/samtools/htslib"
url='https://www.htslib.org/'
msys2_repository_url='https://github.com/samtools/htslib'
msys2_references=(
"cpe: cpe:/a:htslib:htslib"
)
@ -25,7 +26,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools")
source=("https://github.com/samtools/htslib/releases/download/$pkgver/$_realname-$pkgver.tar.bz2"
0001-makefile-remove-msvc-lib.patch)
sha256sums=('6250c1df297db477516e60ac8df45ed75a652d1f25b0f37f12f5b17269eafde9'
sha256sums=('3dfa6eeb71db719907fe3ef7c72cb2ec9965b20b58036547c858c89b58c342f7'
'2e3c8eeff2b4b16a6d420243d69fbccde44d250ad6ef9ac647c9b113097b9dd6')
prepare() {