summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2024-03-17 02:24:41 +0100
committerPeter Mattern2024-03-17 02:24:41 +0100
commita23818f4f643272f2b659ba13581becba220d2da (patch)
treebe29abe4724548802ef4d4d1422a3279e737cd9f
parent69f0129abf458dc7bab675ddf33a984fd678c899 (diff)
downloadaur-a23818f4f643272f2b659ba13581becba220d2da.tar.gz
Build against Qt 6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 669009b63191..1632bbd17385 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = lxqt-build-tools-git
pkgdesc = Tools to build LXQt and components maintained by the project.
- pkgver = 0.13.0
+ pkgver = 0.13.0.r3.g7e1175e
pkgrel = 1
url = https://github.com/lxqt/lxqt-build-tools
arch = any
license = BSD
makedepends = git
- makedepends = qt5-base
+ makedepends = qt6-base
depends = cmake
provides = lxqt-build-tools
conflicts = lxqt-build-tools
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")