summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2018-04-03 21:05:28 -0400
committerAndrew O'Neill2018-04-03 21:05:28 -0400
commitfb1dd3039a97cd39545625fe860dbeb6d11a04ce (patch)
tree9a1b089e58c59a85597a4289eb24158afea4802e
parentba86f7314da03b22093f4f6ca16be981087fc20d (diff)
downloadaur-fb1dd3039a97cd39545625fe860dbeb6d11a04ce.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 0999b5c15e5e..88ac424a423e 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.7
+ pkgver = 1.8
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.7/bcftools-1.7.tar.bz2
- sha256sums = dd4f63d91b0dffb0f0ce88ac75c2387251930c8063f7799611265083f8d302d1
+ source = https://github.com/samtools/bcftools/releases/download/1.8/bcftools-1.8.tar.bz2
+ sha256sums = 4acbfd691f137742e0be63d09f516434f0faf617a5c60f466140e0677915fced
pkgname = bcftools
diff --git a/PKGBUILD b/PKGBUILD
index 0de885f31998..7dacef46bcad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.7
+pkgver=1.8
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=('dd4f63d91b0dffb0f0ce88ac75c2387251930c8063f7799611265083f8d302d1')
+sha256sums=('4acbfd691f137742e0be63d09f516434f0faf617a5c60f466140e0677915fced')
build() {
cd $pkgname-$pkgver