summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Bocanegra2024-02-07 06:07:20 -0600
committerLuis Bocanegra2024-02-07 06:07:20 -0600
commitbd839b630fbe9919deedec0faa0695c278b74ccd (patch)
treef64a437590c1f4f7de3ad14e1f27c167e1c40fd7 /PKGBUILD
parent8f4430243d3bee9096a8bd18681138639fdb2c60 (diff)
downloadaur-bd839b630fbe9919deedec0faa0695c278b74ccd.tar.gz
Don't build .plasmoid file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6060d3137919..a2c8d57983d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kde-material-you-colors
pkgver=1.7.1
-pkgrel=2
+pkgrel=3
pkgdesc="Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop"
arch=('x86_64')
url="https://github.com/luisbocanegra/kde-material-you-colors"
@@ -17,7 +17,7 @@ build() {
python -m build --wheel --no-isolation
# plasmoid & screenshot helper
cmake -B build -S . \
- -DINSTALL_PLASMOID=ON -DPACKAGE_PLASMOID=ON
+ -DINSTALL_PLASMOID=ON
cmake --build build
}