summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Neumann2018-07-17 22:15:16 +0200
committerJan Neumann2018-07-17 22:15:16 +0200
commit5560d7d8787f63ce46a950589493f36b9ca403a1 (patch)
tree3aec5fdc79186a0c9120e9d80b763f2249891e18 /PKGBUILD
parent2e9d39deea22adfc51266f387ce6a8ed666f1019 (diff)
downloadaur-madkitas-plasma5-themes.tar.gz
unfucked
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 989211547d13..953c84cb25a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=madkitas-plasma5-themes
pkgname=('plasma5-theme-aex-nomad-git' 'plasma5-theme-breeze-noshadow-antu-git' 'plasma5-theme-breeze-transparent-nomad-icons-git' 'plasma5-theme-aex-nomad-dark-git')
-pkgver=r44.0398eb7
+pkgver=r46.23a2f7e
pkgrel=1
pkgdesc="4 nice looking plasma5 themes by Madkita"
arch=('any')
@@ -33,16 +33,16 @@ package_plasma5-theme-breeze-noshadow-antu-git() {
pkgdesc="Default kde breeze theme without panel shadows and with icons from antu icon theme"
cd ${srcdir}/Plasma-Themes
- mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/Breeze No shadow antu"
- cp -r "Breeze No shadow antu" "${pkgdir}/usr/share/plasma/desktoptheme/"
+ mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/Breeze No Shadow Antu"
+ cp -r "Breeze No Shadow Antu" "${pkgdir}/usr/share/plasma/desktoptheme/"
}
package_plasma5-theme-breeze-transparent-nomad-icons-git() {
pkgdesc="Breeze transparent theme with icons from nomad project"
cd ${srcdir}/Plasma-Themes
- mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/breeze transparent with nomad icons"
- cp -r "Breeze Transparent With Nomad Icons" "${pkgdir}/usr/share/plasma/desktoptheme/"
+ mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/Breeze Transparent Nomad"
+ cp -r "Breeze Transparent Nomad" "${pkgdir}/usr/share/plasma/desktoptheme/"
}
package_plasma5-theme-aex-nomad-dark-git() {