summaryrefslogtreecommitdiff
path: root/community/python2-pycdio
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-pycdio')
-rw-r--r--community/python2-pycdio/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/python2-pycdio/PKGBUILD b/community/python2-pycdio/PKGBUILD
index 54f608dbd..813d2572b 100644
--- a/community/python2-pycdio/PKGBUILD
+++ b/community/python2-pycdio/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 86447 2013-03-17 10:57:47Z fyan $
+# $Id: PKGBUILD 101971 2013-12-03 03:22:58Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Alessandro Pezzoni <donbex at nerdshack dot com>
pkgname=python2-pycdio
-pkgver=0.19
-pkgrel=2
+pkgver=0.20
+pkgrel=1
pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
arch=("i686" "x86_64")
url="http://pypi.python.org/pypi/pycdio/"
license=('GPL')
depends=('python2' 'libcdio')
-makedepends=('python2-distribute' 'pkg-config' 'swig')
+makedepends=('python2-setuptools' 'swig')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz")
-md5sums=('a6b00666ce8d77ab80a4084a8ff1136b')
package() {
- cd "$srcdir/${pkgname#python2-}-$pkgver"
+ cd "${pkgname#python2-}-$pkgver"
python2 setup.py install --root="$pkgdir/" --optimize=1
}
# vim:set ts=2 sw=2 et:
+sha512sums=('b53a535440008dc637b31fd2cda22845c91b98e78c30f90c866af3b9bf7cb3faad39f0784b5063a39bd97bb18fc58c75ad0833d53421182d408c2889c491846b')