From ef61aa5a9cead170fa18dba44609c32bbf18306a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 May 2011 19:02:44 +0000 Subject: Thu May 5 19:02:44 UTC 2011 --- community/libev/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/libev') diff --git a/community/libev/PKGBUILD b/community/libev/PKGBUILD index 4ab23a1ef..652d1d0e2 100644 --- a/community/libev/PKGBUILD +++ b/community/libev/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 32688 2010-11-16 16:50:22Z lcarlier $ +# $Id: PKGBUILD 46270 2011-05-04 12:13:34Z rvanharen $ # Maintainer: Andrea Scarpino # Contributor: Allan McRae # Contributor: Thomas Haider pkgname=libev -pkgver=4.01 +pkgver=4.04 pkgrel=1 pkgdesc="A full-featured and high-performance event loop" arch=('i686' 'x86_64') url="http://software.schmorp.de/pkg/libev.html" license=('BSD') depends=('glibc') -options=('!libtool' 'force') +options=('!libtool') source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('2a6e0d3d7eda7d54b39f3800b8279707') +sha1sums=('7768c2bcce30dbf76672e51642a655479dd45772') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf