diff options
Diffstat (limited to 'community/judy/PKGBUILD')
-rw-r--r-- | community/judy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/judy/PKGBUILD b/community/judy/PKGBUILD index b8a165d78..e0fc510d8 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') 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 } |