diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-12-02 21:42:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-03 14:39:34 +0000 |
commit | 972ce2044b5ad80b78cd25dbb1c8db78224e0eb8 (patch) | |
tree | f2ed00e61faa9cf3414f3b7d2594f1f9063542c7 /testing/emotion | |
parent | 8f4bc3c1f9bbccc376b199d9460b9f6deb4d6a95 (diff) | |
download | aports-972ce2044b5ad80b78cd25dbb1c8db78224e0eb8.tar.bz2 aports-972ce2044b5ad80b78cd25dbb1c8db78224e0eb8.tar.xz |
testing/emotion: upgrade to 1.7.9
Diffstat (limited to 'testing/emotion')
-rw-r--r-- | testing/emotion/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/emotion/APKBUILD b/testing/emotion/APKBUILD index 96c895bce8..a0611e42d0 100644 --- a/testing/emotion/APKBUILD +++ b/testing/emotion/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=emotion -pkgver=1.7.8 +pkgver=1.7.9 pkgrel=0 pkgdesc="Emotion, video and audio codec API" url="http://trac.enlightenment.org/e/wiki/Emotion" arch="all" license="BSD" -depends= +depends="" depends_dev="ecore-dev evas-dev eet-dev eina-dev edje-dev eio-dev" makedepends="$depends_dev" install="" @@ -42,6 +42,6 @@ package() { find "$pkgdir"/usr/lib/ -name '*.la' -delete } -md5sums="e04679ac7967e698c8c4013b9fd209a1 emotion-1.7.8.tar.gz" -sha256sums="54c96192cb46f5dce851934adb1633b45e5b007ad3cd05495102eeb255bced31 emotion-1.7.8.tar.gz" -sha512sums="b329ae2a9a96cdcc0a9d53e12766d06ef2746917f7a444263d14642be4d3cae4b7cdffedcd329efc92158a148a466764b9429a870dcd84aac1ce7304b8c4bc95 emotion-1.7.8.tar.gz" +md5sums="171bbc41a5e5d202d0dc57c34e318c14 emotion-1.7.9.tar.gz" +sha256sums="ff72204490e740adaa7980bad1a060dae8113c308c6083e5bcee380a11dad1f4 emotion-1.7.9.tar.gz" +sha512sums="8da35d09f07560305ea43a06d1101f25e8a764d88e8e14b19d2f2410a8ea94a51e1058cf122466d0d5e17d8057e9180f0a898082a6d637de59491741b73bea02 emotion-1.7.9.tar.gz" |