[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Jul 19 12:46:47 UTC 2017


    Date: Wednesday, July 19, 2017 @ 12:46:46
  Author: arodseth
Revision: 245668

upgpkg: geany-plugins 1.31-1

Modified:
  geany-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-19 12:15:35 UTC (rev 245667)
+++ PKGBUILD	2017-07-19 12:46:46 UTC (rev 245668)
@@ -1,26 +1,29 @@
 # $Id$
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: djgera
+# Contributor: Angel 'angvp' Velasquez <angvp at archlinux.org>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at gmail.com>
 # Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
 
 pkgname=geany-plugins
-pkgver=1.30
-pkgrel=2
+pkgver=1.31
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
+url='https://plugins.geany.org/'
 license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte'
-         'desktop-file-utils' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2' 'python2')
+depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils'
+         'lua51' 'libgit2' 'python2' 'pygtk')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b')
+sha256sums=('76bd9e803db5a626b86669f08330cf95b8cc35057a1cdf65759bc00aef120e25')
 
 build() {
   cd "$pkgname-$pkgver"
 
+  # Looking forward to Python 3 being supported instead
+  export PYTHON=/usr/bin/python2
+
   ./configure --prefix=/usr --libexecdir=/usr/lib
   make
 }



More information about the arch-commits mailing list