summaryrefslogtreecommitdiff
path: root/extra/libcue
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-01 03:54:24 +0000
commit88933a383866089c23f6d62783a6a24ab211e872 (patch)
tree06df2798b84f9e12ebbef88948c0e5b2a3227e99 /extra/libcue
parentffb384c05abcdb9c7a7d9df8407b8efc8caa78de (diff)
Tue Jul 1 03:46:37 UTC 2014
Diffstat (limited to 'extra/libcue')
-rw-r--r--extra/libcue/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/libcue/PKGBUILD b/extra/libcue/PKGBUILD
index 9a1049ba0..da3080da5 100644
--- a/extra/libcue/PKGBUILD
+++ b/extra/libcue/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 198142 2013-10-30 13:02:40Z allan $
-# Contributor: said <atvordhosbn[at]gmail[dot]com>
+# $Id: PKGBUILD 215716 2014-06-30 10:36:40Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Contributor: said <atvordhosbn[at]gmail[dot]com>
pkgname=libcue
pkgver=1.4.0
-pkgrel=3
+pkgrel=4
pkgdesc='Parses so-called cue sheets and handles the parsed data'
url='http://sourceforge.net/projects/libcue/'
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('glibc')
source=("http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2")
sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./autogen.sh --prefix=/usr --disable-static
+ ./autogen.sh --prefix=/usr
make
}