diff options
Diffstat (limited to 'community/libev')
-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 a65adf1f7..7b577b88e 100644 --- a/community/libev/PKGBUILD +++ b/community/libev/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 67524 2012-03-13 10:32:39Z lcarlier $ +# $Id: PKGBUILD 92911 2013-06-18 17:53:17Z bpiotrowski $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Thomas Haider <t.haider@vcnc.org> pkgname=libev -pkgver=4.11 -pkgrel=1.1 +pkgver=4.15 +pkgrel=1 pkgdesc="A full-featured and high-performance event loop" arch=('i686' 'x86_64' 'mips64el') url="http://software.schmorp.de/pkg/libev.html" @@ -13,7 +13,7 @@ license=('BSD') depends=('glibc') options=('!libtool') source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('e7752a518742c0f8086a8005aa7efcc4dcf02ed9') +sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3') build() { cd "${srcdir}/${pkgname}-${pkgver}" |