blob: a37458230402a5aaa5b4e1de6412e913a5189bfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = python-sox
pkgdesc = Python wrapper around SoX
pkgver = 1.5.0
pkgrel = 1
url = https://github.com/rabitt/pysox
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = sox
source = https://github.com/marl/pysox/releases/download/v1.5.0/sox-1.5.0.tar.gz
sha512sums = 32e25b411c62a2c7d1b2e9351052707938c7f8ae39c7df80fc01a6509ee4fb908f4abeba8a4e6040b36cd04a9099b1f5d160b7f2b1854a9362cf13b2f0c1a284
pkgname = python-sox
|