summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f61e9ab1f7d..0eabc8b783e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = krunner-symbols-git
pkgdesc = A lightweight KRunner plugin (Plasma 6) to retrieve unicode symbols, or any other string, based on a corresponding keyword.
pkgver = 1.1.0.r35.g844195b
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/domschrei/krunner-symbols
arch = x86_64
license = GPL-3.0-only
diff --git a/PKGBUILD b/PKGBUILD
index e26c12b50a91..1e0972e7e53c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HurricanePootis <hurricanepootis@protonamil.com
pkgname=krunner-symbols-git
pkgver=1.1.0.r35.g844195b
-pkgrel=2
+pkgrel=3
pkgdesc=" A lightweight KRunner plugin (Plasma 6) to retrieve unicode symbols, or any other string, based on a corresponding keyword."
arch=('x86_64')
url="https://github.com/domschrei/krunner-symbols"
@@ -26,7 +26,8 @@ build() {
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLOCATION_PLUGIN=/usr/lib/qt6/plugins \
- -DLOCATION_CONFIG="share/config"
+ -DLOCATION_CONFIG="share/config" \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
cmake --build build
}