Update PKGBUILD to 0.1.2 release
This commit is contained in:
parent
9644b4e891
commit
9456b98150
1 changed files with 4 additions and 4 deletions
8
PKGBUILD
8
PKGBUILD
|
@ -1,16 +1,16 @@
|
||||||
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
|
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
|
||||||
pkgname=multibg-sway
|
pkgname=multibg-sway
|
||||||
pkgver=0.1.1
|
pkgver=0.1.2
|
||||||
pkgrel=2
|
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')
|
||||||
url="https://github.com/gergo-salyi/multibg-sway"
|
url="https://github.com/gergo-salyi/multibg-sway"
|
||||||
license=('MIT' 'Apache')
|
license=('MIT' 'Apache')
|
||||||
depends=('gcc-libs' 'glibc' 'libxkbcommon')
|
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=('c516a6e5aa8c898be86a662c496748c0e57df449732aa4bd7359c8450cf61c42')
|
sha256sums=('96966078ed15044c84a40a33aea3a9b9ff87b47168378a8225a29740853ab8ce')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Add table
Reference in a new issue