Date: Monday, July 11, 2016 @ 17:18:18 Author: arodseth Revision: 182661
upgpkg: geany 1.28-1 Modified: geany/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-11 17:17:58 UTC (rev 182660) +++ PKGBUILD 2016-07-11 17:18:18 UTC (rev 182661) @@ -6,8 +6,8 @@ # Contributor: Allan McRae <[email protected]> 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/' @@ -18,14 +18,14 @@ '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 }
