diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-17 12:16:22 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-17 12:16:22 +0200 |
commit | 19cc1bee6bc5b4dfe413db886b8ce66c5736d480 (patch) | |
tree | fd8d56e2700f0defda5600b21d87916dbc7e035e /extra/e_dbus/PKGBUILD | |
parent | bc864260b40f40e8f689788c54f6138007764077 (diff) | |
parent | b5f4c940227b9a7051c381688636d59f67864f93 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/pidgin-libnotify/PKGBUILD
community/prelink/PKGBUILD
community/proftpd/PKGBUILD
community/xdelta3/PKGBUILD
extra/msmtp/PKGBUILD
extra/ypbind-mt/PKGBUILD
Diffstat (limited to 'extra/e_dbus/PKGBUILD')
-rw-r--r-- | extra/e_dbus/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/e_dbus/PKGBUILD b/extra/e_dbus/PKGBUILD index 16b27d0f0..b68b66126 100644 --- a/extra/e_dbus/PKGBUILD +++ b/extra/e_dbus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 184840 2013-05-09 09:27:18Z ronald $ +# $Id: PKGBUILD 185677 2013-05-16 20:58:57Z ronald $ # Maintainer: Ronald van Haren <ronald@archlinux.org> # Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com> pkgname=e_dbus -pkgver=1.7.6 +pkgver=1.7.7 pkgrel=1 pkgdesc="D-Bus integration with Ecore" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('BSD') depends=('ecore' 'dbus-core') options=('!libtool' '!emptydirs') source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('94d839f5f198e82794e7cfeb174d42178c75c2e3') +sha1sums=('f13e9c3bcd4823920cdf3bacbd2c03a1935399a1') build() { cd $srcdir/$pkgname-$pkgver |