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

Jerome Leclanche jleclanche at archlinux.org
Mon Nov 2 15:26:15 UTC 2015


    Date: Monday, November 2, 2015 @ 16:26:15
  Author: jleclanche
Revision: 145664

upgpkg: pcmanfm-qt 0.10.0-1

Upstream release 0.10.0

Modified:
  pcmanfm-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-02 15:20:52 UTC (rev 145663)
+++ PKGBUILD	2015-11-02 15:26:15 UTC (rev 145664)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=pcmanfm-qt
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
@@ -12,8 +12,15 @@
 depends=("liblxqt" "libfm" "lxmenu-data")
 makedepends=("cmake" "qt5-tools")
 install="$pkgname.install"
-source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("2df0f0a0c092f9ee6e7311255ab2aed66c8ea897b3399affb96732c46421e2df")
+source=(
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {



More information about the arch-commits mailing list