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

Ionut Biru ibiru at archlinux.org
Sun Oct 21 13:40:39 UTC 2012


    Date: Sunday, October 21, 2012 @ 09:40:39
  Author: ibiru
Revision: 169455

update to 1.6.1

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-21 13:33:29 UTC (rev 169454)
+++ PKGBUILD	2012-10-21 13:40:39 UTC (rev 169455)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=meld
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 arch=('any')
@@ -15,15 +15,15 @@
             'gnome-python: gnome integration')
 install=meld.install
 source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0ec4e19e85ea4df0214da4c92a4069095d37a252ab240fc1bc00f29a627fea8')
+sha256sums=('de9c4d526c7489b6e6c5772b709aea4b77e1b3d1b6cd1701fc1c17ea81733a03')
 
 build() {
-    cd "$pkgname-$pkgver"
+    cd $pkgname-$pkgver
     make PYTHON=/usr/bin/python2 prefix=/usr
 }
 
 package() {
-    cd "$pkgname-$pkgver"
+    cd $pkgname-$pkgver
     make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR="$pkgdir" install
     sed -i -e 's#env python#env python2#' "$pkgdir/usr/bin/meld"
 }




More information about the arch-commits mailing list