[arch-commits] Commit in pcmanfm-qt/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Sat Sep 24 15:51:36 UTC 2016
Date: Saturday, September 24, 2016 @ 15:51:35
Author: jleclanche
Revision: 190441
upgpkg: pcmanfm-qt 0.11.1-1
Upstream release 0.11.1
Modified:
pcmanfm-qt/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-24 15:49:58 UTC (rev 190440)
+++ PKGBUILD 2016-09-24 15:51:35 UTC (rev 190441)
@@ -2,15 +2,15 @@
# Maintainer: Jerome Leclanche <jerome at leclan.ch>
pkgname=pcmanfm-qt
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.1
+pkgrel=1
pkgdesc="The LXQt file manager, Qt port of PCManFM"
arch=("i686" "x86_64")
groups=("lxqt")
url="http://lxqt.org"
license=("GPL2")
-depends=("liblxqt" "libfm" "lxmenu-data")
-makedepends=("cmake" "qt5-tools")
+depends=("liblxqt" "libfm-qt" "lxmenu-data")
+makedepends=("cmake" "qt5-tools" "git")
optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"
"udisks: alternative for mounting volumes"
@@ -17,14 +17,17 @@
"xarchiver: archive management"
)
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=(
- "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+ "fd035da1f74506f2897fc94b874def521a88a2f4f82c7eea1eb406375a2571fa"
"SKIP"
)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+)
build() {
More information about the arch-commits
mailing list