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

Jan de Groot jgc at nymeria.archlinux.org
Wed Sep 25 13:54:23 UTC 2013


    Date: Wednesday, September 25, 2013 @ 15:54:22
  Author: jgc
Revision: 195133

upgpkg: gnome-sudoku 3.10.0-2

Fix shebang, upstream changed it so the sed line did not apply anymore

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-25 13:30:53 UTC (rev 195132)
+++ PKGBUILD	2013-09-25 13:54:22 UTC (rev 195133)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-sudoku
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Test your logic skills in this number grid puzzle"
 arch=('any')
 license=('GPL')
@@ -30,5 +30,5 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
-  sed -i 's_#! /usr/bin/env python_#!/usr/bin/env python2_' "$pkgdir/usr/bin/gnome-sudoku"
+  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' "$pkgdir/usr/bin/gnome-sudoku"
 }




More information about the arch-commits mailing list