summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2018-04-06 17:19:45 +0300
committertrizen2018-04-06 17:19:45 +0300
commit5433b3e5afcc648bf7ff280c4583b05c9133a201 (patch)
tree5780f08f8eb27c0760e9c8f3400750e53dcd7ece
parentcd47d77d048bc18c078aea3aecdccd7135c4e0bd (diff)
downloadaur-5433b3e5afcc648bf7ff280c4583b05c9133a201.tar.gz
Changed the `vte` dependency to `vte-legacy`
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d82ff4367af6..29b789835079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geany-plugins-git
pkgdesc = Various plugins for Geany
- pkgver = 1.32.0.r61.g7460d36a
+ pkgver = 1.33.0.r46.gfe6cb3d0
pkgrel = 1
url = https://plugins.geany.org/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = geany-plugins-git
makedepends = gtkspell
makedepends = intltool
depends = geany-git
- depends = vte
+ depends = vte-legacy
depends = lua
depends = ctpl
depends = gpgme
diff --git a/PKGBUILD b/PKGBUILD
index e88da4c8e27a..600a9b065bbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# Contributor: Addict7 <nicolasfloquet@gmail.com>
pkgname=geany-plugins-git
-pkgver=1.32.0.r61.g7460d36a
+pkgver=1.33.0.r46.gfe6cb3d0
pkgrel=1
pkgdesc='Various plugins for Geany'
arch=('x86_64' 'i686')
url='https://plugins.geany.org/'
license=('GPL')
-depends=('geany-git' 'vte' 'lua' 'ctpl' 'gpgme' 'gtkspell' 'hicolor-icon-theme')
+depends=('geany-git' 'vte-legacy' 'lua' 'ctpl' 'gpgme' 'gtkspell' 'hicolor-icon-theme')
makedepends=('git' 'libtool' 'python' 'gpgme' 'ctpl' 'lua' 'gtkspell' 'intltool')
provides=('geany-plugins')
conflicts=('geany-plugins-svn' 'geany-plugins')