summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372019-08-10 21:10:31 -0300
committerbtd13372019-08-10 21:10:31 -0300
commit6cee51ed8f93a58a9a152eddedd90bf374fdc019 (patch)
tree271ece71bd103b63b91d4b27a418231c0f74e858
parentae9f987aa95eae160f52477cf49c5f28fb62f477 (diff)
downloadaur-6cee51ed8f93a58a9a152eddedd90bf374fdc019.tar.gz
update dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a1904705ae4..42ed1ff875ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = proton-ide-git
depends = gtksourceview4
depends = json-glib
depends = libdazzle
- depends = vte3>=0.57.0
+ depends = vte3-git
provides = proton-ide
conflicts = proton-ide
source = git+https://gitlab.com/raggesilver-proton/proton.git
diff --git a/PKGBUILD b/PKGBUILD
index 668725fc520c..bcaf6de3b4f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A new IDE made with Vala."
arch=('i686' 'x86_64')
url="https://gitlab.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'granite' 'glib2' 'gtksourceview4' 'json-glib' 'libdazzle' 'vte3>=0.57.0')
+depends=('gtk3' 'granite' 'glib2' 'gtksourceview4' 'json-glib' 'libdazzle' 'vte3-git')
optdepends=('')
makedepends=('git' 'meson' 'vala')
provides=("${_gitname}-ide")