summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGergő Sályi2024-03-25 15:17:25 +0100
committerGergő Sályi2024-03-25 15:17:25 +0100
commitd95eeb0234ef1009449917d90a275ecfb817ca44 (patch)
treedb38e03609a7ee4c583703509bcc7ff48c796ea3 /PKGBUILD
parentd97b5f08bf0db015384bf792eff6b7bb9a57974a (diff)
downloadaur-d95eeb0234ef1009449917d90a275ecfb817ca44.tar.gz
Release 0.1.6 - 2024-03-25
Fix displaying the wallpapers on outputs with fractional scale factor: https://github.com/gergo-salyi/multibg-sway/issues/5 Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 397b2e90e9b7..cb6ecf991cf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gergő Sályi <salyigergo94@gmail.com>
pkgname=multibg-sway
-pkgver=0.1.5
+pkgver=0.1.6
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=('05c64087a4c3f4d2397aa31b263144c7e70be0844d6cb4a4dfb82dda8b7f99d9')
+sha256sums=('8eb9df2112c92978460d3092556a8bb6ff2b12692d2b72e8998d825e2285b929')
prepare() {
cd "$pkgname-$pkgver"