summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 325bc4601ca6..de14810b7311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = breeze-patched
pkgdesc = Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
- pkgver = 5.20.5.2
+ pkgver = 5.20.5.3
pkgrel = 1
url = https://github.com/pvantonov/breeze
arch = i686
@@ -19,8 +19,8 @@ pkgbase = breeze-patched
provides = breeze
conflicts = breeze
replaces = breeze
- source = https://github.com/pvantonov/breeze/archive/v5.20.5.2.tar.gz
- md5sums = b838e4042a67a90fb756fea6dc1a977c
+ source = https://github.com/pvantonov/breeze/archive/v5.20.5.3.tar.gz
+ md5sums = 8247b5bee1d583c312576ab9006aade6
pkgname = breeze-patched
diff --git a/PKGBUILD b/PKGBUILD
index fa417b66805b..d53a0be79675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pavel Antonov <pvantonov@gmail.com>
pkgname=breeze-patched
-pkgver=5.20.5.2
+pkgver=5.20.5.3
pkgrel=1
pkgdesc="Artwork, styles and assets for the Breeze visual style for the Plasma Desktop"
arch=(i686 x86_64)
@@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/pvantonov/breeze/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=(b838e4042a67a90fb756fea6dc1a977c)
+md5sums=(8247b5bee1d583c312576ab9006aade6)
build() {
cmake -B build -S breeze-$pkgver \