summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Bocanegra2022-09-15 20:50:59 -0500
committerLuis Bocanegra2022-09-15 20:50:59 -0500
commit85718d177dbc9d6c7df766436a8f458b70e3f06b (patch)
treecb4048bf7153c1aac0ed15370df36797e3600c98 /PKGBUILD
parente5780223f891c5a22a54b24bbec28cb20830466d (diff)
downloadaur-85718d177dbc9d6c7df766436a8f458b70e3f06b.tar.gz
Update AUR package, fix install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12bcc12f95d3..cf8f642d0b1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: luisbocanegra <luis.bocanegra0 at protonmail dot com>
pkgname=kde-material-you-colors
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
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"
@@ -26,7 +26,7 @@ package() {
install -Dm644 src/kde-material-you-colors-stop.desktop ${pkgdir}/usr/share/applications/kde-material-you-colors-stop.desktop
install -Dm644 src/sample_config.conf ${pkgdir}/usr/lib/${pkgname}/sample_config.conf
install -Dm755 src/kde-material-you-colors ${pkgdir}/usr/lib/${pkgname}/kde-material-you-colors
- find src/ -type f -name "*.py" -exec install -Dm755 {,${pkgdir}/usr/lib/${pkgname}/}{} \;
+ find src/* -type f -name "*.py" -exec install -Dm755 {} ${pkgdir}/usr/lib/${pkgname}/ \;
install -dm755 ${pkgdir}/usr/bin
ln -s /usr/lib/${pkgname}/kde-material-you-colors ${pkgdir}/usr/bin/kde-material-you-colors
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE