summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 671880a0e78b..1ebd11792dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-soundfile
pkgdesc = A Python library to read and write audio files using libsndfile, CFFI and NumPy
- pkgver = 0.12.0
+ pkgver = 0.12.1
pkgrel = 1
url = https://github.com/bastibe/python-soundfile
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-soundfile
depends = python-cffi
depends = libsndfile
depends = python-numpy
- source = https://github.com/bastibe/python-soundfile/releases/download/0.12.0/soundfile-0.12.0.tar.gz
- sha256sums = e50c42733ff5396e49a6a689722fa362387b2c403273bcc195994bf4a8e2df3f
+ source = https://github.com/bastibe/python-soundfile/releases/download/0.12.1/soundfile-0.12.1.tar.gz
+ sha256sums = e8e1017b2cf1dda767aef19d2fd9ee5ebe07e050d430f77a0a7c66ba08b8cdae
pkgname = python-soundfile
diff --git a/PKGBUILD b/PKGBUILD
index 9f93b7cdfcf1..09330f19a1d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=soundfile
pkgname=python-soundfile
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc='A Python library to read and write audio files using libsndfile, CFFI and NumPy'
url='https://github.com/bastibe/python-soundfile'
@@ -13,7 +13,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel)
depends=(python-cffi libsndfile python-numpy)
checkdepends=(python-pytest)
source=("https://github.com/bastibe/python-soundfile/releases/download/$pkgver/$_name-$pkgver.tar.gz")
-sha256sums=('e50c42733ff5396e49a6a689722fa362387b2c403273bcc195994bf4a8e2df3f')
+sha256sums=('e8e1017b2cf1dda767aef19d2fd9ee5ebe07e050d430f77a0a7c66ba08b8cdae')
build() {
cd $_name-$pkgver