Date: Friday, March 8, 2013 @ 22:02:35 Author: eric Revision: 179623 upgpkg: meld 1.7.0-1
Upstream update, Add hicolor-icon-theme depends Modified: meld/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-08 20:38:44 UTC (rev 179622) +++ PKGBUILD 2013-03-08 21:02:35 UTC (rev 179623) @@ -3,19 +3,19 @@ # Maintainer: Daniel J Griffiths <[email protected]> pkgname=meld -pkgver=1.6.1 +pkgver=1.7.0 pkgrel=1 pkgdesc='Visual diff and merge tool' arch=('any') url='http://meld.sourceforge.net/' license=('GPL') -depends=('pygtk') +depends=('pygtk' 'hicolor-icon-theme') makedepends=('intltool' 'gnome-doc-utils') optdepends=('pygtksourceview2: syntax highlighting' 'gnome-python: gnome integration') install=meld.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('de9c4d526c7489b6e6c5772b709aea4b77e1b3d1b6cd1701fc1c17ea81733a03') +sha256sums=('d355dba06a39e38ffee93a6b205888db648a0308bc8a5efe3a9c7a42ed91370b') build() { cd $pkgname-$pkgver
