summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2019-11-25 00:19:18 +0100
committermschubert2019-11-25 00:19:18 +0100
commit4f31ec3a27f63cd43017ed20e8c618663d78585c (patch)
treecb01829ee559e8692b31d15dcdac9eb98e9e4f67 /PKGBUILD
parent9bdffb451c1848aaa9ec55c3d541cee6f7caabde (diff)
downloadaur-4f31ec3a27f63cd43017ed20e8c618663d78585c.tar.gz
version bump 0.3.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c250440ab020..35cfd3a9ed23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=('python-pybigwig' 'python2-pybigwig')
_pkgname=pyBigWig
-pkgver=0.3.16
+pkgver=0.3.17
pkgrel=1
pkgdesc="A Python extension for quick access to bigWig and bigBed files"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
options=(!emptydirs)
source=($_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=('0685aed3fb536f7d6a652f0228cbc15e815ce4e102bb2932b6afa648d1987edc')
+sha256sums=('a1ccd607db0ece1553471cab3763e318609171a8219a7e0625bc80b61479f8d7')
prepare() {
cp -a $_pkgname-$pkgver{,-py2}