summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergő Sályi2024-05-11 01:31:16 +0200
committerGergő Sályi2024-05-11 01:31:16 +0200
commitaf2e11b0486f99b80ff324699db09afadc297660 (patch)
tree2af75eca2b481d96c6431dc7df6d4711db6db30c /PKGBUILD
parentd95eeb0234ef1009449917d90a275ecfb817ca44 (diff)
downloadaur-af2e11b0486f99b80ff324699db09afadc297660.tar.gz
Release 0.1.7 - 2024-05-11
Fix image corruption for certain pixel formats when output width is not a multiple of 4: https://github.com/gergo-salyi/multibg-sway/issues/6 Add the --pixelformat cli argument. Setting --pixelformat=baseline can force wl_buffers to use the wayland default xrgb8888 pixel format if bgr888 or future others would break for any reason Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb6ecf991cf3..06086835c286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
pkgname=multibg-sway
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
pkgdesc='Set a different wallpaper for the background of each Sway workspace'
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ 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=('8eb9df2112c92978460d3092556a8bb6ff2b12692d2b72e8998d825e2285b929')
+sha256sums=('f06243fcfb4a43aa6a962c02376cb0aa510906d6a707d00001d9b7541e442451')
prepare() {
cd "$pkgname-$pkgver"