Update PKGBUILD to 0.1.9 release

This commit is contained in:
Gergő Sályi 2024-10-09 16:32:51 +02:00
parent b965892be0
commit 3d9f723077

View file

@ -1,6 +1,6 @@
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
pkgname=multibg-sway
pkgver=0.1.8
pkgver=0.1.9
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=('a060d219a06cfb15fdf080065aa27f2a900f8a52d75cfa8b4d905658ac8824a0')
sha256sums=('17d904c958303e69978e499d8f907794cb69086f77cc11953b19d03280c5551a')
prepare() {
cd "$pkgname-$pkgver"