diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2023-11-26 02:59:14 -0800 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2023-11-27 09:59:05 +0000 |
commit | 0018d98ccbd93db845e9e47f1f6b4164a13adce4 (patch) | |
tree | f7b6ce454ee56cade32f49d9fbbc99c3a8ab8776 /user/lxqt-globalkeys | |
parent | 54b8af5ec8302123efb8c8dffdc76c621b6d650a (diff) | |
download | packages-0018d98ccbd93db845e9e47f1f6b4164a13adce4.tar.gz packages-0018d98ccbd93db845e9e47f1f6b4164a13adce4.tar.bz2 packages-0018d98ccbd93db845e9e47f1f6b4164a13adce4.tar.xz packages-0018d98ccbd93db845e9e47f1f6b4164a13adce4.zip |
user/lxqt-globalkeys: upgrade to 1.4.0
Diffstat (limited to 'user/lxqt-globalkeys')
-rw-r--r-- | user/lxqt-globalkeys/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/lxqt-globalkeys/APKBUILD b/user/lxqt-globalkeys/APKBUILD index 4913dca17..e29d124d8 100644 --- a/user/lxqt-globalkeys/APKBUILD +++ b/user/lxqt-globalkeys/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Síle Ekaterin Liszka <sheila@vulpine.house> # Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=lxqt-globalkeys -pkgver=1.3.0 +pkgver=1.4.0 _lxqt=0.13.0 pkgrel=0 pkgdesc="Daemon and configuration utility for global shortcuts in LXQt" @@ -11,7 +11,7 @@ options="!check" # No test suite. license="LGPL-2.1+" depends="" makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt - liblxqt-dev>=${pkgver%.*}.0 qt5-qttools-dev kwindowsystem-dev" + liblxqt-dev>=${pkgver%.*} qt5-qttools-dev kwindowsystem-dev" subpackages="$pkgname-dev" source="https://github.com/lxqt/lxqt-globalkeys/releases/download/$pkgver/lxqt-globalkeys-$pkgver.tar.xz" @@ -38,4 +38,4 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="9acdbff95734bc098b312aa906c38766a035041f8f3e58406470716013762a19d7a8f6cc07377dc8921be9aa09647fff2fef69e7c8ed15109dff71cbaf573eb7 lxqt-globalkeys-1.3.0.tar.xz" +sha512sums="de05c15dc6400978093c1f72340214d53200f8e7478ddee47fb7a3124be642f5d27c6bd53801b6a0205985666dcb481a89208b14d54cf2eb3dc36ccae5bdc1f5 lxqt-globalkeys-1.4.0.tar.xz" |