summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2018-04-27 15:57:39 +0200
committerJan Neumann2018-04-27 15:57:39 +0200
commit970ef87883f902865a09faa86141075b86310862 (patch)
tree09d348a48f823f3edf2c5960b43f46839a7de1f9
parent56e5ff3a02e9fca4c8a6403ab01cabf6a33d3876 (diff)
downloadaur-970ef87883f902865a09faa86141075b86310862.tar.gz
fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD18
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c75455bd31d..21b7f6ec21a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = madkitas-plasma5-themes
pkgdesc = 4 nice looking plasma5 themes by Madkita
- pkgver = r41.dd58091
+ pkgver = r44.0398eb7
pkgrel = 1
url = https://github.com/Blacksuan19/Plasma-Themes
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 261e14fc4796..4d83c9b6e35e 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=r41.dd58091
+pkgver=r44.0398eb7
pkgrel=1
pkgdesc="4 nice looking plasma5 themes by Madkita"
arch=('any')
@@ -25,30 +25,30 @@ package_plasma5-theme-aex-nomad-git() {
pkgdesc="Half transparent rounded corners shadowed macOS looking like theme"
cd ${srcdir}/Plasma-Themes
- mkdir -p ${pkgdir}/usr/share/plasma/desktoptheme/Aex\ Nomad
- cp -r Aex\ Nomad ${pkgdir}/usr/share/plasma/desktoptheme/
+ mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/Aex Nomad"
+ cp -r "Aex Nomad" "${pkgdir}/usr/share/plasma/desktoptheme/"
}
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 with nomad icons"
+ cp -r "Breeze Transparent With Nomad Icons" "${pkgdir}/usr/share/plasma/desktoptheme/"
}
package_plasma5-theme-aex-nomad-dark-git() {
pkgdesc="Breeze transparent theme with icons from nomad project"
cd ${srcdir}/Plasma-Themes
- mkdir -p ${pkgdir}/usr/share/plasma/desktoptheme/Aex\ Nomad\ Dark
- cp -r Aex\ Nomad\ Dark ${pkgdir}/usr/share/plasma/desktoptheme/
+ mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/Aex Nomad Dark"
+ cp -r "Aex Nomad Dark" "${pkgdir}/usr/share/plasma/desktoptheme/"
}