summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2023-06-10 01:04:04 +0100
committerJoão Figueiredo2023-06-10 01:04:04 +0100
commitffff91c65580aba5fc20e8a28a770ab4555c6646 (patch)
tree247e0b99ea12212fdecdbcc94ef6be153dd33ad4 /PKGBUILD
parente8ba198c5ce3be2643463b3e4474c67fb39fbfe0 (diff)
downloadaur-ffff91c65580aba5fc20e8a28a770ab4555c6646.tar.gz
Migrate to Qt6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3855b94f7b09..64b53bf95202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Antonio Rojas <arojas@archlinux.org>
pkgname=ksshaskpass-git
-pkgver=5.22.80_r196.gdaa2679
+pkgver=5.27.80_r279.ge186e89
pkgrel=1
pkgdesc='ssh-add helper that uses kwallet-git and kpassworddialog'
url='https://kde.org/plasma-desktop/'
@@ -25,6 +25,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DBUILD_TESTING=OFF
cmake --build build
}