summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2018-12-15 23:17:13 +0100
committerPeter Mattern2018-12-15 23:17:13 +0100
commit25690761dc4167068a9f2b3199ba230dc23006ad (patch)
treecea39eb324d6f6ff630cc200cb9f64ea4956165e /PKGBUILD
parent1e000cf11bf822aa6b47c0ce300a5773d10f0810 (diff)
downloadaur-25690761dc4167068a9f2b3199ba230dc23006ad.tar.gz
Depend on VCS checkout of other LXQt components
The various LXQt components are more and more mutually depending on recent versions. So depending on stable releases, intended to allow for greater flexibility, is becoming less and less reasonable.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12d6b8150bf2..262e7b5613e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=lxqt-panel
pkgname=$_pkgname-git
-pkgver=0.11.0.7.gf73d164
+pkgver=0.13.0.1104.gc6f910fd
pkgrel=1
pkgdesc='The LXQt desktop panel'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=(
"alsa-lib" "libpulse" "lm_sensors" "libstatgrab" "libsysstat-git"
"solid"
"menu-cache" "libxcomposite" "lxmenu-data" "libdbusmenu-qt5"
- "lxqt-globalkeys"
+ "lxqt-globalkeys-git"
)
makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
provides=("$_pkgname")