summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-11-10 17:40:08 +0100
committerPeter Mattern2016-11-10 17:40:08 +0100
commit268e3228c18e962aa6861ffa051713f3adcfae63 (patch)
tree876423603e0d765f8bcaa7e10674725ce7f67a64
parentc8f92e49b6384882a41a1402ac6275d16bb31dca (diff)
downloadaur-268e3228c18e962aa6861ffa051713f3adcfae63.tar.gz
Drop dependency KGuiAddons
It was removed upstream in 3b9c7b9.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b244734ee3..1696ae1ad979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 20 23:19:37 UTC 2016
+# Thu Nov 10 16:40:01 UTC 2016
pkgbase = lxqt-panel-git
pkgdesc = The LXQt desktop panel
- pkgver = 0.10.0.143.g1c22479
+ pkgver = 0.11.0.7.gf73d164
pkgrel = 1
url = https://github.com/lxde/lxqt-panel
arch = i686
@@ -16,7 +16,6 @@ pkgbase = lxqt-panel-git
depends = lm_sensors
depends = libstatgrab
depends = libsysstat-git
- depends = kguiaddons
depends = solid
depends = menu-cache
depends = libxcomposite
diff --git a/PKGBUILD b/PKGBUILD
index ed7956a39725..8d9fe00cc99a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=lxqt-panel
pkgname=$_pkgname-git
-pkgver=0.10.0.143.g1c22479
+pkgver=0.11.0.7.gf73d164
pkgrel=1
pkgdesc='The LXQt desktop panel'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url='https://github.com/lxde/lxqt-panel'
license=('GPL2')
depends=(
"alsa-lib" "libpulse" "lm_sensors" "libstatgrab" "libsysstat-git"
- "kguiaddons" "solid"
+ "solid"
"menu-cache" "libxcomposite" "lxmenu-data" "libdbusmenu-qt5"
"lxqt-globalkeys"
)