mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
[lilac] updated to 6.5.3-1
This commit is contained in:
parent
8b4a5c3b9d
commit
e69dcd3683
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
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.2
|
||||
pkgver = 6.5.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/paulmcauley/klassy
|
||||
arch = x86_64
|
||||
|
|
@ -33,8 +33,8 @@ pkgbase = klassy
|
|||
depends = qt6-svg
|
||||
depends = xdg-utils
|
||||
replaces = classik
|
||||
source = klassy-6.5.2.tar.gz::https://github.com/paulmcauley/klassy/archive/refs/tags/v6.5.2.tar.gz
|
||||
sha256sums = 1a0baeb63fd428c3a0ba0d6edd7b0ad5546db08e1860274a2bfff4b65f796026
|
||||
source = klassy-6.5.3.tar.gz::https://github.com/paulmcauley/klassy/archive/refs/tags/v6.5.3.tar.gz
|
||||
sha256sums = bd734d0998179cc51cd8606c7a5f0013c646d4bf08bb875a5ff7cfdc96e707aa
|
||||
|
||||
pkgname = klassy
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@ _pkgname=klassy
|
|||
pkgbase="${_pkgname}"
|
||||
pkgname=("${_pkgname}"
|
||||
"${_pkgname}-qt5")
|
||||
pkgver=6.5.2
|
||||
pkgver=6.5.3
|
||||
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)
|
||||
|
|
@ -40,7 +40,7 @@ makedepends=(extra-cmake-modules
|
|||
kirigami2
|
||||
kwindowsystem5)
|
||||
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('1a0baeb63fd428c3a0ba0d6edd7b0ad5546db08e1860274a2bfff4b65f796026')
|
||||
sha256sums=('bd734d0998179cc51cd8606c7a5f0013c646d4bf08bb875a5ff7cfdc96e707aa')
|
||||
|
||||
build() {
|
||||
cmake -B build -S "${_pkgname}-${pkgver}" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue