summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ebd11792dad..5f55a5d7ed64 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 = 3
url = https://github.com/bastibe/python-soundfile
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 09330f19a1d6..f983a56d9f88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=soundfile
pkgname=python-soundfile
pkgver=0.12.1
-pkgrel=1
+pkgrel=3
pkgdesc='A Python library to read and write audio files using libsndfile, CFFI and NumPy'
url='https://github.com/bastibe/python-soundfile'
arch=(any)