summaryrefslogtreecommitdiff
path: root/community/geany/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-07 00:08:35 -0800
committerroot <root@rshg054.dnsready.net>2013-02-07 00:08:35 -0800
commit8e5a0a990a12a59cadb687cae22a1960fce1660b (patch)
tree3a0fe8ce858eb0c6350bd2bcfaf7673f3b490f73 /community/geany/PKGBUILD
parenta110e74fe4a31aebb09e0da6e407af69ed996837 (diff)
Thu Feb 7 00:08:35 PST 2013
Diffstat (limited to 'community/geany/PKGBUILD')
-rw-r--r--community/geany/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD
index f294fb7e1..90c379711 100644
--- a/community/geany/PKGBUILD
+++ b/community/geany/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 76751 2012-09-28 23:09:27Z arodseth $
+# $Id: PKGBUILD 83915 2013-02-06 14:27:16Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.ro>
@@ -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 @@ 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() {