summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOSAMC2023-05-06 14:58:24 +0000
committerFlorian Hülsmann2023-05-06 14:58:24 +0000
commitc639f040c9bfd322cb431044f31e8dc60bbd7b53 (patch)
tree0d102857c85f9a9dcdc4fc138c242f32688caaf1
parent012ecd0d36dbf30dc686d63664185ac231cd5a64 (diff)
downloadaur-python-soundfile.tar.gz
Bump pkgrels to trigger rebuild for python 3.11 (#225)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ebd11792dad..88713dcc9ac2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-soundfile
pkgdesc = A Python library to read and write audio files using libsndfile, CFFI and NumPy
pkgver = 0.12.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bastibe/python-soundfile
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 09330f19a1d6..a455191559d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=soundfile
pkgname=python-soundfile
pkgver=0.12.1
-pkgrel=1
+pkgrel=2
pkgdesc='A Python library to read and write audio files using libsndfile, CFFI and NumPy'
url='https://github.com/bastibe/python-soundfile'
arch=(any)