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

Jan de Groot jgc at nymeria.archlinux.org
Wed Feb 27 16:21:13 UTC 2013


    Date: Wednesday, February 27, 2013 @ 17:21:13
  Author: jgc
Revision: 178843

upgpkg: nss 3.14.3-2

Fix variable substitution in pkgconfig files

Modified:
  nss/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-27 16:20:48 UTC (rev 178842)
+++ PKGBUILD	2013-02-27 16:21:13 UTC (rev 178843)
@@ -3,7 +3,7 @@
 
 pkgname=nss
 pkgver=3.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Mozilla Network Security Services"
 arch=(i686 x86_64)
 url="http://www.mozilla.org/projects/security/pki/nss/"
@@ -76,8 +76,8 @@
   				-e "s,%prefix%,/usr,g" \
 				-e "s,%exec_prefix%,/usr/bin,g" \
 				-e "s,%includedir%,/usr/include/nss,g" \
-				-e "s,%NSPR_VERSION%,${_pkgver},g" \
-				-e "s,%NSS_VERSION%,${_pkgver},g" > \
+				-e "s,%NSPR_VERSION%,${_nsprver},g" \
+				-e "s,%NSS_VERSION%,${pkgver},g" > \
 			"${pkgdir}/usr/lib/pkgconfig/nss.pc"
   ln -sf nss.pc "${pkgdir}/usr/lib/pkgconfig/mozilla-nss.pc"
   chmod 644 ${pkgdir}/usr/lib/pkgconfig/*.pc




More information about the arch-commits mailing list