summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2019-12-22 22:54:49 -0500
committerAndrew O'Neill2019-12-22 22:54:49 -0500
commit7a87ad9e4a073e141ce5fba6c107daab6f77c993 (patch)
tree39cbb5d6cd19a7ef8cf468ff7156863ce9dd16cf
parent0f38e49d9bb5834f8a8f0e1d70e57a1310f3ae3e (diff)
downloadaur-7a87ad9e4a073e141ce5fba6c107daab6f77c993.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 7ff728d2356b..43da2cff4ac5 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
+ pkgver = 1.10.2
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/bcftools-1.10.tar.bz2
- sha256sums = 2a37721b944772633f334cc0897c43430d56cf59d7363b72d5cd2cfc9ae3af83
+ source = https://github.com/samtools/bcftools/releases/download/1.10.2/bcftools-1.10.2.tar.bz2
+ sha256sums = f57301869d0055ce3b8e26d8ad880c0c1989bf25eaec8ea5db99b60e31354e2c
pkgname = bcftools
diff --git a/PKGBUILD b/PKGBUILD
index a89b12f2433f..e787b10b81df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.10
+pkgver=1.10.2
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=('2a37721b944772633f334cc0897c43430d56cf59d7363b72d5cd2cfc9ae3af83')
+sha256sums=('f57301869d0055ce3b8e26d8ad880c0c1989bf25eaec8ea5db99b60e31354e2c')
build() {
cd "${pkgname}-${pkgver}"