summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-04-15 14:31:16 -0400
committerAndrew O'Neill2024-04-15 14:31:16 -0400
commitaee92ca1d09d5daff625652318aff92d77ad09cf (patch)
tree1aae26b183785b4f4133089ea54bdcecf5927645
parent7d54b9411ec2d861033ebd392642f02aa52ff906 (diff)
downloadaur-bcftools.tar.gz
Update version to 1.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c26a4386c4..c796d629f214 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.19
+ pkgver = 1.20
pkgrel = 1
url = https://samtools.github.io/bcftools
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = bcftools
depends = htslib
depends = python-matplotlib
depends = python
- source = https://github.com/samtools/bcftools/releases/download/1.19/bcftools-1.19.tar.bz2
- sha256sums = 782b5f1bc690415192231e82213b3493b047f45e630dc8ef6f154d6126ab3e68
+ source = https://github.com/samtools/bcftools/releases/download/1.20/bcftools-1.20.tar.bz2
+ sha256sums = 312b8329de5130dd3a37678c712951e61e5771557c7129a70a327a300fda8620
pkgname = bcftools
diff --git a/PKGBUILD b/PKGBUILD
index a714e550f0bc..a517a1a3478c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.19
+pkgver=1.20
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-3.0-only')
depends=('gsl' 'htslib' 'python-matplotlib' 'python')
source=("https://github.com/samtools/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('782b5f1bc690415192231e82213b3493b047f45e630dc8ef6f154d6126ab3e68')
+sha256sums=('312b8329de5130dd3a37678c712951e61e5771557c7129a70a327a300fda8620')
build() {
cd "${pkgname}-${pkgver}"