diff options
author | root <root@rshg054.dnsready.net> | 2012-07-24 00:01:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-24 00:01:46 +0000 |
commit | 56913dc8679143308408596f2872f3894b3ab9d0 (patch) | |
tree | 6a8108f4290a1841aacb64924af58ad547790aa5 /community-testing/tagpy | |
parent | a65eb6fe2ea0ffa22c65de34506c88aeeb3c88ee (diff) |
Tue Jul 24 00:01:46 UTC 2012
Diffstat (limited to 'community-testing/tagpy')
-rw-r--r-- | community-testing/tagpy/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/community-testing/tagpy/PKGBUILD b/community-testing/tagpy/PKGBUILD index 8ec45754e..0a7ae1a26 100644 --- a/community-testing/tagpy/PKGBUILD +++ b/community-testing/tagpy/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 73777 2012-07-15 13:21:02Z ibiru $ +# $Id: PKGBUILD 74159 2012-07-22 13:24:09Z jelle $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Callan Barrett <wizzomafizzo@gmail.com> # Contributor: Scott Horowitz <stonecrest@gmail.com> pkgname=tagpy pkgver=0.94.8 -pkgrel=8 +pkgrel=9 pkgdesc="Python bindings for TagLib" arch=('i686' 'x86_64') url="http://pypi.python.org/pypi/tagpy" @@ -34,3 +34,8 @@ package(){ python2 setup.py install --root="${pkgdir}" --optimize=1 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" } + +check(){ + cd ${srcdir}/${pkgname}-${pkgver} + python2 setup.py test +} |