[arch-commits] Commit in python-pymad/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Aug 15 16:44:14 UTC 2017
Date: Tuesday, August 15, 2017 @ 16:44:12
Author: arodseth
Revision: 251071
upgpkg: python-pymad 0.10-1
Modified:
python-pymad/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-15 16:44:06 UTC (rev 251070)
+++ PKGBUILD 2017-08-15 16:44:12 UTC (rev 251071)
@@ -4,8 +4,8 @@
# Contributor: Corrado Primier <cp663137 at stud.polimi.it>
pkgname=python-pymad
-pkgver=0.9
-pkgrel=2
+pkgver=0.10
+pkgrel=1
pkgdesc='Python interface to libmad'
arch=('x86_64' 'i686')
url='https://github.com/jaqx0r/pymad'
@@ -12,17 +12,18 @@
license=('LGPL')
depends=('libmad' 'python')
makedepends=('git')
-source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/$pkgver")
+source=("$pkgname::git+https://github.com/jaqx0r/pymad.git#tag=version/${pkgver/_/-}")
md5sums=('SKIP')
build() {
- cd "$pkgname"
+ cd $pkgname
python config_unix.py --prefix=/usr
}
package() {
- cd "$pkgname"
+ cd $pkgname
python setup.py install --root="$pkgdir"
}
-# vim:set ts=2 sw=2 et:
+# getver: github.com/jaqx0r/pymad/tags
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list