diff options
Diffstat (limited to 'community/libev/PKGBUILD')
-rw-r--r-- | community/libev/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
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 <andrea@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Thomas Haider <t.haider@vcnc.org> 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}" |