[arch-commits] Commit in morituri/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu Jul 17 06:52:55 UTC 2014
Date: Thursday, July 17, 2014 @ 08:52:54
Author: fyan
Revision: 115802
upgpkg: morituri 0.2.3-1
Modified:
morituri/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-17 05:06:38 UTC (rev 115801)
+++ PKGBUILD 2014-07-17 06:52:54 UTC (rev 115802)
@@ -4,8 +4,8 @@
# Contributor: Mantas Mikulėnas <grawity at gmail.com>
pkgname=morituri
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.2.3
+pkgrel=1
pkgdesc="a CD ripper aiming for accuracy over speed, modelled after Exact Audio Copy"
arch=('any')
url="https://github.com/thomasvs/morituri"
@@ -32,6 +32,11 @@
"git://github.com/thomasvs/python-command.git"
"git://github.com/Flumotion/flog"
"git://github.com/thomasvs/python-deps")
+sha512sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
prepare() {
cd "$srcdir/$pkgname"
@@ -45,9 +50,8 @@
build() {
cd "$srcdir/$pkgname"
- export PYTHON="python2"
- autoreconf -i -f
- ./configure --prefix=/usr --sysconfdir=/etc
+ export PYTHON="/usr/bin/python2"
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc
make
}
@@ -58,8 +62,3 @@
}
# vim: ft=sh:ts=4:sw=4:et
-sha512sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
More information about the arch-commits
mailing list