Update to 0.0.9

This commit is contained in:
Sergei Slipchenko 2026-02-22 06:41:32 +04:00
parent 12dfbffa29
commit 4aaadcbd89
No known key found for this signature in database
2 changed files with 5 additions and 5 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.8
pkgver = 0.0.9
pkgrel = 1
url = https://github.com/faergeek/still
arch = x86_64
@ -12,7 +12,7 @@ pkgbase = still
makedepends = wayland-protocols
depends = pixman
depends = wayland
source = https://github.com/faergeek/still/releases/download/v0.0.8/still-0.0.8.tar.xz
sha256sums = 2e9ec1d49e6972a19601928c551620b713012b508976f20d77e3233168bbf1cf
source = https://github.com/faergeek/still/releases/download/v0.0.9/still-0.0.9.tar.xz
sha256sums = 599dfac0b1f71d358e5cd28bfd46e8eb0cffe79ee8e8bcd10e143fb3f2e78eec
pkgname = still

View file

@ -1,7 +1,7 @@
# Maintainer: Sergei Slipchenko <faergeek@gmail.com>
pkgname=still
pkgver=0.0.8
pkgver=0.0.9
pkgrel=1
pkgdesc="Freeze the screen of a Wayland compositor until a provided command exits"
arch=(x86_64 aarch64)
@ -10,7 +10,7 @@ license=(MIT)
depends=(pixman wayland)
makedepends=(git meson scdoc wayland-protocols)
source=("$url/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('2e9ec1d49e6972a19601928c551620b713012b508976f20d77e3233168bbf1cf')
sha256sums=('599dfac0b1f71d358e5cd28bfd46e8eb0cffe79ee8e8bcd10e143fb3f2e78eec')
build() {
cd "${pkgname}-${pkgver}"