diff options
author | root <root@rshg054.dnsready.net> | 2013-06-19 01:37:15 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-19 01:37:15 -0700 |
commit | 603bdf488872afbc69493bc640aedb7548f3ed51 (patch) | |
tree | 60945d453f0d8b5f8fb9ed8cb8d4e35c5d8d5dcf /community/libev | |
parent | 614d2fec699c594b1a3a25c973e0b5150302ff0e (diff) |
Wed Jun 19 01:36:52 PDT 2013
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 f9179c39e..210f339d8 100644 --- a/community/libev/PKGBUILD +++ b/community/libev/PKGBUILD @@ -1,10 +1,10 @@ -# $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 +pkgver=4.15 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=('e7752a518742c0f8086a8005aa7efcc4dcf02ed9') +sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3') build() { cd "${srcdir}/${pkgname}-${pkgver}" |