summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-09-22 11:57:16 -0400
committerAndrew O'Neill2020-09-22 11:57:16 -0400
commit218f51be6e7e4ebf794963b4519ba39a5b4f8e83 (patch)
tree5753e2cae493fe6d514a16e9fad41d1b8606d429
parent7a87ad9e4a073e141ce5fba6c107daab6f77c993 (diff)
downloadaur-218f51be6e7e4ebf794963b4519ba39a5b4f8e83.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 43da2cff4ac5..1c6b7fe89a74 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.10.2
+ pkgver = 1.11
pkgrel = 1
url = https://samtools.github.io/bcftools
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = bcftools
depends = htslib
depends = python-matplotlib
depends = python
- source = https://github.com/samtools/bcftools/releases/download/1.10.2/bcftools-1.10.2.tar.bz2
- sha256sums = f57301869d0055ce3b8e26d8ad880c0c1989bf25eaec8ea5db99b60e31354e2c
+ source = https://github.com/samtools/bcftools/releases/download/1.11/bcftools-1.11.tar.bz2
+ sha256sums = 3ceee47456ec481f34fa6c34beb6fe892b5b365933191132721fdf126e45a064
pkgname = bcftools
diff --git a/PKGBUILD b/PKGBUILD
index e787b10b81df..1769bc1b4976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.10.2
+pkgver=1.11
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=('f57301869d0055ce3b8e26d8ad880c0c1989bf25eaec8ea5db99b60e31354e2c')
+sha256sums=('3ceee47456ec481f34fa6c34beb6fe892b5b365933191132721fdf126e45a064')
build() {
cd "${pkgname}-${pkgver}"