Date: Sunday, September 28, 2014 @ 22:24:31 Author: heftig Revision: 223672
3.12.0 Modified: meld/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-28 19:59:27 UTC (rev 223671) +++ PKGBUILD 2014-09-28 20:24:31 UTC (rev 223672) @@ -5,7 +5,7 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=meld -pkgver=3.11.4 +pkgver=3.12.0 pkgrel=1 pkgdesc='Visual diff and merge tool' url='http://meldmerge.org/' @@ -13,11 +13,11 @@ arch=(any) makedepends=(intltool itstool) install=meld.install -depends=(python2-gobject gtksourceview3 hicolor-icon-theme desktop-file-utils +depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas) optdepends=('python2-dbus: open a new tab in an already running instance') source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz") -sha1sums=('18ebc2256f84f7083f3135f9422d23a52e336c55') +sha1sums=('1481f453463da29357953933362cccfa336313bd') # Meld does not support Python 3. The build succeeds, but # the main executable checks the version and errors out.
