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

Jerome Leclanche jleclanche at archlinux.org
Mon Sep 19 11:30:06 UTC 2016


    Date: Monday, September 19, 2016 @ 11:30:04
  Author: jleclanche
Revision: 189967

upgpkg: libqtxdg 2.0.0-1

Upstream release 2.0.0

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-19 09:22:03 UTC (rev 189966)
+++ PKGBUILD	2016-09-19 11:30:04 UTC (rev 189967)
@@ -2,23 +2,26 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=libqtxdg
-pkgver=1.3.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org"
 license=("GPL2")
-depends=("libsm" "libxkbcommon-x11" "qt5-base")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
 makedepends=("cmake")
 source=(
-	"https://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
-	"https://downloads.lxqt.org/$pkgname/$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=(
-	"850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+	"8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb"
 	"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"
+)
 
 
 build() {



More information about the arch-commits mailing list