summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-10-24 21:47:36 +0800
committerYen Chi Hsuan2017-10-24 21:47:36 +0800
commit876fab53e6fc6d3bcdd2925685abff4fcb0c054e (patch)
tree0c6071b87ca82c973171e28d4918944734f0de76 /PKGBUILD
parent9fea447da24203aa02ab1f5a1d3d8afc052b4142 (diff)
downloadaur-876fab53e6fc6d3bcdd2925685abff4fcb0c054e.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5eb59054f07..4c7075529d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lxqt-session
pkgname=$_pkgname-git
-pkgver=0.10.0.23.g1e7f82c
+pkgver=0.12.0
pkgrel=1
pkgdesc="LXQt session"
arch=("i686" "x86_64")
@@ -10,11 +10,11 @@ url="http://lxqt.org"
license=("GPL2")
depends=("liblxqt-git" "xdg-user-dirs")
optdepends=("sddm: The recommended LXQt display manager")
-makedepends=("git" "cmake" "qt5-tools")
+makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/lxde/$_pkgname.git")
-sha256sums=("SKIP")
+sha256sums=('SKIP')
pkgver() {