summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Pina Martins2018-08-09 16:42:23 +0100
committerFrancisco Pina Martins2018-08-09 16:42:23 +0100
commit6697d8fdf2a8cd6cb984d04605bbdac466271247 (patch)
tree71455eaf977463545800fa7c87fcf227a7ad7eb6
parentb915b43978ce8e9d3458b9677058f3db1009363c (diff)
downloadaur-vcftools.tar.gz
Updates the package to latest upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3160c2b0fa..15ac4e7f5405 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue May 22 09:27:03 UTC 2018
+# Thu Aug 9 15:42:16 UTC 2018
pkgbase = vcftools
pkgdesc = A set of tools written in Perl and C++ for working with VCF files
- pkgver = 0.1.15
+ pkgver = 0.1.16
pkgrel = 1
url = https://vcftools.github.io/
arch = x86_64
license = LGPL3
depends = perl
depends = zlib
- source = https://github.com/vcftools/vcftools/archive/v0.1.15.tar.gz
- sha256sums = bfbc50d92262868802d62f595c076b34f8e61a5ecaf48682328dad19defd3e7d
+ source = https://github.com/vcftools/vcftools/archive/v0.1.16.tar.gz
+ sha256sums = 575c13073efe65cbff6e2ab99eef12fe04536f5dc1f98de6674c848ca83cf302
pkgname = vcftools
diff --git a/PKGBUILD b/PKGBUILD
index ed3dad4389b9..a0090a9b2cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
pkgname=vcftools
-pkgver=0.1.15
+pkgver=0.1.16
pkgrel=1
pkgdesc="A set of tools written in Perl and C++ for working with VCF files"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://vcftools.github.io/"
license=('LGPL3')
depends=('perl' 'zlib')
source=(https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('bfbc50d92262868802d62f595c076b34f8e61a5ecaf48682328dad19defd3e7d')
+sha256sums=('575c13073efe65cbff6e2ab99eef12fe04536f5dc1f98de6674c848ca83cf302')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"