From 003481be104cc9db4a9756aa5967779740301fe6 Mon Sep 17 00:00:00 2001 From: Mariusz Fik <mariusz@fidano.pl> Date: Sat, 8 Nov 2025 02:38:02 +0100 Subject: [PATCH] Update to 6.5.2. Signed-off-by: Mariusz Fik <mariusz@fidano.pl> --- .SRCINFO | 8 ++++---- PKGBUILD | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6336a0e..a2f53df 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kwin-x11-lite pkgdesc = kwin-x11 with ports from kwin-wayland, bug fixes, and maybe other improvements, for XLibre - pkgver = 6.5.1 + pkgver = 6.5.2 pkgrel = 1 url = https://github.com/KDE-Lite/kwin-x11-lite install = kwin-x11-lite.install @@ -52,7 +52,7 @@ pkgbase = kwin-x11-lite depends = libxi depends = libxkbcommon depends = libxkbcommon-x11 - depends = libplasma=6.5.1 + depends = libplasma=6.5.2 depends = mesa depends = plasma-x11-session depends = qt6-5compat @@ -72,7 +72,7 @@ pkgbase = kwin-x11-lite conflicts = kwin-x11 conflicts = kwin-x11-improved options = !debug - source = git+https://github.com/KDE-Lite/kwin-x11-lite.git#commit=6b537a5596450514971412706e74b6dfadd36a57 - sha256sums = 3fa0bf6046c766c42ad84a3779117aeeaa9b5c1e1ebd2bce52c95005cc19ddd1 + source = git+https://github.com/KDE-Lite/kwin-x11-lite.git#tag=v6.5.2 + sha256sums = d915dd5ffb04f34d61ca3bf671269048c927c7070f0ee5b948aac0ee6a4d3011 pkgname = kwin-x11-lite diff --git a/PKGBUILD b/PKGBUILD index 7e79823..d45ec3e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ pkgname=kwin-x11-lite _pkgname=kwin-x11 -pkgver=6.5.1 -_pkgver=6.5.1 +pkgver=6.5.2 +_pkgver=6.5.2 pkgrel=1 pkgdesc='kwin-x11 with ports from kwin-wayland, bug fixes, and maybe other improvements, for XLibre' arch=(x86_64) @@ -72,14 +72,14 @@ makedepends=(extra-cmake-modules wayland-protocols) provides=($_pkgname $_pkgname-improved) conflicts=($_pkgname $_pkgname-improved) -#source=("git+${url}.git#tag=${pkgver}") -source=("git+${url}.git#commit=6b537a5596450514971412706e74b6dfadd36a57") +source=($pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz) +#source=("git+${url}.git#commit=6b537a5596450514971412706e74b6dfadd36a57") install="$pkgname.install" options=(!debug) -sha256sums=('3fa0bf6046c766c42ad84a3779117aeeaa9b5c1e1ebd2bce52c95005cc19ddd1') +sha256sums=('d915dd5ffb04f34d61ca3bf671269048c927c7070f0ee5b948aac0ee6a4d3011') build() { - cmake -B build -S $pkgname \ + cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ -DBUILD_TESTING=OFF cmake --build build -- 2.51.2
Packages update to 6.5.1 Commit should be updated to "8c2b3b5238f4998dcb5c2676db3a142ed96b1f5b" And sha256sum updated to "f06371dce2962b8234fe6f1e6b518aa30c87fabcadd1447688754c183f733c67"
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。