From e953d4d632aac1d0110aa6bbf87ee30551fea93d Mon Sep 17 00:00:00 2001 From: Sergei Slipchenko Date: Sat, 4 Oct 2025 08:50:45 +0400 Subject: [PATCH] Update to 0.0.4 --- .SRCINFO | 7 ++++--- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f21260dfc5f44..afb74a74bc2b9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = still pkgdesc = Freeze the screen of a Wayland compositor until a provided command exits - pkgver = 0.0.3 + pkgver = 0.0.4 pkgrel = 1 url = https://github.com/faergeek/still arch = x86_64 @@ -8,9 +8,10 @@ pkgbase = still license = MIT makedepends = git makedepends = meson + makedepends = scdoc makedepends = wayland-protocols depends = wayland - source = https://github.com/faergeek/still/releases/download/v0.0.3/still-0.0.3.tar.xz - sha256sums = 9ac8aeafafe2773611488b525b2af80c7a0c95aaa6f794af4cdbc046674c1d40 + source = https://github.com/faergeek/still/releases/download/v0.0.4/still-0.0.4.tar.xz + sha256sums = 5ddf18f2505ba607660fbdfd54774df7324f83b6842e3cd8327e8573fd16eeeb pkgname = still diff --git a/PKGBUILD b/PKGBUILD index 6fcbc6a3b9e4c..2c2cc700315d9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Sergei Slipchenko pkgname=still -pkgver=0.0.3 +pkgver=0.0.4 pkgrel=1 pkgdesc="Freeze the screen of a Wayland compositor until a provided command exits" arch=(x86_64 aarch64) url="https://github.com/faergeek/still" license=(MIT) depends=(wayland) -makedepends=(git meson wayland-protocols) +makedepends=(git meson scdoc wayland-protocols) source=("$url/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('9ac8aeafafe2773611488b525b2af80c7a0c95aaa6f794af4cdbc046674c1d40') +sha256sums=('5ddf18f2505ba607660fbdfd54774df7324f83b6842e3cd8327e8573fd16eeeb') build() { cd "${pkgname}-${pkgver}"