summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e605ef7dbf75..bf050bd8b2b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-pkgbase = kdeplasma5-blurredwallpaper-git
+pkgbase = kdeplasma-blurredwallpaper-git
pkgdesc = KDE plasma wallpaper plugin that blur the wallpaper when a window is active
- pkgver = 2.2.0
- pkgrel = 1
+ pkgver = 3.0.1
+ pkgrel = 2
url = https://github.com/bouteillerAlan/blurredwallpaper
arch = any
license = GPL3
makedepends = git
- source = git+https://github.com/bouteillerAlan/blurredwallpaper.git#tag=2380eaf295025c9baeb7f1e90b5fb2ed2462547e?signed
+ source = git+https://github.com/bouteillerAlan/blurredwallpaper.git#tag=c3ddcb2a7920906cd508545210c889c35dc709ef?signed
validpgpkeys = 6A2ECC8A396F8A943A109A1E0F11C2A6BF79111E
md5sums = SKIP
-pkgname = kdeplasma5-blurredwallpaper-git
+pkgname = kdeplasma-blurredwallpaper-git
diff --git a/PKGBUILD b/PKGBUILD
index 617a8f730f77..136b34f58899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bouteiller a2n Alan <a2n.dev@pm.me>
-_tag=2380eaf295025c9baeb7f1e90b5fb2ed2462547e
+_tag=c3ddcb2a7920906cd508545210c889c35dc709ef
_sourceName="blurredwallpaper"
_plasmoidName="a2n.blur"
-pkgname="kdeplasma5-blurredwallpaper-git"
-pkgver=2.2.0
-pkgrel=1
+pkgname="kdeplasma-blurredwallpaper-git"
+pkgver=3.0.1
+pkgrel=2
pkgdesc="KDE plasma wallpaper plugin that blur the wallpaper when a window is active"
arch=("any")
url="https://github.com/bouteillerAlan/blurredwallpaper"
@@ -25,8 +25,6 @@ package() {
cd "${_sourceName}"
install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/"${pkgname}"/
- mkdir -p "${pkgdir}"/usr/share/plasma/wallpapers/"${_plasmoidName}"
- install -Dm 644 metadata.json -t "${pkgdir}"/usr/share/plasma/wallpapers/"${_plasmoidName}"/
- find "contents" -type f -exec install -Dm 644 "{}" "${pkgdir}/usr/share/plasma/wallpapers/${_plasmoidName}/{}" \;
+ find "${_plasmoidName}" -type f -exec install -Dm 644 "{}" "${pkgdir}/usr/share/plasma/wallpapers/{}" \;
}