[arch-commits] Commit in lxqt-notificationd/trunk (PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Mon Nov 2 14:40:42 UTC 2015


    Date: Monday, November 2, 2015 @ 15:40:42
  Author: jleclanche
Revision: 145650

upgpkg: lxqt-notificationd 0.10.0-1

Upstream release 0.10.0

Modified:
  lxqt-notificationd/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-02 14:40:05 UTC (rev 145649)
+++ PKGBUILD	2015-11-02 14:40:42 UTC (rev 145650)
@@ -2,17 +2,24 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=lxqt-notificationd
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="LXQt notification daemon and library."
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org"
-license=("GPL2")
+license=("LGPL2.1")
 depends=("lxqt-common" "liblxqt")
 makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("f33f8086319ed9d4cffddaed76925db5d79716e90d1112e5b124c95594a74b24")
+source=(
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {



More information about the arch-commits mailing list