summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2024-03-17 02:24:41 +0100
committerPeter Mattern2024-03-17 02:24:41 +0100
commita23818f4f643272f2b659ba13581becba220d2da (patch)
treebe29abe4724548802ef4d4d1422a3279e737cd9f /PKGBUILD
parent69f0129abf458dc7bab675ddf33a984fd678c899 (diff)
downloadaur-lxqt-build-tools-git.tar.gz
Build against Qt 6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f335888c78d4..03431abffba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=lxqt-build-tools
pkgname=$_pkgname-git
-pkgver=0.13.0
+pkgver=0.13.0.r3.g7e1175e
pkgrel=1
pkgdesc='Tools to build LXQt and components maintained by the project.'
arch=('any')
url='https://github.com/lxqt/lxqt-build-tools'
license=('BSD')
-makedepends=('git' 'qt5-base')
+makedepends=('git' 'qt6-base')
depends=('cmake')
provides=("$_pkgname")
conflicts=("$_pkgname")