From 6ae3c40a079eb9e722eed4967091423814f2e1ef Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 24 Jul 2018 04:19:28 -0500 Subject: user/libfm-qt: modernise --- user/libfm-qt/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'user/libfm-qt') diff --git a/user/libfm-qt/APKBUILD b/user/libfm-qt/APKBUILD index b6ed9e6c8..13869d231 100644 --- a/user/libfm-qt/APKBUILD +++ b/user/libfm-qt/APKBUILD @@ -4,16 +4,15 @@ pkgname=libfm-qt pkgver=0.13.1 pkgrel=0 pkgdesc="Qt library for file management and bindings for libfm" -url="http://lxqt.org" +url="https://lxqt.org" arch="all" license="LGPL-2.1+" depends="" depends_dev="libfm-dev menu-cache-dev libexif-dev" -makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 qt5-qtx11extras-dev qt5-qttools-dev $depends_dev" -install="" +makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 qt5-qttools-dev + qt5-qtx11extras-dev $depends_dev" subpackages="$pkgname-dev" source="https://github.com/lxqt/libfm-qt/releases/download/$pkgver/libfm-qt-$pkgver.tar.xz" -builddir="$srcdir/libfm-qt-$pkgver" build() { cd "$builddir" -- cgit v1.2.3-70-g09d2