diff options
Diffstat (limited to 'core/libevent')
-rw-r--r-- | core/libevent/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/libevent/PKGBUILD b/core/libevent/PKGBUILD index 53e35fb32..fefac11ee 100644 --- a/core/libevent/PKGBUILD +++ b/core/libevent/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 136737 2011-08-31 19:39:15Z eric $ +# $Id: PKGBUILD 140822 2011-10-19 21:36:39Z eric $ # Maintainer: # Contributor: Judd <jvinet@zeroflux.org> pkgname=libevent -pkgver=2.0.13 +pkgver=2.0.15 pkgrel=1 pkgdesc="An event notification library" arch=('i686' 'x86_64') @@ -12,8 +12,9 @@ license=('GPL2') depends=('openssl') optdepends=('python2: to use event_rpcgen.py') options=('!libtool') -source=("http://www.monkey.org/~provos/libevent-$pkgver-stable.tar.gz") -md5sums=('af786b4b3f790c9d3279792edf7867fc') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) +md5sums=('2643abe7ba242df15c08b2cc14ec8759' + '56e52e1b6bba54102d278da59af4495e') build() { cd "${srcdir}/${pkgname}-${pkgver}-stable" |