author | Alexander Rødseth
<xyproto@archlinux.org> 2016-07-11 17:18:18 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2016-07-11 17:18:18 UTC |
parent | 1484ececd7c756ea423e8258365dcd0cdcf8b2c8 |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 7782c07..3a8694d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: Allan McRae <mcrae_allan@hotmail.com> pkgname=geany -pkgver=1.27 -pkgrel=2 +pkgver=1.28 +pkgrel=1 pkgdesc='Fast and lightweight IDE' arch=('x86_64' 'i686') url='http://www.geany.org/' @@ -17,14 +17,14 @@ optdepends=('geany-plugins: various extra features' 'vte: terminal support' 'python2') source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2") -sha256sums=('846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf') +sha256sums=('f73a3708f1a26e9bf72da564d5037d6f7fedca2e0d6175db0681c2b672100a5a') prepare() { cd "$pkgname-$pkgver" - + # Python2 fix sed -i '0,/on/s//on2/' data/templates/files/main.py - + # Syntax highlighting for PKGBUILD files sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf }