summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-03-04 08:57:10 +0100
committerMichel Zou2018-03-04 08:57:10 +0100
commiteb47fd2559c78e593ccf08550e47635189694a48 (patch)
treed2a1880132926c02fc8454d2c4d4e1dc7f024098
parent4fc6178f45b6f11d25124e948f7c83622f9ac6fb (diff)
downloadaur-eb47fd2559c78e593ccf08550e47635189694a48.tar.gz
0.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36d2ef8af5d4..42078c182e94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 9 20:00:37 UTC 2018
+# Sun Mar 4 07:57:10 UTC 2018
pkgbase = python-soundfile
pkgdesc = An audio library based on libsndfile, CFFI and NumPy
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/bastibe/PySoundFile
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-soundfile
makedepends = python2-cffi
makedepends = python-numpy
makedepends = python2-numpy
- source = https://github.com/bastibe/PySoundFile/archive/0.10.0.tar.gz
- sha256sums = d417177bb7e701f06b625f37711be0e94c2c75e74ab3c39a368481a449a91c5c
+ source = https://github.com/bastibe/PySoundFile/archive/0.10.1.tar.gz
+ sha256sums = f53fc58b943827fee60e40ee87c11d1ff21cf6567c65449897371a4019be8c28
pkgname = python-soundfile
depends = python-cffi
diff --git a/PKGBUILD b/PKGBUILD
index 2b3377e709a8..63a44a718d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-soundfile
pkgname=('python-soundfile' 'python2-soundfile')
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="An audio library based on libsndfile, CFFI and NumPy"
url="https://github.com/bastibe/PySoundFile"
@@ -8,7 +8,7 @@ arch=('any')
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools' 'libsndfile' 'python-cffi' 'python2-cffi' 'python-numpy' 'python2-numpy')
source=("https://github.com/bastibe/PySoundFile/archive/${pkgver}.tar.gz")
-sha256sums=('d417177bb7e701f06b625f37711be0e94c2c75e74ab3c39a368481a449a91c5c')
+sha256sums=('f53fc58b943827fee60e40ee87c11d1ff21cf6567c65449897371a4019be8c28')
build() {
cp -r "${srcdir}"/SoundFile-$pkgver "${srcdir}"/SoundFile-$pkgver-py2