summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21b7f6ec21a6..631d2b2e004d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = madkitas-plasma5-themes
pkgdesc = 4 nice looking plasma5 themes by Madkita
- pkgver = r44.0398eb7
+ pkgver = r46.23a2f7e
pkgrel = 1
url = https://github.com/Blacksuan19/Plasma-Themes
arch = any
license = GPL3
makedepends = git
depends = plasma-desktop
- source = git+https://github.com/Blacksuan19/Plasma-Themes
+ source = git+https://github.com/Blacksuan19/Plasma-Themes.git
sha256sums = SKIP
pkgname = plasma5-theme-aex-nomad-git
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() {