summaryrefslogtreecommitdiff
path: root/community/cuetools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cuetools/PKGBUILD')
-rw-r--r--community/cuetools/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/cuetools/PKGBUILD b/community/cuetools/PKGBUILD
index 0b2f938e0..09cb60a01 100644
--- a/community/cuetools/PKGBUILD
+++ b/community/cuetools/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 98850 2013-10-20 09:41:43Z stativ $
+# $Id: PKGBUILD 103244 2013-12-31 11:13:25Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=cuetools
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cue and toc file parsers and utilities"
arch=('i686' 'x86_64' 'mips64el')
url="https://github.com/svend/cuetools"
@@ -10,14 +10,16 @@ url="https://github.com/svend/cuetools"
license=('GPL')
depends=('glibc')
source=("https://github.com/svend/cuetools/archive/${pkgver}.tar.gz"
- "fix_build_with_automake-1.12.diff")
+ "cuetag-fix_spaces.diff" "fix_build_with_automake-1.12.diff")
md5sums=('4492dae2b3f9e077f6455a1f1cddef3b'
+ '60f4aba26e529e48dbedd2adef917117'
'67a3b32711d1a1f508be6ed0f1bdadf3')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
patch -Np1 < "$srcdir/fix_build_with_automake-1.12.diff" || true
+ patch -Np1 < "$srcdir/cuetag-fix_spaces.diff" || true
aclocal
autoheader