summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOSAMC2022-10-03 22:03:22 +0000
committerChristopher Arndt2022-10-03 22:03:22 +0000
commit5faabfe5bd293d30b410070b7579944768f3e74c (patch)
tree1587487a19bd6e052e85e5ef143dced29fe56b1e /PKGBUILD
parente5e7d80895b2d0f73ab35e5194e04d07e1c47579 (diff)
downloadaur-5faabfe5bd293d30b410070b7579944768f3e74c.tar.gz
feat: import package python-soundfile from AUR (#117)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bd9692cfe2f..108e3b478537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Christopher Arndt <aur at chrisarndt dot de>
+# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
_name=soundfile
pkgname=python-soundfile
@@ -8,8 +9,8 @@ pkgdesc='A Python library to read and write audio files using libsndfile, CFFI a
url='https://github.com/bastibe/python-soundfile'
arch=(any)
license=(BSD)
-depends=(python-cffi libsndfile python-numpy)
makedepends=(python-build python-installer python-setuptools python-wheel)
+depends=(python-cffi libsndfile python-numpy)
checkdepends=(python-pytest python-setuptools)
source=("https://github.com/bastibe/python-soundfile/releases/download/$pkgver/$_name-$pkgver.tar.gz")
sha256sums=('931738a1c93e8684c2d3e1d514ac63440ce827ec783ea0a2d3e4730e3dc58c18')