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

Anatol Pomozov anatolik at archlinux.org
Thu Apr 16 01:12:37 UTC 2015


    Date: Thursday, April 16, 2015 @ 03:12:36
  Author: anatolik
Revision: 237215

libevent: update upstream url, enable tests

Modified:
  libevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-15 22:32:17 UTC (rev 237214)
+++ PKGBUILD	2015-04-16 01:12:36 UTC (rev 237215)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="An event notification library"
 arch=('i686' 'x86_64')
-url="http://www.monkey.org/~provos/libevent/"
+url="http://libevent.org/"
 license=('BSD')
 depends=('openssl')
 optdepends=('python2: to use event_rpcgen.py')
@@ -24,7 +24,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}-stable
-#  make check
+  make check
 }
 
 package() {



More information about the arch-commits mailing list