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

Jan de Groot jgc at archlinux.org
Wed Feb 17 20:36:19 UTC 2010


    Date: Wednesday, February 17, 2010 @ 15:36:18
  Author: jgc
Revision: 69132

upgpkg: nspr 4.8.3-1
Update to 4.8.3

Modified:
  nspr/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-17 20:33:31 UTC (rev 69131)
+++ PKGBUILD	2010-02-17 20:36:18 UTC (rev 69132)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 pkgname=nspr
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 pkgdesc="Netscape Portable Runtime"
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 makedepends=('zip')
 options=(!emptydirs)
 source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz
-	nspr.pc.in)
-md5sums=('2a6fbfa56c9760ed3651d527272249c7'
+        nspr.pc.in)
+md5sums=('c12ef68285aa631f8a335a547c434ad9'
          'bce1611f3117b53fc904cab549c09967')
 
 build() {
@@ -22,11 +22,11 @@
   unset CFLAGS
   unset CXXFLAGS
   ./mozilla/nsprpub/configure \
-  	--prefix=/usr \
-	--libdir=/usr/lib \
-	--includedir=/usr/include/nspr \
-	--enable-optimize \
-	--disable-debug ${confflags} || return 1
+      --prefix=/usr \
+      --libdir=/usr/lib \
+      --includedir=/usr/include/nspr \
+      --enable-optimize \
+      --disable-debug ${confflags} || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list