summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPodhorsky Jiri2015-07-08 22:54:39 +0200
committerPodhorsky Jiri2015-07-08 22:54:39 +0200
commit6f012ebd9e075a56b6ae8eaf485d57a6d4e659d1 (patch)
tree138882fe7846985f2c827328e5325b56eb49b66c /PKGBUILD
parent8c25b6a1deacc28b0b3802b9b72a86429a413087 (diff)
downloadaur-6f012ebd9e075a56b6ae8eaf485d57a6d4e659d1.tar.gz
New optional dependency for terminal
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94b9d0edb257..b9be1c6b4c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=geany
pkgname=$_gitname-gtk3-git
-pkgver=1.24.1.r849.g935c389
+pkgver=1.24.1.r925.gcea3473
pkgrel=1
pkgdesc="Fast and lightweight IDE (git version)"
arch=('x86_64' 'i686')
@@ -11,6 +11,7 @@ url="https://github.com/$_gitname/$_gitname"
license=('GPL2')
depends=('desktop-file-utils' 'gtk3')
makedepends=('git' 'intltool' 'lua')
+optdepends=('vte290: For native terminal')
conflicts=("$_gitname")
provides=("$_gitname=$pkgver")
install="$pkgname.install"