summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOSAMC2023-02-15 16:15:57 +0000
committerChristopher Arndt2023-02-15 16:15:57 +0000
commit80ca4507a6e725b9034073512e3ecdb94eeceefd (patch)
tree95e67f1fcb3a115a9fb1236e044acdac7c134cc9 /PKGBUILD
parentc96a8d09ae34b9886dd9b99eff2c33f426b3db30 (diff)
downloadaur-80ca4507a6e725b9034073512e3ecdb94eeceefd.tar.gz
feat: update package 'python-soundfile' to version 0.12.0-1 (#201)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d3146c877fa..9f93b7cdfcf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_name=soundfile
pkgname=python-soundfile
-pkgver=0.11.0
-pkgrel=4
+pkgver=0.12.0
+pkgrel=1
pkgdesc='A Python library to read and write audio files using libsndfile, CFFI and NumPy'
url='https://github.com/bastibe/python-soundfile'
arch=(any)
license=(BSD)
makedepends=(python-build python-installer python-setuptools python-wheel)
depends=(python-cffi libsndfile python-numpy)
-checkdepends=(python-pytest python-setuptools)
+checkdepends=(python-pytest)
source=("https://github.com/bastibe/python-soundfile/releases/download/$pkgver/$_name-$pkgver.tar.gz")
-sha256sums=('931738a1c93e8684c2d3e1d514ac63440ce827ec783ea0a2d3e4730e3dc58c18')
+sha256sums=('e50c42733ff5396e49a6a689722fa362387b2c403273bcc195994bf4a8e2df3f')
build() {
cd $_name-$pkgver