summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrafaelrc72024-03-30 00:38:20 -0300
committerrafaelrc72024-03-30 00:38:20 -0300
commit83a3be1d33623d82784a0cb43a6bb7346ca2f0de (patch)
tree287aadbfa3476d35348a93ee2482a3bcafc1c1d5 /PKGBUILD
parent0a60caa3b13d8f49bac017469414827977147546 (diff)
downloadaur-wayland-pipewire-idle-inhibit.tar.gz
Update package to version 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06357530c4ad..da994233a21d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Rafael Carvalho <contact@rafaelrc.com>
pkgname=wayland-pipewire-idle-inhibit
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
pkgdesc="Inhibit wayland idle when computer is playing sound"
arch=('x86_64')
url="https://github.com/rafaelrc7/wayland-pipewire-idle-inhibit"
@@ -10,7 +10,7 @@ license=('GPL-3.0-only')
depends=(gcc-libs glibc libpipewire wayland wayland-protocols)
makedepends=(cargo clang)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('2b7a1707861a3eefbaf93a5a4200ba8420998d80cb4c99777bbfa2d0a0a1dd71')
+sha256sums=('68e459454d7f63bfb140077ef745979aa3b877cd83c48abf057b6524a20a7cdc')
build() {
cd "$pkgname-$pkgver"