summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2021-12-20 14:11:35 +0100
committermschubert2021-12-20 14:11:35 +0100
commit04cfb1cb87bfed0cb4313d309e9151b00411733a (patch)
tree65fa260ddef313cc30f69cf8cc98b8aa1d40becb
parent125a7f0487634d00bc95c5021687599096c4eb90 (diff)
downloadaur-04cfb1cb87bfed0cb4313d309e9151b00411733a.tar.gz
relbump for py3.10 compat
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96dd0b77295b..b5c09f44bd96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pybigwig
pkgdesc = A Python extension for quick access to bigWig and bigBed files
pkgver = 0.3.18
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/deeptools/pyBigWig
arch = any
license = MIT
@@ -13,4 +13,3 @@ pkgbase = python-pybigwig
sha256sums = 552564d8ce8720a8ae70ed5e5534617fb0cab306b666468d1c61b6d389b8a10c
pkgname = python-pybigwig
-
diff --git a/PKGBUILD b/PKGBUILD
index 822651818766..728042135f7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pybigwig
_pkgname=pyBigWig
pkgver=0.3.18
-pkgrel=1
+pkgrel=2
pkgdesc="A Python extension for quick access to bigWig and bigBed files"
arch=('any')
url="https://github.com/deeptools/pyBigWig"