diff options
author | Simon Legner | 2015-09-21 16:00:13 +0200 |
---|---|---|
committer | Simon Legner | 2015-09-21 16:00:13 +0200 |
commit | 69ea65b76d6bcf8e204283ba2fc508259e60cac4 (patch) | |
tree | 2501a013ee3ba5b5f08b6f1c26c447ff55a32124 /.SRCINFO | |
parent | 799d2ab0fc4867ab9e41f96108be516dd71b63d4 (diff) | |
download | aur-69ea65b76d6bcf8e204283ba2fc508259e60cac4.tar.gz |
Add missing makedepends, license
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ pkgbase = python-pydub pkgdesc = Manipulate audio with an simple and easy high level interface pkgver = 0.15.0 - pkgrel = 1 + pkgrel = 2 url = http://pydub.com arch = any license = MIT + makedepends = python-setuptools depends = python source = https://github.com/jiaaro/pydub/archive/v0.15.0.tar.gz md5sums = 946e402d8da0bc54dd72899f33213342 |