Date: Tuesday, January 17, 2017 @ 10:05:58 Author: jleclanche Revision: 207698
upgpkg: lxqt-notificationd 0.11.1-1 Upstream release 0.11.1 Modified: lxqt-notificationd/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-17 10:00:45 UTC (rev 207697) +++ PKGBUILD 2017-01-17 10:05:58 UTC (rev 207698) @@ -2,7 +2,7 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=lxqt-notificationd -pkgver=0.11.0 +pkgver=0.11.1 pkgrel=1 pkgdesc="LXQt notification daemon and library." arch=("i686" "x86_64") @@ -11,13 +11,13 @@ license=("LGPL2.1") depends=("lxqt-common" "liblxqt") provides=("notification-daemon") -makedepends=("cmake" "qt5-tools" "git") +makedepends=("lxqt-build-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=( - "2e57b4f0c68694a8faf4999039b039f13291c720017b14c0bbdd8e0b49a0fa82" + "6fc78558c030703bfd84682f4687fa3aec0a9b569991f2767b542de2f8eb4e75" "SKIP" ) validpgpkeys=(
