summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2023-02-21 13:35:00 -0500
committerAndrew O'Neill2023-02-21 13:35:00 -0500
commit535232128b81587964f6769d1edb878cc1af79fb (patch)
treef8ffb1a22620b4af9ba8e7fe3df9faafb56bf30e
parentf768feb413860a34fb3c613334081abc94a82f16 (diff)
downloadaur-535232128b81587964f6769d1edb878cc1af79fb.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd99b0566a2e..bfd31b728b8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bcftools
pkgdesc = A program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF
- pkgver = 1.16
+ pkgver = 1.17
pkgrel = 1
url = https://samtools.github.io/bcftools
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = bcftools
depends = htslib
depends = python-matplotlib
depends = python
- source = https://github.com/samtools/bcftools/releases/download/1.16/bcftools-1.16.tar.bz2
- sha256sums = 90bf647c9ad79e10a243b8058c873de057fd7012e250d5ae6574839787a2ecd6
+ source = https://github.com/samtools/bcftools/releases/download/1.17/bcftools-1.17.tar.bz2
+ sha256sums = 01f75d8e701d85b2c759172412009cc04f29b61616ace2fa75116123de4596cc
pkgname = bcftools
diff --git a/PKGBUILD b/PKGBUILD
index db1d9b84d51a..8f45e7caa49c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.16
+pkgver=1.17
pkgrel=1
pkgdesc='A program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF'
arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://samtools.github.io/bcftools'
license=('GPL')
depends=('gsl' 'htslib' 'python-matplotlib' 'python')
source=("https://github.com/samtools/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('90bf647c9ad79e10a243b8058c873de057fd7012e250d5ae6574839787a2ecd6')
+sha256sums=('01f75d8e701d85b2c759172412009cc04f29b61616ace2fa75116123de4596cc')
build() {
cd "${pkgname}-${pkgver}"