diff options
author | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2017-10-31 04:49:18 +0000 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2017-10-31 04:49:18 +0000 |
commit | 34eb25878f9acd19876ffcf4d583038bb8e6d949 (patch) | |
tree | 7ba8a061d0132ee0dbfb284b4b9fa8bb39756f06 /user/lxqt-policykit/APKBUILD | |
parent | 76fbf5dc3b807c03b502a63bfb9bc5aaae3f1ccf (diff) | |
download | packages-34eb25878f9acd19876ffcf4d583038bb8e6d949.tar.gz packages-34eb25878f9acd19876ffcf4d583038bb8e6d949.tar.bz2 packages-34eb25878f9acd19876ffcf4d583038bb8e6d949.tar.xz packages-34eb25878f9acd19876ffcf4d583038bb8e6d949.zip |
user/lxqt-policykit: bump to version 0.12.0
Diffstat (limited to 'user/lxqt-policykit/APKBUILD')
-rw-r--r-- | user/lxqt-policykit/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/lxqt-policykit/APKBUILD b/user/lxqt-policykit/APKBUILD index 5ac04325e..5e3751320 100644 --- a/user/lxqt-policykit/APKBUILD +++ b/user/lxqt-policykit/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=lxqt-policykit -pkgver=0.11.1 +pkgver=0.12.0 pkgrel=0 pkgdesc="PolicyKit agent for LXQT" url="http://lxqt.org" @@ -9,7 +9,7 @@ arch="all" license="LGPL-2.1+" depends="" depends_dev="" -makedepends="cmake extra-cmake-modules liblxqt-dev lxqt-build-tools qt5-qttools-dev kwindowsystem-dev polkit-qt-1-dev $depends_dev" +makedepends="cmake extra-cmake-modules liblxqt-dev>=0.12.0 lxqt-build-tools qt5-qttools-dev kwindowsystem-dev polkit-qt-1-dev $depends_dev" install="" subpackages="" source="https://github.com/lxde/lxqt-policykit/releases/download/$pkgver/lxqt-policykit-$pkgver.tar.xz" @@ -44,4 +44,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="55c9b0e01b1dc1080c79ec6e2baca4b8262fcb772c4654cf0168c5fe7ee37c1f0624d13be42541f4398ae8db7a7f76ed55a9f624c239b9110893cdb914078fda lxqt-policykit-0.11.1.tar.xz" +sha512sums="42502c3e8364266f4532941a38872c40255fcbf2df70aac06d731992216b7b59e03a34f8d2d31bf61e36f47bfff93ef1a81f64ef5a4f5ace881597eb3f948a1e lxqt-policykit-0.12.0.tar.xz" |