Update PKGBUILD to 0.1.6 release

This commit is contained in:
Gergő Sályi 2024-03-25 15:18:46 +01:00
parent 76e71b63de
commit 3d7392b698

View file

@ -1,6 +1,6 @@
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
pkgname=multibg-sway
pkgver=0.1.5
pkgver=0.1.6
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=('05c64087a4c3f4d2397aa31b263144c7e70be0844d6cb4a4dfb82dda8b7f99d9')
sha256sums=('8eb9df2112c92978460d3092556a8bb6ff2b12692d2b72e8998d825e2285b929')
prepare() {
cd "$pkgname-$pkgver"