summaryrefslogtreecommitdiff
path: root/community/libev
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-05 19:02:44 +0000
committerroot <root@rshg047.dnsready.net>2011-05-05 19:02:44 +0000
commitef61aa5a9cead170fa18dba44609c32bbf18306a (patch)
tree82af53ec1018f58868b80cdf680a9c4ec5df1538 /community/libev
parentab1410d33401cf1fc4a384bb0b2d9901c8fe8d14 (diff)
Thu May 5 19:02:44 UTC 2011
Diffstat (limited to 'community/libev')
-rw-r--r--community/libev/PKGBUILD8
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}"