author | Alexander Rødseth
<xyproto@archlinux.org> 2013-02-06 14:27:05 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2013-02-06 14:27:05 UTC |
parent | a488fca1df4b94d4892f1de9a5b352002c94962c |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 271d5c4..716b229 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=geany pkgver=1.22 -pkgrel=2 +pkgrel=3 pkgdesc='Fast and lightweight IDE' arch=('x86_64' 'i686') url="http://www.geany.org/" @@ -30,8 +30,8 @@ build() { 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() {