summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-07-31 16:21:54 -0400
committerAndrew O'Neill2021-07-31 16:21:54 -0400
commitf4ef330094d69e734d808594a8b23558018dddce (patch)
treeddc5a743d61875f9931d4373e7959034ea8af7d2
parentf7058554ffa0d3f3a6fc37983d5a09c9dd8bee13 (diff)
downloadaur-f4ef330094d69e734d808594a8b23558018dddce.tar.gz
Version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0951127b98cd..8f171787682d 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.12
+ pkgver = 1.13
pkgrel = 1
url = https://samtools.github.io/bcftools
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = bcftools
depends = htslib
depends = python-matplotlib
depends = python
- source = https://github.com/samtools/bcftools/releases/download/1.12/bcftools-1.12.tar.bz2
- sha256sums = 7a0e6532b1495b9254e38c6698d955e5176c1ee08b760dfea2235ee161a024f5
+ source = https://github.com/samtools/bcftools/releases/download/1.13/bcftools-1.13.tar.bz2
+ sha256sums = 13bfa1da2a5edda8fa51196a47a0b4afb3fef17516451e4f0e78477f3dd30b90
pkgname = bcftools
-
diff --git a/PKGBUILD b/PKGBUILD
index ff5da3e872fb..f52cacf517e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.12
+pkgver=1.13
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=('7a0e6532b1495b9254e38c6698d955e5176c1ee08b760dfea2235ee161a024f5')
+sha256sums=('13bfa1da2a5edda8fa51196a47a0b4afb3fef17516451e4f0e78477f3dd30b90')
build() {
cd "${pkgname}-${pkgver}"