[arch-commits] Commit in meld/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Dec 19 20:41:17 UTC 2009


    Date: Saturday, December 19, 2009 @ 15:41:16
  Author: jgc
Revision: 61586

upgpkg: meld 1.3.1-2
    Add pygtk dependency. Convert to -any architecture, as it contains no architecture-specific binaries

Modified:
  meld/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-19 20:31:24 UTC (rev 61585)
+++ PKGBUILD	2009-12-19 20:41:16 UTC (rev 61586)
@@ -3,18 +3,19 @@
 
 pkgname=meld
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Visual diff and merge tool for GNOME"
-arch=(i686 x86_64)
+arch=(any)
 license=('GPL')
 url="http://meld.sourceforge.net/"
+depends=('pygtk>=2.16.0')
 makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool')
 optdepends=('pygtksourceview2' 'gnome-python')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.3/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e153f8d8675659dd0e6563008d4d7b4a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make prefix=/usr || return 1
   make prefix=/usr DESTDIR="${pkgdir}" install || return 1
 }
-md5sums=('e153f8d8675659dd0e6563008d4d7b4a')




More information about the arch-commits mailing list