Update PKGBUILD to 0.2.1 release
This commit is contained in:
parent
e9dd80288f
commit
2f80face3f
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
|
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
|
||||||
# shellcheck shell=bash disable=SC2034,SC2154
|
# shellcheck shell=bash disable=SC2034,SC2154
|
||||||
pkgname=multibg-wayland
|
pkgname=multibg-wayland
|
||||||
pkgver=0.2.0
|
pkgver=0.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Set a different wallpaper for the background of each Sway or Hyprland or niri workspace'
|
pkgdesc='Set a different wallpaper for the background of each Sway or Hyprland or niri workspace'
|
||||||
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
|
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
|
||||||
|
@ -20,7 +20,7 @@ optdepends=(
|
||||||
conflicts=('multibg-sway')
|
conflicts=('multibg-sway')
|
||||||
provides=('multibg-sway')
|
provides=('multibg-sway')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
|
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
|
||||||
sha256sums=('63f83cfe01d144c7b3bd1ef209c826cdc7669f51b64578f0e8a82133080a3ce8')
|
sha256sums=('60b99e65123cf797ccee361169ea28242a8fba7f4cf0f27351ac2d4eaeaccf2e')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Add table
Reference in a new issue