summaryrefslogtreecommitdiff
path: root/community/judy
diff options
context:
space:
mode:
Diffstat (limited to 'community/judy')
-rw-r--r--community/judy/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/judy/PKGBUILD b/community/judy/PKGBUILD
index 7ea6df59f..4ad02f728 100644
--- a/community/judy/PKGBUILD
+++ b/community/judy/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 21377 2010-07-16 11:53:24Z spupykin $
+# $Id: PKGBUILD 65582 2012-02-21 09:06:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: d'Ronin <daronin@2600.com>
pkgname=judy
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64' 'mips64el')
pkgdesc="C library creating and accessing dynamic arrays"
makedepends=(gcc)
@@ -18,6 +18,6 @@ build()
{
cd $srcdir/$pkgname-$pkgver
[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr
- make -j1 || return 1
+ make -j1
make DESTDIR=$pkgdir install
}