summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Lau2016-03-04 08:28:06 +0100
committerSebastian Lau2016-03-04 08:28:06 +0100
commit4129ff9254c1b958a2e3247c2ecd767abda56a2b (patch)
treecb1843298b7845146510026dbd088ce365bf9887 /PKGBUILD
parent4baaaa9ddaf5089107c93adf17dbf73be14100d7 (diff)
downloadaur-4129ff9254c1b958a2e3247c2ecd767abda56a2b.tar.gz
UPD missing dependency vte29 -> vte3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5368ca0f5857..5b7c67635fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=nemo-terminal
pkgver=2.8.1
_mintrel=rosa
-pkgrel=3
+pkgrel=4
pkgdesc="An embedded terminal for Nemo, the Cinnamon file manager."
arch=('any')
url="https://github.com/linuxmint/nemo-extensions"
license=('GPL2')
groups=('nemo-extensions')
-depends=('nemo-python' 'vte290' 'gobject-introspection-runtime')
+depends=('nemo-python' 'vte3' 'gobject-introspection-runtime')
optdepends=("python2-xdg: Integration with freedesktop.org standards")
install="${pkgname}.install"