diff options
-rw-r--r-- | user/lxqt-config/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/lxqt-config/APKBUILD b/user/lxqt-config/APKBUILD index 32b46b9a6..727f386d5 100644 --- a/user/lxqt-config/APKBUILD +++ b/user/lxqt-config/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=lxqt-config pkgver=0.12.0 -pkgrel=0 +pkgrel=1 pkgdesc="Collection of tools for configuring LXQt and the underlying system." url="http://lxqt.org" arch="all" @@ -10,7 +10,6 @@ license="LGPL-2.1+" depends="" depends_dev="" makedepends="cmake extra-cmake-modules liblxqt-dev>=0.12.0 lxqt-build-tools libxcursor-dev qt5-qtsvg-dev qt5-qttools-dev kwindowsystem-dev libkscreen-dev $depends_dev" -subpackages="$pkgname-dev" install="" source="https://github.com/lxde/lxqt-config/releases/download/$pkgver/lxqt-config-$pkgver.tar.xz" builddir="$srcdir/lxqt-config-$pkgver" |