summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-11-25 12:46:54 +0100
committerChristopher Arndt2019-11-25 12:46:54 +0100
commite123390aab228170a76b46bdefbab5ae2c3efbc8 (patch)
tree995eb768166ba396f68866ff89748667faa543de /PKGBUILD
parent49af5986f6b5182f226b6ce46b923f26ef30d2b5 (diff)
downloadaur-e123390aab228170a76b46bdefbab5ae2c3efbc8.tar.gz
New upstream version 0.10.3.post1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85bdf76dec3f..386e60c7a5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=SoundFile
pkgname=python-soundfile
-pkgver=0.10.2
-pkgrel=2
+pkgver=0.10.3.post1
+pkgrel=1
pkgdesc="An audio library based on libsndfile, CFFI and NumPy"
url="https://github.com/bastibe/PySoundFile"
arch=('any')
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python-cffi' 'libsndfile' 'python-numpy')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('637f6218c867b8cae80f6989634a0813b416b3e6132480d056e6e5a89a921571')
+sha256sums=('490cff42650733d1832728b937fe99fa1802896f5ef4d61bcf78cf7ebecb107b')
build() {