Date: Tuesday, June 4, 2013 @ 06:32:39 Author: heftig Revision: 187112
1.7.3 Modified: meld/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-04 04:29:06 UTC (rev 187111) +++ PKGBUILD 2013-06-04 04:32:39 UTC (rev 187112) @@ -1,9 +1,9 @@ # $Id$ +# Contributor: Daniel J Griffiths <[email protected]> # Contributor: Douglas Soares de Andrade <[email protected]> -# Maintainer: Daniel J Griffiths <[email protected]> pkgname=meld -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc='Visual diff and merge tool' arch=('any') @@ -15,8 +15,9 @@ 'python2-dbus: open a new tab in an already running instance' 'python2-gconf: gnome integration') install=meld.install +options=('!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('ece1f086f0c23395060abcdca03795e739e072d5032aac8a9a1fb1502c806e9f') +sha256sums=('752eeb3908af23320a11ecbd27a72ac67f381dabd4c52ca7e0c86f9dda74718f') prepare() { cd $pkgname-$pkgver
