Update to 0.0.4

This commit is contained in:
Sergei Slipchenko 2025-10-04 08:50:45 +04:00
parent d48972aef9
commit e953d4d632
No known key found for this signature in database
2 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -1,16 +1,16 @@
# Maintainer: Sergei Slipchenko <faergeek@gmail.com>
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}"