author | Alexander Rødseth
<xyproto@archlinux.org> 2017-07-19 09:45:14 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2017-07-19 09:45:14 UTC |
parent | e26e109b4f9449215a0b753057c4bb44f9dfa5bd |
PKGBUILD | +6 | -16 |
diff --git a/PKGBUILD b/PKGBUILD index 82bd620..947f046 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,29 +5,19 @@ # Contributor: Allan McRae <mcrae_allan@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') - -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 -} +sha256sums=('30fdb906bb76c4251a8bcf83ee267db28c26ef6ab867668a782cec1164a3aba5') build() { cd "$pkgname-$pkgver" @@ -40,4 +30,4 @@ package() { make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et: