summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergő Sályi2023-04-27 03:03:54 +0200
committerGergő Sályi2023-04-27 03:03:54 +0200
commit75f491513315d0cf103b42b56cb3c9dfdd93d637 (patch)
tree95894655c737d52d56c8212ad26416972241e125 /PKGBUILD
parentd40cdba01f58932a9d2243a0979e07ae93d0a118 (diff)
downloadaur-75f491513315d0cf103b42b56cb3c9dfdd93d637.tar.gz
Release 0.1.2 - 2023-04-27
Fix crash on suspend https://github.com/gergo-salyi/multibg-sway/issues/1 Implement automatic image resizing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef18c57ef1d5..3abbf539fb5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"