summaryrefslogtreecommitdiff
path: root/community/libgig/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libgig/PKGBUILD')
-rw-r--r--community/libgig/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/libgig/PKGBUILD b/community/libgig/PKGBUILD
index 3ea49712f..52817d69d 100644
--- a/community/libgig/PKGBUILD
+++ b/community/libgig/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 99842 2013-10-31 02:02:07Z allan $
+# $Id: PKGBUILD 100359 2013-11-02 20:24:57Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: svoufff <svoufff at gmail dot com>
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
pkgname=libgig
pkgver=3.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="C++ library for loading Gigasampler and DLS files"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.linuxsampler.org/libgig/"
license=('GPL')
-depends=('gcc-libs' 'util-linux-ng' 'libsndfile')
-options=('!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2)
+depends=('util-linux' 'libsndfile')
+options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2")
md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
build() {
@@ -25,7 +25,7 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et: