[arch-commits] Commit in geany/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Jul 19 09:45:14 UTC 2017
Date: Wednesday, July 19, 2017 @ 09:45:14
Author: arodseth
Revision: 245656
upgpkg: geany 1.31-1
Modified:
geany/trunk/PKGBUILD
----------+
PKGBUILD | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-19 06:29:29 UTC (rev 245655)
+++ PKGBUILD 2017-07-19 09:45:14 UTC (rev 245656)
@@ -6,30 +6,20 @@
# Contributor: Allan McRae <mcrae_allan at hotmail.com>
pkgname=geany
-pkgver=1.30.1
+pkgver=1.31
pkgrel=1
pkgdesc='Fast and lightweight IDE'
arch=('x86_64' 'i686')
-url='http://www.geany.org/'
+url='https://www.geany.org/'
license=('GPL')
depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('perl-xml-parser' 'intltool')
-optdepends=('geany-plugins: various extra features'
+optdepends=('geany-plugins: additional functionality'
'vte: terminal support'
- 'python2')
+ 'python2: Python 2 support')
source=("https://download.geany.org/$pkgname-$pkgver.tar.bz2")
-sha256sums=('0ac360f1f3d6c28790a81d570252a7d40421f6e1d8e5a8d653756bd041d88491')
+sha256sums=('30fdb906bb76c4251a8bcf83ee267db28c26ef6ab867668a782cec1164a3aba5')
-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
-}
-
build() {
cd "$pkgname-$pkgver"
@@ -41,4 +31,4 @@
make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list