summaryrefslogtreecommitdiff
path: root/user/libqtxdg
diff options
context:
space:
mode:
authorSheila Aman <sheila@vulpine.house>2021-07-21 07:49:07 +0000
committerSheila Aman <sheila@vulpine.house>2021-07-21 07:49:07 +0000
commit5063e43da92087caf067b7545c94743635544585 (patch)
treec3b4d2ab1b5df10de6ea6183cf6d2b8a484f2d9c /user/libqtxdg
parent5d3d4893874b2a03691dd06a2aed1975e86e17b0 (diff)
downloadpackages-5063e43da92087caf067b7545c94743635544585.tar.gz
packages-5063e43da92087caf067b7545c94743635544585.tar.bz2
packages-5063e43da92087caf067b7545c94743635544585.tar.xz
packages-5063e43da92087caf067b7545c94743635544585.zip
user/libqtxdg: upgrade to 3.7.1
Diffstat (limited to 'user/libqtxdg')
-rw-r--r--user/libqtxdg/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/user/libqtxdg/APKBUILD b/user/libqtxdg/APKBUILD
index 76807b5bf..da1b3f557 100644
--- a/user/libqtxdg/APKBUILD
+++ b/user/libqtxdg/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Sheila Aman <sheila@vulpine.house>
# Maintainer: Sheila Aman <sheila@vulpine.house>
pkgname=libqtxdg
-pkgver=3.5.0
+pkgver=3.7.1
+_lxqt=0.9.0
pkgrel=0
pkgdesc="Qt5-based library implementing the XDG spec"
url="https://lxqt.github.io/"
@@ -9,7 +10,7 @@ arch="all"
options="!check" # Test suite requires X11.
license="LGPL-2.1+"
depends=""
-makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.7.0 qt5-qtbase-dev qt5-qtsvg-dev"
+makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt qt5-qtbase-dev qt5-qtsvg-dev"
subpackages="$pkgname-dev"
source="https://github.com/lxqt/libqtxdg/releases/download/$pkgver/libqtxdg-$pkgver.tar.xz"
@@ -38,4 +39,4 @@ package() {
make DESTDIR="$pkgdir" -C build install
}
-sha512sums="014407a3dc869dd324c3840d54c0aa4565a2f69f147b172548458dee69d33474d9c2ebf50112d1ef7e36ed0aea0fb055f8e03901314230a6c55a84808bd52653 libqtxdg-3.5.0.tar.xz"
+sha512sums="764fb953c5c5564a8f5e189f3fa867b82e1da215e0734d2fb995bb29ba163936a38cf68c6c812ff3c183b7ab4fce59d1189c68885b65f103accb5446e71682e7 libqtxdg-3.7.1.tar.xz"