summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2023-04-04 18:08:28 +0200
committermschubert2023-04-04 18:08:28 +0200
commitcb1044afeec25ccfbb4e6d0a5305ff70b0217df5 (patch)
tree3a2494ffe682e0ffc0ee63cbf8f704719c26e2e3 /PKGBUILD
parent4ddec4497b68fff2d60907977f835b9eb293ce7e (diff)
downloadaur-cb1044afeec25ccfbb4e6d0a5305ff70b0217df5.tar.gz
version bump 0.3.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 978cdfe0e9c7..08cab34be6ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=python-pybigwig
_name=pyBigWig
-pkgver=0.3.20
+pkgver=0.3.21
pkgrel=1
pkgdesc="A Python extension for quick access to bigWig and bigBed files"
arch=(any)
@@ -12,7 +12,7 @@ depends=(curl python-numpy)
makedepends=(python-build python-installer python-wheel)
options=(!emptydirs)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('ba63ffb302647a6bcda75187a9d8576bb249e37ae6e83379ddb31e22cd7a8c0b')
+sha256sums=('5bff713fe3f8840e0fbe48cf8c8fe9d92c8af8ba107da0b845076164445d076e')
build() {
cd "$_name-$pkgver"