summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9be1c6b4c18..fbaa1c0e9dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_gitname=geany
pkgname=$_gitname-gtk3-git
-pkgver=1.24.1.r925.gcea3473
+pkgver=1.31.0.r52.gfca450e10
pkgrel=1
pkgdesc="Fast and lightweight IDE (git version)"
arch=('x86_64' 'i686')
url="https://github.com/$_gitname/$_gitname"
license=('GPL2')
-depends=('desktop-file-utils' 'gtk3')
-makedepends=('git' 'intltool' 'lua')
-optdepends=('vte290: For native terminal')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3')
+makedepends=('git' 'intltool' 'lua' 'perl-xml-parser')
+optdepends=('geany-plugins: additional functionality' 'vte: terminal support' 'python2: Python 2 support')
conflicts=("$_gitname")
provides=("$_gitname=$pkgver")
install="$pkgname.install"