summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35a44ebe495b..c45094135612 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = plasma-active-accent-frame-decorations
pkgdesc = Window styles for KDE Plasma highlighting the active window in the color scheme's accent color
pkgver = 9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nclarius/Plasma-window-decorations
arch = any
license = GPL3
+ conflicts = plasma-active-accent-decorations
source = plasma-active-accent-frame-decorations-9.2.tar.gz::https://github.com/nclarius/Plasma-window-decorations/archive/refs/tags/v9.2.tar.gz
sha256sums = e85f95832c988154a065daba6289fe5197f32aee5eaeec1726cb251fdea2f61f
sha512sums = eb426f896171d53ffa70470139b6ae132ab6932d8646887e62315dcbe6ba22ed66d2feec11d78bb84ba75cd0178ab542285960349615f8bc4faca27f24ac8b0a
diff --git a/PKGBUILD b/PKGBUILD
index 6455c9b2df30..1adb2ab6705c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ PACKAGER="Laurent Brock <incognito0135@protonmail.com>"
pkgname=plasma-active-accent-frame-decorations
pkgver=9.2
-pkgrel=1
+pkgrel=2
pkgdesc="Window styles for KDE Plasma highlighting the active window in the color scheme's accent color"
url='https://github.com/nclarius/Plasma-window-decorations'
license=('GPL3')
@@ -10,6 +10,7 @@ arch=('any')
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('e85f95832c988154a065daba6289fe5197f32aee5eaeec1726cb251fdea2f61f')
sha512sums=('eb426f896171d53ffa70470139b6ae132ab6932d8646887e62315dcbe6ba22ed66d2feec11d78bb84ba75cd0178ab542285960349615f8bc4faca27f24ac8b0a')
+conflicts=('plasma-active-accent-decorations')
# prepare() {
# cd "${srcdir}"