diff options
author | root <root@rshg054.dnsready.net> | 2013-05-10 01:10:31 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-10 01:10:31 -0700 |
commit | fc7ee6f5a358c428577ae4e6217ff594a3e45ad3 (patch) | |
tree | 6ef5bc2d994954809f833756dd63eeed03cbd5c9 /extra/emotion | |
parent | 648599b08776ea788a3ddb0365eb30fda03efe7b (diff) |
Fri May 10 01:10:30 PDT 2013
Diffstat (limited to 'extra/emotion')
-rw-r--r-- | extra/emotion/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/emotion/PKGBUILD b/extra/emotion/PKGBUILD index f0626361f..4b344ee78 100644 --- a/extra/emotion/PKGBUILD +++ b/extra/emotion/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 174833 2013-01-07 19:43:35Z ronald $ +# $Id: PKGBUILD 184837 2013-05-09 09:26:25Z ronald $ # Maintainer: Ronald van Haren <ronald@archlinux.org> # Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com> pkgname=emotion -pkgver=1.7.5 +pkgver=1.7.6 pkgrel=1 pkgdesc="Library to easily integrate media playback into EFL applications" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('BSD') depends=('gstreamer0.10' 'edje' 'eeze') options=('!libtool' '!emptydirs') source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('59f4a8869afc64289b53f8673c53baa9dfb1c109') +sha1sums=('32b9d991cb33a7c1b96ad47b3c676238cdd278b7') build() { cd $srcdir/$pkgname-$pkgver |