diff options
Diffstat (limited to 'extra/emotion/PKGBUILD')
-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 604514878..2de034f68 100644 --- a/extra/emotion/PKGBUILD +++ b/extra/emotion/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 197924 2013-10-30 11:42:43Z allan $ +# $Id: PKGBUILD 199733 2013-11-15 12:15:33Z ronald $ # Maintainer: Ronald van Haren <ronald@archlinux.org> # Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com> pkgname=emotion -pkgver=1.7.8 +pkgver=1.7.9 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=('!emptydirs') source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('a0f9ddbd6b26a69de2fc6958327da1497bd2f420') +sha1sums=('c7817d6252ed90d06f9e4ef491f9399fb6213990') build() { cd $srcdir/$pkgname-$pkgver |