summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: aad8b19daa8ff94c7c1579e884c08a6a67c417f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgbase = python-soundfile
	pkgdesc = A Python library to read and write audio files using libsndfile, CFFI and NumPy
	pkgver = 0.11.0
	pkgrel = 1
	url = https://github.com/bastibe/python-soundfile
	arch = any
	license = BSD
	makedepends = python-setuptools
	depends = python-cffi
	depends = libsndfile
	depends = python-numpy
	source = https://github.com/bastibe/python-soundfile/releases/download/0.11.0/soundfile-0.11.0.tar.gz
	sha256sums = 931738a1c93e8684c2d3e1d514ac63440ce827ec783ea0a2d3e4730e3dc58c18

pkgname = python-soundfile