From 9456b981503d6f7ce607b17358931f36b44cff57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Thu, 27 Apr 2023 02:38:21 +0200 Subject: [PATCH] Update PKGBUILD to 0.1.2 release --- PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ef18c57..3abbf53 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Gergő Sályi 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"