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 <[email protected]> +# Maintainer: Chih-Hsuan Yen <[email protected]> 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"
