summaryrefslogtreecommitdiff
path: root/extra/libcue/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libcue/PKGBUILD')
-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
}