diff options
author | root <root@rshg054.dnsready.net> | 2012-03-15 00:01:19 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-15 00:01:19 +0000 |
commit | 14635ca5380a480450a66c3fcc29992d29a2bd8e (patch) | |
tree | a2f8e712c9e15b829397666c06d1cdd1a877d8a6 /community/libev | |
parent | 01a0c4bc740842efa3bf1a7e1d6c8be5656e4e2a (diff) |
Thu Mar 15 00:01:19 UTC 2012
Diffstat (limited to 'community/libev')
-rw-r--r-- | community/libev/PKGBUILD | 6 |
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}" |