summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOSAMC2023-01-21 15:52:07 +0000
committerChristopher Arndt2023-01-21 15:52:07 +0000
commitc96a8d09ae34b9886dd9b99eff2c33f426b3db30 (patch)
treea2b87585d2268987cd465ee8681fcfc685d7dbf9 /PKGBUILD
parent5faabfe5bd293d30b410070b7579944768f3e74c (diff)
downloadaur-c96a8d09ae34b9886dd9b99eff2c33f426b3db30.tar.gz
fix: bump pkgrel of python-soundfile to trigger rebuild (#191)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 108e3b478537..7d3146c877fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=soundfile
pkgname=python-soundfile
pkgver=0.11.0
-pkgrel=3
+pkgrel=4
pkgdesc='A Python library to read and write audio files using libsndfile, CFFI and NumPy'
url='https://github.com/bastibe/python-soundfile'
arch=(any)