summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2016-08-08 13:49:26 +0800
committerYen Chi Hsuan2016-08-08 13:49:26 +0800
commit788619b241b8764a3704a8e7acf328422a23250e (patch)
treeab38ef30761078a09a4cf0d7d196d78b9596da25 /PKGBUILD
parent2f498be5e8eef573644613576eb696fc993ef83a (diff)
downloadaur-788619b241b8764a3704a8e7acf328422a23250e.tar.gz
Bump to 0.10.0.129.g1c48664
And fix build issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22723b0b29ed..1fa08e0fc210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,17 @@
_pkgname=lxqt-panel
pkgname=$_pkgname-git
-pkgver=0.9.0.308.g3b2861c
+pkgver=0.10.0.129.g1c48664
pkgrel=1
pkgdesc="The LXQt desktop panel"
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
+# Since https://github.com/lxde/lxqt-panel/pull/281, liblxqt-git is necessary
depends=(
+ "liblxqt-git"
"kwindowsystem" "kguiaddons" "solid" "lxqt-globalkeys"
- "menu-cache" "libxcomposite" "lxmenu-data"
+ "menu-cache" "libxcomposite" "lxmenu-data" "libdbusmenu-qt5"
)
optdepends=(
"alsa-lib: Recompile for Alsa support in volume control plugin"
@@ -22,7 +24,7 @@ makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/lxde/$_pkgname.git")
-sha256sums=("SKIP")
+sha256sums=('SKIP')
pkgver() {