summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-04-07 18:19:12 -0400
committerAndrew O'Neill2022-04-07 18:19:12 -0400
commite5cbf57892355ea83aab1a2dccf1b1c42c61016a (patch)
treefeb6288a66924fe9386b74d47d51b365cd1d6371
parent46f82aa9fa6fe65bfaa68ca1df5e45c13e706452 (diff)
downloadaur-e5cbf57892355ea83aab1a2dccf1b1c42c61016a.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 28ce3518b071..244723a71c90 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
+ pkgver = 1.15.1
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/bcftools-1.15.tar.bz2
- sha256sums = 1885ccb450a86e97a00aa905d7381ca9e07bd8967c05705a61d0007d2e22296e
+ source = https://github.com/samtools/bcftools/releases/download/1.15.1/bcftools-1.15.1.tar.bz2
+ sha256sums = f21f9564873eb27ccf22d13b91a64acb8fbbfe4f9e4c37933a54b9a95857f2d7
pkgname = bcftools
diff --git a/PKGBUILD b/PKGBUILD
index 07eb41bbd065..50efd8eda8e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.15
+pkgver=1.15.1
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=('1885ccb450a86e97a00aa905d7381ca9e07bd8967c05705a61d0007d2e22296e')
+sha256sums=('f21f9564873eb27ccf22d13b91a64acb8fbbfe4f9e4c37933a54b9a95857f2d7')
build() {
cd "${pkgname}-${pkgver}"