author | Anatol Pomozov
<anatolik@archlinux.org> 2015-10-05 14:02:32 UTC |
committer | Anatol Pomozov
<anatolik@archlinux.org> 2015-10-05 14:02:32 UTC |
parent | 0de6fd91490f3ecfe2db451a7849fae450a259ce |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index a6199d9..4c24a5b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Thomas Haider <t.haider@vcnc.org> pkgname=libev -pkgver=4.19 +pkgver=4.20 pkgrel=1 pkgdesc="A full-featured and high-performance event loop" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://software.schmorp.de/pkg/libev.html" license=('BSD') depends=('glibc') source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha1sums=('5a25212eb976703243fadf3a027e0fe031f29474') +sha1sums=('2b9e01e0ceda77bb214f66a663b374813a3296d0') build() { cd "${srcdir}/${pkgname}-${pkgver}"