[arch-commits] Commit in naim/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue Mar 24 21:07:25 UTC 2009


    Date: Tuesday, March 24, 2009 @ 17:07:25
  Author: tpowa
Revision: 31165

upgpkg: naim 0.11.8.3.2-1

Modified:
  naim/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-24 21:03:10 UTC (rev 31164)
+++ PKGBUILD	2009-03-24 21:07:25 UTC (rev 31165)
@@ -1,19 +1,20 @@
 # $Id$
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=naim
-pkgver=0.11.8.3.1
-pkgrel=2
+pkgver=0.11.8.3.2
+pkgrel=1
 pkgdesc="An ncurses AOL Instant Messenger and IRC client."
 arch=(i686 x86_64)
+license=('GPL2')
 url="http://naim.n.ml.org"
 depends=('ncurses')
 source=(http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-md5sums=('239f8865b6f044aed26e3124a0721652')
+options=(!makeflags)
 
 build() {
-  export MAKEFLAGS="-j1"
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
+md5sums=('c9622e3f75d56310829f98fa4dae1f78')




More information about the arch-commits mailing list