[arch-commits] Commit in liblxqt/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 17:41:37 UTC 2015
Date: Saturday, February 14, 2015 @ 18:41:36
Author: jleclanche
Revision: 127695
liblxqt: Fix missing qt5-tools dependency
Modified:
liblxqt/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-14 17:33:09 UTC (rev 127694)
+++ PKGBUILD 2015-02-14 17:41:36 UTC (rev 127695)
@@ -3,13 +3,13 @@
pkgname=liblxqt
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Common base library for LXQt components."
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
depends=("kwindowsystem" "libqtxdg")
-makedepends=("cmake")
+makedepends=("cmake" "qt5-tools")
source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=("b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52")
More information about the arch-commits
mailing list