diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
commit | f87cdf22eb712b5b1c118f768d4ff710fc839403 (patch) | |
tree | 023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/judy/PKGBUILD | |
parent | 290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff) | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arp-scan/PKGBUILD
community/curlftpfs/PKGBUILD
community/dtach/PKGBUILD
community/espeakup/PKGBUILD
community/g2sc/PKGBUILD
community/judy/PKGBUILD
community/python-fuse/PKGBUILD
community/sisctrl/PKGBUILD
extra/avahi/PKGBUILD
extra/kdesdk/PKGBUILD
extra/nasm/PKGBUILD
multilib/lib32-p11-kit/PKGBUILD
multilib/lib32-pixman/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
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 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 } |