summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-22 19:53:09 -0500
committerAndrew O'Neill2024-01-22 19:53:09 -0500
commita5ed9903c7c475fe0e096eda9a5c4e6112d505d4 (patch)
treea20a1cea37ea13a2bcb69089437851a17ad2f220
parent4c5a3c301a453b0c9714690c27b67926f3363562 (diff)
downloadaur-a5ed9903c7c475fe0e096eda9a5c4e6112d505d4.tar.gz
Update version to 1.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1975a119026a..20d7491d84e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = A C library for high-throughput sequencing data formats
- pkgver = 1.19
+ pkgver = 1.19.1
pkgrel = 1
url = https://github.com/samtools/htslib
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = htslib
conflicts = tabix
replaces = tabix
options = staticlibs
- source = htslib-1.19.tar.bz2::https://github.com/samtools/htslib/releases/download/1.19/htslib-1.19.tar.bz2
- sha256sums = 8751c40c4fa7d1f23a6864c5b20a73744f8be68239535ae7729c5f7d394d0736
+ source = htslib-1.19.1.tar.bz2::https://github.com/samtools/htslib/releases/download/1.19.1/htslib-1.19.1.tar.bz2
+ sha256sums = 222d74d3574fb67b158c6988c980eeaaba8a0656f5e4ffb76b5fa57f035933ec
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index b42633665621..8aa28b353937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
pkgname=htslib
-pkgver=1.19
+pkgver=1.19.1
pkgrel=1
pkgdesc='A C library for high-throughput sequencing data formats'
arch=('x86_64')
@@ -14,7 +14,7 @@ replaces=('tabix')
conflicts=('tabix')
options=('staticlibs')
source=("${pkgname}-${pkgver}.tar.bz2::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('8751c40c4fa7d1f23a6864c5b20a73744f8be68239535ae7729c5f7d394d0736')
+sha256sums=('222d74d3574fb67b158c6988c980eeaaba8a0656f5e4ffb76b5fa57f035933ec')
build() {
cd "${pkgname}-${pkgver}"