diff options
author | Zach van Rijn <me@zv.io> | 2021-07-27 23:41:01 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-27 23:41:01 +0000 |
commit | dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d (patch) | |
tree | f0b5cb765c7f5a5ad19dd7db8303e1816ba9ebdf /user/lxqt-policykit/APKBUILD | |
parent | cb89ebf6d88ee2ce9c87fbfc27d75fa65b3baa48 (diff) | |
parent | eff1c3c87532b591492fec9e3952425e199547a9 (diff) | |
download | packages-dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d.tar.gz packages-dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d.tar.bz2 packages-dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d.tar.xz packages-dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d.zip |
Merge branch 'aerdan/20210721' into 'master'
Bump packages owned by Síle
See merge request adelie/packages!619
Diffstat (limited to 'user/lxqt-policykit/APKBUILD')
-rw-r--r-- | user/lxqt-policykit/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/lxqt-policykit/APKBUILD b/user/lxqt-policykit/APKBUILD index 621c6a3de..27e59ef3b 100644 --- a/user/lxqt-policykit/APKBUILD +++ b/user/lxqt-policykit/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sheila Aman <sheila@vulpine.house> # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=lxqt-policykit -pkgver=0.15.0 -_lxqt_build=0.7.0 +pkgver=0.17.0 +_lxqt=0.9.0 pkgrel=0 pkgdesc="PolicyKit agent for LXQT" url="https://lxqt.github.io/" @@ -11,7 +11,7 @@ options="!check" # No test suite. license="LGPL-2.1+" depends="" makedepends="cmake extra-cmake-modules qt5-qttools-dev polkit-qt-1-dev - liblxqt-dev>=${pkgver%.*}.0 lxqt-build-tools>=$_lxqt_build qt5-qttools-dev + liblxqt-dev>=${pkgver%.*}.0 lxqt-build-tools>=$_lxqt qt5-qttools-dev kwindowsystem-dev" subpackages="$pkgname-doc" source="https://github.com/lxqt/lxqt-policykit/releases/download/$pkgver/lxqt-policykit-$pkgver.tar.xz" @@ -39,4 +39,4 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="2dbbe6d626ef5da816f080354caf564a1aa58270ae299483b9a4ce35d5f1bdb3c652dcb5f12d2668a0ea82556414b00320d2bd88fcadb37fbbdbf724a17e3c41 lxqt-policykit-0.15.0.tar.xz" +sha512sums="1cfd4b2d21840704e4b15ae71098e9c6f3d51031293f1fdf6e134ffee867fe4e845caaf24fbd2c107317372b90b6d415a76854977fa8f6b703e708bd09120328 lxqt-policykit-0.17.0.tar.xz" |