diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/obconf-qt/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/obconf-qt/APKBUILD b/user/obconf-qt/APKBUILD index a52ef44ff..48d118235 100644 --- a/user/obconf-qt/APKBUILD +++ b/user/obconf-qt/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sheila Aman <sheila@vulpine.house> # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=obconf-qt -pkgver=0.15.0 -_lxqt_build=0.7.0 +pkgver=0.16.1 +_lxqt=0.9.0 pkgrel=0 pkgdesc="Qt5-based Openbox configuration tool" url="https://lxqt.github.io/" @@ -10,7 +10,7 @@ arch="all" options="!check" # No test suite. license="GPL-2.0+" depends="" -makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt_build openbox-dev +makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt openbox-dev liblxqt-dev qt5-qttools-dev" source="https://github.com/lxqt/obconf-qt/releases/download/$pkgver/obconf-qt-$pkgver.tar.xz" @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="a723dcd3b409afc7b16572d293cbf0543e00a7177a9819e2374632c00c765de74896429f6e19a54fcee83e20ce2e0876f857447c374db2f4f925dec92be71279 obconf-qt-0.15.0.tar.xz" +sha512sums="863ae74e0ca3191a2e9471f722eff1ed9b55cc2fe1851c6bc0a52610682e1aa6087a45b34d3bc79ab26d42340c7f8aa37544a6a83b1775a31f79277174667f7f obconf-qt-0.16.1.tar.xz" |