summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2016-10-26 15:41:31 +0300
committerGordonGR2016-10-26 15:41:31 +0300
commita5347eaf76963154b31cda657fd5098fb4e7ec08 (patch)
treec6a804618621cfd9612e0136e0d71265463f2e75 /PKGBUILD
parentfc302035db74d23372c5e8a1a14dd64c7d7e58cf (diff)
downloadaur-a5347eaf76963154b31cda657fd5098fb4e7ec08.tar.gz
1.28-2: Fixed the dependency from vte to vte3 (since we're on gtk3)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e281ec1bab3..d8e06e291f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,12 @@
pkgname=geany-plugins-gtk3
_pkgname=geany-plugins
pkgver=1.28
-pkgrel=1
+pkgrel=2
pkgdesc='Plugins for Geany'
arch=('x86_64' 'i686')
url='http://plugins.geany.org/'
license=('GPL')
-depends=("geany-gtk3>=$pkgver" 'gtkspell3' 'webkitgtk' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+depends=("geany-gtk3>=$pkgver" 'gtkspell3' 'webkitgtk' 'ctpl' 'gpgme' 'vte3' 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
optdepends=('hspell: hebrew spell checker')
provides=("geany-plugins")