Update PKGBUILD to 0.1.2 release

This commit is contained in:
Gergő Sályi 2023-04-27 02:38:21 +02:00
parent 9644b4e891
commit 9456b98150

View file

@ -1,16 +1,16 @@
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
pkgname=multibg-sway
pkgver=0.1.1
pkgrel=2
pkgver=0.1.2
pkgrel=1
pkgdesc='Set a different wallpaper for the background of each Sway workspace'
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/gergo-salyi/multibg-sway"
license=('MIT' 'Apache')
depends=('gcc-libs' 'glibc' 'libxkbcommon')
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=('c516a6e5aa8c898be86a662c496748c0e57df449732aa4bd7359c8450cf61c42')
sha256sums=('96966078ed15044c84a40a33aea3a9b9ff87b47168378a8225a29740853ab8ce')
prepare() {
cd "$pkgname-$pkgver"