summaryrefslogtreecommitdiff
path: root/community/libev/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libev/PKGBUILD')
-rw-r--r--community/libev/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libev/PKGBUILD b/community/libev/PKGBUILD
index 652d1d0e2..f9179c39e 100644
--- a/community/libev/PKGBUILD
+++ b/community/libev/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 46270 2011-05-04 12:13:34Z rvanharen $
+# $Id: PKGBUILD 67524 2012-03-13 10:32:39Z lcarlier $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Thomas Haider <t.haider@vcnc.org>
pkgname=libev
-pkgver=4.04
+pkgver=4.11
pkgrel=1
pkgdesc="A full-featured and high-performance event loop"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('BSD')
depends=('glibc')
options=('!libtool')
source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('7768c2bcce30dbf76672e51642a655479dd45772')
+sha1sums=('e7752a518742c0f8086a8005aa7efcc4dcf02ed9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"