summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-08-22 21:01:58 -0400
committerAndrew O'Neill2022-08-22 21:01:58 -0400
commitf768feb413860a34fb3c613334081abc94a82f16 (patch)
tree92355b7e1712802610ee0730ea8f0a53d26cc55c
parente5cbf57892355ea83aab1a2dccf1b1c42c61016a (diff)
downloadaur-f768feb413860a34fb3c613334081abc94a82f16.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 244723a71c90..cd99b0566a2e 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.15.1
+ pkgver = 1.16
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.15.1/bcftools-1.15.1.tar.bz2
- sha256sums = f21f9564873eb27ccf22d13b91a64acb8fbbfe4f9e4c37933a54b9a95857f2d7
+ source = https://github.com/samtools/bcftools/releases/download/1.16/bcftools-1.16.tar.bz2
+ sha256sums = 90bf647c9ad79e10a243b8058c873de057fd7012e250d5ae6574839787a2ecd6
pkgname = bcftools
diff --git a/PKGBUILD b/PKGBUILD
index 50efd8eda8e7..db1d9b84d51a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.15.1
+pkgver=1.16
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=('f21f9564873eb27ccf22d13b91a64acb8fbbfe4f9e4c37933a54b9a95857f2d7')
+sha256sums=('90bf647c9ad79e10a243b8058c873de057fd7012e250d5ae6574839787a2ecd6')
build() {
cd "${pkgname}-${pkgver}"