author | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2013-06-18 17:53:03 UTC |
committer | Bartłomiej Piotrowski
<bpiotrowski@archlinux.org> 2013-06-18 17:53:03 UTC |
parent | 140ea5a366efe044870bbeb15b838d72b96b7081 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index ee55c14..0b37ea7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # 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') @@ -12,7 +12,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}"