diff options
Diffstat (limited to 'user/lxqt-qtplugin/APKBUILD')
-rw-r--r-- | user/lxqt-qtplugin/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/user/lxqt-qtplugin/APKBUILD b/user/lxqt-qtplugin/APKBUILD index 64e463cbf..3749214d5 100644 --- a/user/lxqt-qtplugin/APKBUILD +++ b/user/lxqt-qtplugin/APKBUILD @@ -2,17 +2,15 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=lxqt-qtplugin pkgver=0.13.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt plugin for platform integration with LXQt" -url="http://lxqt.org" +url="https://lxqt.org/" arch="all" license="LGPL-2.1+" depends="" -makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 libdbusmenu-qt-dev liblxqt-dev libfm-qt-dev qt5-qttools-dev" -install="" -subpackages="" +makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.5.0 libfm-qt-dev + libdbusmenu-qt-dev liblxqt-dev qt5-qttools-dev" source="https://github.com/lxqt/lxqt-qtplugin/releases/download/$pkgver/lxqt-qtplugin-$pkgver.tar.xz" -builddir="$srcdir/lxqt-qtplugin-$pkgver" build() { cd "$builddir" |