Update PKGBUILD to 0.1.3 release
This commit is contained in:
parent
d7a3107f4b
commit
a4c5dfade9
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
|
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
|
||||||
pkgname=multibg-sway
|
pkgname=multibg-sway
|
||||||
pkgver=0.1.2
|
pkgver=0.1.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Set a different wallpaper for the background of each Sway workspace'
|
pkgdesc='Set a different wallpaper for the background of each Sway workspace'
|
||||||
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
|
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
|
||||||
|
@ -10,7 +10,7 @@ depends=('gcc-libs' 'glibc')
|
||||||
makedepends=('cargo')
|
makedepends=('cargo')
|
||||||
optdepends=('sway: window manager to set the wallpapers with')
|
optdepends=('sway: window manager to set the wallpapers with')
|
||||||
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=('96966078ed15044c84a40a33aea3a9b9ff87b47168378a8225a29740853ab8ce')
|
sha256sums=('df6824c1beb76f23935a63fb29c625003f264d5ab8d5be02a0b0366a0d8f0f93')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Add table
Reference in a new issue