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

Gaetan Bisson bisson at archlinux.org
Fri Jan 14 07:50:38 UTC 2011


    Date: Friday, January 14, 2011 @ 02:50:37
  Author: bisson
Revision: 105905

mistakenly upgraded to 1.5.0 (unstable)

Modified:
  meld/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-14 01:42:04 UTC (rev 105904)
+++ PKGBUILD	2011-01-14 07:50:37 UTC (rev 105905)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=meld
-pkgver=1.5.0
-pkgrel=1
+pkgver=1.4.0
+pkgrel=3
 pkgdesc='Visual diff and merge tool'
 arch=('any')
 url='http://meld.sourceforge.net/'
@@ -14,9 +14,11 @@
 optdepends=('pygtksourceview2: syntax highlighting'
             'gnome-python: gnome integration')
 install=meld.install
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.5/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('35e75eb3f7b89a6a8a71fafa1e9f0049bc9facd18b0a2a2c54d5d911d098c0cd')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('0edb78d9da2bfe7e630742111eb6d8edc476c8cc91b1f6403d940d072dd75469')
 
+options=('force')
+
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     make PYTHON=python2 prefix=/usr




More information about the arch-commits mailing list