summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2019-05-25 15:55:44 +0200
committermschubert2019-05-25 15:55:44 +0200
commit9bdffb451c1848aaa9ec55c3d541cee6f7caabde (patch)
treec51b579b03d02fdfe428f7c8ac3258f2d59d44d1
parent7249b7d7d39a05d580f4c89b4a7ccb1437ed44b0 (diff)
downloadaur-9bdffb451c1848aaa9ec55c3d541cee6f7caabde.tar.gz
version bump 0.3.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35aded719814..63d7765d962b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pybigwig
pkgdesc = A Python extension for quick access to bigWig and bigBed files
- pkgver = 0.3.13
+ pkgver = 0.3.16
pkgrel = 1
url = https://github.com/deeptools/pyBigWig
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pybigwig
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = python-pybigwig-0.3.13.tar.gz::https://github.com/deeptools/pyBigWig/archive/0.3.13.tar.gz
- sha256sums = 1e0114bb106b7b05613d8be753759b578e7a16b3cd03f21bedcdace13b2bea08
+ source = pyBigWig-0.3.16.tar.gz::https://github.com/deeptools/pyBigWig/archive/0.3.16.tar.gz
+ sha256sums = 0685aed3fb536f7d6a652f0228cbc15e815ce4e102bb2932b6afa648d1987edc
pkgname = python-pybigwig
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 2b662b68a952..c250440ab020 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.13
+pkgver=0.3.16
pkgrel=1
pkgdesc="A Python extension for quick access to bigWig and bigBed files"
arch=('any')
@@ -10,8 +10,8 @@ url="https://github.com/deeptools/pyBigWig"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
options=(!emptydirs)
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=('1e0114bb106b7b05613d8be753759b578e7a16b3cd03f21bedcdace13b2bea08')
+source=($_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+sha256sums=('0685aed3fb536f7d6a652f0228cbc15e815ce4e102bb2932b6afa648d1987edc')
prepare() {
cp -a $_pkgname-$pkgver{,-py2}