diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-03-01 20:24:23 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-03-01 20:24:23 +0200 |
commit | 9b3e3fe198760da163effadff0213a3331f06bea (patch) | |
tree | cb1bcadbb4f13d9dbcecc08ea80c175bd86f34e7 /testing/e_dbus/APKBUILD | |
parent | c1e9fda73e0c994a2b89a8ebb096f0ffab2f3a7e (diff) | |
download | aports-9b3e3fe198760da163effadff0213a3331f06bea.tar.bz2 aports-9b3e3fe198760da163effadff0213a3331f06bea.tar.xz |
testing/enlightenment: new aport and bump up the libraries
Diffstat (limited to 'testing/e_dbus/APKBUILD')
-rw-r--r-- | testing/e_dbus/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/e_dbus/APKBUILD b/testing/e_dbus/APKBUILD index 7548950a2b..9c2475e4b5 100644 --- a/testing/e_dbus/APKBUILD +++ b/testing/e_dbus/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=e_dbus -pkgver=1.0.0 -pkgrel=1 +pkgver=1.1.0 +pkgrel=0 pkgdesc="Enlightenment's (Ecore) integration to DBus" url="http://trac.enlightenment.org/e/wiki/E_Dbus" arch="all" @@ -42,4 +42,4 @@ package() { rm "$pkgdir"/usr/lib/*.la } -md5sums="4a3031a41e7e33f843cf104bf84cd4ee e_dbus-1.0.0.tar.gz" +md5sums="8b8f229f14800521e275a12250e673ca e_dbus-1.1.0.tar.gz" |