Date: Wednesday, February 6, 2013 @ 15:27:05
  Author: arodseth
Revision: 83914

Fix for FS#33656

Modified:
  geany/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-02-06 14:22:50 UTC (rev 83913)
+++ PKGBUILD    2013-02-06 14:27:05 UTC (rev 83914)
@@ -7,7 +7,7 @@
 
 pkgname=geany
 pkgver=1.22
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast and lightweight IDE'
 arch=('x86_64' 'i686')
 url="http://www.geany.org/";
@@ -31,8 +31,8 @@
        sed -i '0,/on/s//on2/' data/templates/files/main.py
   msg2 "Fixing FS#10318..."
   setconf geany.desktop MimeType ''
-  msg2 "Enabling colors for PKGBUILD files..."
-  setconf data/filetype_extensions.conf Sh PKGBUILD
+  msg2 "Enabling syntax highlighting for PKGBUILD files..."
+  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
 }
 
 package() {

Reply via email to