summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-10-24 02:21:48 +0800
committerYen Chi Hsuan2017-10-24 02:21:48 +0800
commitcb8aaeb8621603bc25bf34d6033b39230df8f930 (patch)
treebeeca51ea7cef01226fb4c145f1b7e59bac09e71
parentc6eef64edf4d3ebe3ad49d140656d557cdcb15c9 (diff)
downloadaur-cb8aaeb8621603bc25bf34d6033b39230df8f930.tar.gz
fix dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41e3bf22884b..c250c6e14420 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lxqt-config-git
pkgdesc = LXQt system configuration.
- pkgver = 0.9.0.26.g176260a
+ pkgver = 0.12.0
pkgrel = 1
url = http://lxqt.org
arch = i686
@@ -8,8 +8,13 @@ pkgbase = lxqt-config-git
license = GPL2
makedepends = git
makedepends = cmake
+ makedepends = qt5-tools
+ makedepends = lxqt-build-tools-git
depends = liblxqt-git
+ depends = libkscreen
depends = libxcursor
+ depends = qt5-svg
+ depends = hicolor-icon-theme
provides = lxqt-config
conflicts = lxqt-config
source = git+https://github.com/lxde/lxqt-config.git
diff --git a/PKGBUILD b/PKGBUILD
index c4fd03a38aaa..5ffff03a0dc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=lxqt-config
pkgname=$_pkgname-git
-pkgver=0.9.0.93.gb8a6f3a
+pkgver=0.12.0
pkgrel=1
pkgdesc="LXQt system configuration."
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("liblxqt-git" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("git" "cmake" "qt5-tools")
+depends=("liblxqt-git" "libkscreen" "libxcursor" "qt5-svg" "hicolor-icon-theme")
+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() {