summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2021-02-08 18:34:47 +0100
committermschubert2021-02-08 18:34:47 +0100
commitdfdf5db1b459568e2d907191fe822124d4ad3b3e (patch)
tree8c375dba9379addc61c9284657976ab27f65a759
parent4f31ec3a27f63cd43017ed20e8c618663d78585c (diff)
downloadaur-dfdf5db1b459568e2d907191fe822124d4ad3b3e.tar.gz
version bump 0.3.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8130e058a2c3..f614dab6d756 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.17
+ pkgver = 0.3.18
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 = pyBigWig-0.3.17.tar.gz::https://github.com/deeptools/pyBigWig/archive/0.3.17.tar.gz
- sha256sums = a1ccd607db0ece1553471cab3763e318609171a8219a7e0625bc80b61479f8d7
+ source = pyBigWig-0.3.18.tar.gz::https://github.com/deeptools/pyBigWig/archive/0.3.18.tar.gz
+ sha256sums = 552564d8ce8720a8ae70ed5e5534617fb0cab306b666468d1c61b6d389b8a10c
pkgname = python-pybigwig
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 35cfd3a9ed23..399f8b52be63 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.17
+pkgver=0.3.18
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=('a1ccd607db0ece1553471cab3763e318609171a8219a7e0625bc80b61479f8d7')
+sha256sums=('552564d8ce8720a8ae70ed5e5534617fb0cab306b666468d1c61b6d389b8a10c')
prepare() {
cp -a $_pkgname-$pkgver{,-py2}