Date: Friday, December 16, 2016 @ 02:08:42 Author: jleclanche Revision: 199644
upgpkg: lxqt-common 0.11.1-1 Upstream release 0.11.1 Modified: lxqt-common/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-16 01:59:12 UTC (rev 199643) +++ PKGBUILD 2016-12-16 02:08:42 UTC (rev 199644) @@ -2,7 +2,7 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=lxqt-common -pkgver=0.11.0 +pkgver=0.11.1 pkgrel=1 pkgdesc="Common data to run a LXQt session." arch=("any") @@ -10,13 +10,13 @@ url="http://lxqt.org" license=("LGPL2.1") depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font") -makedepends=("cmake" "liblxqt" "qt5-tools") +makedepends=("cmake" "lxqt-build-tools" "qt5-tools") source=( "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" "https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc" ) sha256sums=( - "3a34a2105a49545d2695cccaf6310d261a7e760455e583efa2d80b3ab54d6053" + "04680dbb63e69a272ec8f573d34a8bdb7c7c9ff14f4d0e16115b14f6fbd6b32e" "SKIP" ) validpgpkeys=(
