From 0771c0586abe97523decbc65f4cec9fdbbe88293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Sun, 17 Nov 2024 02:18:47 +0100 Subject: [PATCH] Update PKGBUILD to 0.1.10 release --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6a24675..600f1f9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Gergő Sályi pkgname=multibg-sway -pkgver=0.1.9 +pkgver=0.1.10 pkgrel=1 pkgdesc='Set a different wallpaper for the background of each Sway workspace' arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64') @@ -10,7 +10,7 @@ depends=('gcc-libs' 'glibc') makedepends=('cargo') optdepends=('sway: window manager to set the wallpapers with') source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate") -sha256sums=('17d904c958303e69978e499d8f907794cb69086f77cc11953b19d03280c5551a') +sha256sums=('2b087124ea07635e53d411e707f7d22f73c69b40f3986a42c841f9cc19fc2d51') prepare() { cd "$pkgname-$pkgver"