summarylogtreecommitdiffstats
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
parent314bd23101a994795764852702251224fe3b568f (diff)
downloadaur-ba86f7314da03b22093f4f6ca16be981087fc20d.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 33f172692ab0..0999b5c15e5e 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.6
+ pkgver = 1.7
pkgrel = 1
url = http://samtools.github.io/bcftools/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = bcftools
depends = htslib
depends = python-matplotlib
depends = python
- source = https://github.com/samtools/bcftools/releases/download/1.6/bcftools-1.6.tar.bz2
- sha256sums = 293010736b076cf684d2873928924fcc3d2c231a091084c2ac23a8045c7df982
+ source = https://github.com/samtools/bcftools/releases/download/1.7/bcftools-1.7.tar.bz2
+ sha256sums = dd4f63d91b0dffb0f0ce88ac75c2387251930c8063f7799611265083f8d302d1
pkgname = bcftools
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