From f4be0b89621fa24dfa26434b8d93f71e3bdb5871 Mon Sep 17 00:00:00 2001 From: Rocka Date: Thu, 14 Mar 2024 15:51:01 +0800 Subject: [PATCH] klassy: update to 5.1.breeze5.27.11 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0f5bccd59dd2..9f5f0f2a85d8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = klassy pkgdesc = Highly customizable binary Window Decoration, Application Style and Global Theme plugin for recent versions of the KDE Plasma desktop. - pkgver = 5.0.breeze5.27.11 - pkgrel = 2 + pkgver = 5.1.breeze5.27.11 + pkgrel = 1 url = https://github.com/paulmcauley/klassy arch = x86_64 license = GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND MIT AND BSD-3-Clause @@ -15,7 +15,7 @@ pkgbase = klassy depends = hicolor-icon-theme optdepends = kcmutils5: for klassy-settings replaces = classik - source = klassy-5.0.breeze5.27.11.tar.gz::https://github.com/paulmcauley/klassy/archive/refs/tags/5.0.breeze5.27.11.tar.gz - sha256sums = e91e9a4695fa8bee0d7b53df59225f96fe1470d8afdc22a28baee5433b2fc0fc + source = klassy-5.1.breeze5.27.11.tar.gz::https://github.com/paulmcauley/klassy/archive/refs/tags/5.1.breeze5.27.11.tar.gz + sha256sums = cd155037728d64e8b6eb5f2f72b3c220e5e63ecde071014d07fecb50ab90992d pkgname = klassy diff --git a/PKGBUILD b/PKGBUILD index 8db42dbcf557..db5a08708565 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Art Dev pkgname=klassy -pkgver=5.0.breeze5.27.11 -pkgrel=2 +pkgver=5.1.breeze5.27.11 +pkgrel=1 pkgdesc='Highly customizable binary Window Decoration, Application Style and Global Theme plugin for recent versions of the KDE Plasma desktop.' arch=(x86_64) url="https://github.com/paulmcauley/klassy" @@ -15,7 +15,7 @@ optdepends=('kcmutils5: for klassy-settings') provides=() conflicts=() source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('e91e9a4695fa8bee0d7b53df59225f96fe1470d8afdc22a28baee5433b2fc0fc') +sha256sums=('cd155037728d64e8b6eb5f2f72b3c220e5e63ecde071014d07fecb50ab90992d') build() { export CMAKE_PREFIX_PATH="/usr/lib/cmake/plasma5"