summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2019-12-08 11:28:53 -0500
committerAndrew O'Neill2019-12-08 11:28:53 -0500
commit0f38e49d9bb5834f8a8f0e1d70e57a1310f3ae3e (patch)
treecc9ae0e619b0f7e7d37b1cdb1898a214a5cdc631
parent208a0d5eb7b67171ecf00649525c3902131ab63e (diff)
downloadaur-0f38e49d9bb5834f8a8f0e1d70e57a1310f3ae3e.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff9f50a388ed..7ff728d2356b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = bcftools
pkgdesc = A program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF
- pkgver = 1.9
+ pkgver = 1.10
pkgrel = 1
- url = http://samtools.github.io/bcftools
+ url = https://samtools.github.io/bcftools
arch = x86_64
license = GPL
depends = gsl
depends = htslib
depends = python-matplotlib
depends = python
- source = https://github.com/samtools/bcftools/releases/download/1.9/bcftools-1.9.tar.bz2
- sha256sums = 6f36d0e6f16ec4acf88649fb1565d443acf0ba40f25a9afd87f14d14d13070c8
+ source = https://github.com/samtools/bcftools/releases/download/1.10/bcftools-1.10.tar.bz2
+ sha256sums = 2a37721b944772633f334cc0897c43430d56cf59d7363b72d5cd2cfc9ae3af83
pkgname = bcftools
diff --git a/PKGBUILD b/PKGBUILD
index 59c7ed2acd48..a89b12f2433f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=bcftools
-pkgver=1.9
+pkgver=1.10
pkgrel=1
-pkgdesc="A program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF"
+pkgdesc='A program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF'
arch=('x86_64')
-url='http://samtools.github.io/bcftools'
+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=('6f36d0e6f16ec4acf88649fb1565d443acf0ba40f25a9afd87f14d14d13070c8')
+source=("https://github.com/samtools/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('2a37721b944772633f334cc0897c43430d56cf59d7363b72d5cd2cfc9ae3af83')
build() {
cd "${pkgname}-${pkgver}"