diff options
Diffstat (limited to 'extra/eio/PKGBUILD')
-rw-r--r-- | extra/eio/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/eio/PKGBUILD b/extra/eio/PKGBUILD index 81c8cf032..0c1328fef 100644 --- a/extra/eio/PKGBUILD +++ b/extra/eio/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 171985 2012-11-25 21:16:56Z ronald $ +# $Id: PKGBUILD 172965 2012-12-07 19:26:00Z ronald $ # Maintainer: Ronald van Haren <ronald@archlinux.org> # Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com> pkgname=eio -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc="Async IO library using Ecore" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('BSD') depends=('ecore') options=('!libtool' '!emptydirs') source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('ce242ab4d3ec2659e4986694e5ed99932d9faa99') +sha1sums=('aaf54bfaee1ddae9bbff89da0178b56605df6048') build() { cd $srcdir/$pkgname-$pkgver |