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

Chih-Hsuan Yen yan12125 at archlinux.org
Tue Feb 12 08:28:02 UTC 2019


    Date: Tuesday, February 12, 2019 @ 08:28:01
  Author: yan12125
Revision: 431853

upgpkg: libfm-qt 0.14.0-2

Remove libfm from depends as it's no longer necessary since [1].

Dependencies of libfm, including menu-cache and exif, are still required, though.

[1] https://github.com/lxqt/libfm-qt/pull/196

Modified:
  libfm-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-12 08:21:04 UTC (rev 431852)
+++ PKGBUILD	2019-02-12 08:28:01 UTC (rev 431853)
@@ -1,13 +1,14 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=libfm-qt
 pkgver=0.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
-url="http://lxqt.org"
+url="https://lxqt.org"
 license=("GPL2")
-depends=("libfm" "qt5-x11extras")
+depends=("menu-cache" "libexif" "qt5-x11extras")
 makedepends=("lxqt-build-tools")
 source=(
 	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"



More information about the arch-commits mailing list