summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-10-15 14:21:32 +0800
committerChih-Hsuan Yen2018-10-15 14:21:32 +0800
commit79205df82649d28d8e8e7c60cff6107d03abeb7d (patch)
treee2bd96d6bd6dfd7fa296f6f1ca5dc621af2b9cf1 /PKGBUILD
parentfb039a9f0cfd439b261a53ec82aff7b9ada3861a (diff)
downloadaur-79205df82649d28d8e8e7c60cff6107d03abeb7d.tar.gz
fix dropdown shortcuts
See https://github.com/lxqt/qterminal/issues/491 for details
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9d47fb5dc59..6d57028697c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=qterminal
pkgname=$_pkgname-git
-pkgver=0.9.0.146.gfd00b1f
+pkgver=0.9.0.157.gee250b4
pkgrel=2
pkgdesc="Lightweight Qt-based terminal emulator"
arch=("i686" "x86_64")
@@ -11,7 +11,7 @@ url="https://github.com/lxqt/qterminal"
license=("GPL2")
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-depends=("qtermwidget-git" "qt5-x11extras")
+depends=("qtermwidget-git" "qt5-x11extras" "qt5-translations")
makedepends=("cmake" "git" "lxqt-build-tools-git" "qt5-tools")
source=("git+https://github.com/lxqt/$_pkgname.git")
sha256sums=('SKIP')