summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2018-02-21 18:54:56 -0500
committerAndrew O'Neill2018-02-21 18:54:56 -0500
commitba86f7314da03b22093f4f6ca16be981087fc20d (patch)
treebea73349cee28c0128d5a2e6d83535307f31fd00 /PKGBUILD
parent314bd23101a994795764852702251224fe3b568f (diff)
downloadaur-ba86f7314da03b22093f4f6ca16be981087fc20d.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cc9bca957b3..0de885f31998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc="A program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://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=('293010736b076cf684d2873928924fcc3d2c231a091084c2ac23a8045c7df982')
+sha256sums=('dd4f63d91b0dffb0f0ce88ac75c2387251930c8063f7799611265083f8d302d1')
build() {
cd $pkgname-$pkgver