Date: Saturday, September 24, 2016 @ 14:18:32
  Author: jleclanche
Revision: 190323

upgpkg: lxqt-notificationd 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-notificationd/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-09-24 14:18:06 UTC (rev 190322)
+++ PKGBUILD    2016-09-24 14:18:32 UTC (rev 190323)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche <jer...@leclan.ch>
 
 pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=5
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt notification daemon and library."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -11,16 +11,19 @@
 license=("LGPL2.1")
 depends=("lxqt-common" "liblxqt")
 provides=("notification-daemon")
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "qt5-tools" "git")
 source=(
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz";
-       "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+       
"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=(
-       "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+       "2e57b4f0c68694a8faf4999039b039f13291c720017b14c0bbdd8e0b49a0fa82"
        "SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+)
 
 
 build() {

Reply via email to