update lianwalld-bin v5.1.0

This commit is contained in:
Lian 2026-02-06 22:14:48 +08:00
parent 2b1647de4e
commit defaadfb8f
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
# Maintainer: Lian <yichengxin7@gmail.com>
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"