summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2017-12-25 19:22:29 -0500
committerclintval2017-12-25 19:22:29 -0500
commitff49025a89138017d80352f765f4d4a15fa0e860 (patch)
tree4f56582d3f2a5a16c95760744cd635268c2cb461
parentebc569279b4a8fd3b0df74b353a8ce70a6d8767c (diff)
downloadaur-ff49025a89138017d80352f765f4d4a15fa0e860.tar.gz
Update to 0.6.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c6f833b5340..df364699b957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = python-pyvcf
pkgdesc = A Variant Call Format reader for Python.
- pkgver = 0.6.0
+ pkgver = 0.6.8
pkgrel = 1
- url = https://github.com/jamescasbon/PyVCF
+ url = https://pypi.python.org/pypi/PyVCF
arch = any
license = BSD
makedepends = cython
makedepends = python-setuptools
depends = python
- provides = python-pyvcf
- conflicts = python-pyvcf
options = !emptydirs
- source = https://github.com/jamescasbon/PyVCF/archive/v0.6.0.tar.gz
- md5sums = 5e38a610b1bf837e5e74a748e281cec7
+ source = https://pypi.python.org/packages/ca/d1/f1d394b0c2865d4c5d96856ffaa223b6013b3c1cbc74e0c2f2f4b34ea11f/PyVCF-0.6.8.linux-x86_64.tar.gz
+ md5sums = 4eeb9700b03d4ab234c58227fb5f0331
pkgname = python-pyvcf
diff --git a/PKGBUILD b/PKGBUILD
index ea79e08a975a..5fa5b1c459cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
# Maintainer: Clint Valentine <valentine.clint@gmail.com>
pkgname='python-pyvcf'
-pkgver=0.6.0
+pkgver=0.6.8
pkgrel=1
pkgdesc="A Variant Call Format reader for Python."
arch=('any')
-url="https://github.com/jamescasbon/PyVCF"
+url="https://pypi.python.org/pypi/PyVCF"
license=('BSD')
depends=('python')
makedepends=('cython' 'python-setuptools')
-provides=('python-pyvcf')
-conflicts=('python-pyvcf')
options=(!emptydirs)
-source=("https://github.com/jamescasbon/PyVCF/archive/v${pkgver}.tar.gz")
-md5sums=('5e38a610b1bf837e5e74a748e281cec7')
+source=("https://pypi.python.org/packages/ca/d1/f1d394b0c2865d4c5d96856ffaa223b6013b3c1cbc74e0c2f2f4b34ea11f/PyVCF-0.6.8.linux-x86_64.tar.gz")
+md5sums=('4eeb9700b03d4ab234c58227fb5f0331')
package() {
cd "${srcdir}/PyVCF-${pkgver}"