summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2023-07-26 00:05:45 -0400
committerAndrew O'Neill2023-07-26 00:05:45 -0400
commitaefe82260761733b7943024d55b67335691c7394 (patch)
tree9b3b174421428185ece784f8a6889fe39ee43b9f
parent34f19b852e3c210a80e882548400a4489ffc5df7 (diff)
downloadaur-aefe82260761733b7943024d55b67335691c7394.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 bfd31b728b8a..445e3b26a9e3 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.17
+ pkgver = 1.18
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.17/bcftools-1.17.tar.bz2
- sha256sums = 01f75d8e701d85b2c759172412009cc04f29b61616ace2fa75116123de4596cc
+ source = https://github.com/samtools/bcftools/releases/download/1.18/bcftools-1.18.tar.bz2
+ sha256sums = d9b9d36293e4cc62ab7473aa2539389d4e1de79b1a927d483f6e91f3c3ceac7e
pkgname = bcftools
diff --git a/PKGBUILD b/PKGBUILD
index bc7500267461..c2335300d6cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.17
+pkgver=1.18
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=('01f75d8e701d85b2c759172412009cc04f29b61616ace2fa75116123de4596cc')
+sha256sums=('d9b9d36293e4cc62ab7473aa2539389d4e1de79b1a927d483f6e91f3c3ceac7e')
build() {
cd "${pkgname}-${pkgver}"