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

Rémy Oudompheng remy at archlinux.org
Thu Sep 2 20:23:21 UTC 2010


    Date: Thursday, September 2, 2010 @ 16:23:21
  Author: remy
Revision: 89645

upgpkg: libproxy 0.3.1-2
Rebuild for python2.

Modified:
  libproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-02 20:17:10 UTC (rev 89644)
+++ PKGBUILD	2010-09-02 20:23:21 UTC (rev 89645)
@@ -3,7 +3,7 @@
 
 pkgname=libproxy
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that provides automatic proxy configuration management"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -28,5 +28,9 @@
   automake --add-missing || return 1
   ./configure --prefix=/usr --without-mozjs || return 1
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list