summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2015-11-02 09:23:24 +0200
committerJerome Leclanche2015-11-02 09:25:10 +0200
commitc6eef64edf4d3ebe3ad49d140656d557cdcb15c9 (patch)
treeb1183f57ebb1a905c2ab34b24094a93eb1aa9e77
parent99a01012749263e1523c69929c5edf4c9e38601b (diff)
downloadaur-c6eef64edf4d3ebe3ad49d140656d557cdcb15c9.tar.gz
Add libkscreen dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7502c8a3c3bf..c4fd03a38aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=lxqt-config
pkgname=$_pkgname-git
-pkgver=0.9.0.66.gfc07877
+pkgver=0.9.0.93.gb8a6f3a
pkgrel=1
pkgdesc="LXQt system configuration."
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("liblxqt-git" "libxcursor" "qt5-svg")
+depends=("liblxqt-git" "libkscreen" "libxcursor" "qt5-svg")
makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")