From defaadfb8f264dd6f83b7f56c6cd189bedbf37b9 Mon Sep 17 00:00:00 2001 From: Lian Date: Fri, 6 Feb 2026 22:14:48 +0800 Subject: [PATCH] update lianwalld-bin v5.1.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 293b965c5700..514fd24615df 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lianwalld-bin pkgdesc = LianWall Daemon - wallpaper engine based on swww and mpvpaper - pkgver = 5.0.0 + pkgver = 5.1.0 pkgrel = 1 url = https://github.com/Yueosa/lianwall arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = lianwalld-bin optdepends = rocm-smi-lib: AMD GPU VRAM monitoring provides = lianwalld conflicts = lianwalld - source = https://github.com/Yueosa/lianwall/releases/download/v5.0.0/lianwalld_5.0.0_linux_x86_64 - sha256sums = 131bbf1f2c7f3d233d8a082ef1e6e4cf053d27a60f0d9c0ca7dba0d6c089cd77 + source = https://github.com/Yueosa/lianwall/releases/download/v5.1.0/lianwalld_5.1.0_linux_x86_64 + sha256sums = 0f4455a65e3ad0b468124266bd3b5e85f0bd1bc85b24925afdcda308ff176c29 pkgname = lianwalld-bin diff --git a/PKGBUILD b/PKGBUILD index de0424fb2a13..c0ab6fc493c0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Lian pkgname=lianwalld-bin -pkgver=5.0.0 +pkgver=5.1.0 pkgrel=1 pkgdesc="LianWall Daemon - wallpaper engine based on swww and mpvpaper" arch=('x86_64') @@ -14,7 +14,7 @@ optdepends=( provides=('lianwalld') conflicts=('lianwalld') source=("https://github.com/Yueosa/lianwall/releases/download/v${pkgver}/lianwalld_${pkgver}_linux_x86_64") -sha256sums=('131bbf1f2c7f3d233d8a082ef1e6e4cf053d27a60f0d9c0ca7dba0d6c089cd77') +sha256sums=('0f4455a65e3ad0b468124266bd3b5e85f0bd1bc85b24925afdcda308ff176c29') package() { install -Dm755 "lianwalld_${pkgver}_linux_x86_64" "$pkgdir/usr/bin/lianwalld"