summaryrefslogtreecommitdiff
path: root/core/libevent/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/libevent/PKGBUILD')
-rw-r--r--core/libevent/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/libevent/PKGBUILD b/core/libevent/PKGBUILD
index 47b5d516c..077d01eeb 100644
--- a/core/libevent/PKGBUILD
+++ b/core/libevent/PKGBUILD
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD 177868 2013-02-10 13:06:19Z tomegun $
+# $Id: PKGBUILD 197437 2013-10-26 01:07:57Z allan $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Judd <jvinet@zeroflux.org>
pkgname=libevent
pkgver=2.0.21
-pkgrel=2
+pkgrel=3
pkgdesc="An event notification library"
arch=('i686' 'x86_64')
url="http://www.monkey.org/~provos/libevent/"
license=('BSD')
depends=('openssl')
optdepends=('python2: to use event_rpcgen.py')
-options=('!libtool')
source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc})
build() {