diff options
Diffstat (limited to 'user/libfm-qt')
-rw-r--r-- | user/libfm-qt/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
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" |