[lilac] updated to 6.5.1-2

This commit is contained in:
lilac 2026-02-06 21:33:34 +08:00
parent ea3d92a50f
commit ec333c671c
2 changed files with 7 additions and 7 deletions

View file

@ -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 = 6.5
pkgrel = 1
pkgver = 6.5.1
pkgrel = 2
url = https://github.com/paulmcauley/klassy
arch = x86_64
license = GPL-2.0-only AND GPL-3.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
@ -33,8 +33,8 @@ pkgbase = klassy
depends = qt6-svg
depends = xdg-utils
replaces = classik
source = klassy-6.5.tar.gz::https://github.com/paulmcauley/klassy/archive/refs/tags/v6.5.tar.gz
sha256sums = 7083d5761758a530a8b86d97137e9f852ae1f47b110f8d1d78b0aa8960d2a799
source = klassy-6.5.1.tar.gz::https://github.com/paulmcauley/klassy/archive/refs/tags/v6.5.1.tar.gz
sha256sums = 2e8222a6e29b79d02bbd61c9276093f4d66fa36855c181d00827e6c1214ff9fd
pkgname = klassy

View file

@ -5,8 +5,8 @@ _pkgname=klassy
pkgbase="${_pkgname}"
pkgname=("${_pkgname}"
"${_pkgname}-qt5")
pkgver=6.5
pkgrel=1
pkgver=6.5.1
pkgrel=2
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"
@ -40,7 +40,7 @@ makedepends=(extra-cmake-modules
kirigami2
kwindowsystem5)
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('7083d5761758a530a8b86d97137e9f852ae1f47b110f8d1d78b0aa8960d2a799')
sha256sums=('2e8222a6e29b79d02bbd61c9276093f4d66fa36855c181d00827e6c1214ff9fd')
build() {
cmake -B build -S "${_pkgname}-${pkgver}" \