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

Rémy Oudompheng remy at archlinux.org
Fri Sep 3 10:45:47 UTC 2010


    Date: Friday, September 3, 2010 @ 06:45:46
  Author: remy
Revision: 89697

upgpkg: libevent 1.4.14b-2
Rebuild for python2.

Modified:
  libevent/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-03 10:38:39 UTC (rev 89696)
+++ PKGBUILD	2010-09-03 10:45:46 UTC (rev 89697)
@@ -4,7 +4,7 @@
 
 pkgname=libevent
 pkgver=1.4.14b
-pkgrel=1
+pkgrel=2
 pkgdesc="An event notification library"
 license=('GPL2')
 arch=('i686' 'x86_64')
@@ -16,6 +16,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver-stable
+  sed -i 's#python#python2#' event_rpcgen.py
   ./configure --prefix=/usr --sysconfdir=/etc
   make || return 1
 }




More information about the arch-commits mailing list