v0.8.3 - Critical Fixes

This commit is contained in:
Dustin Pilgrim 2025-12-09 00:22:32 -04:00
parent afe886fb35
commit e77a28450a
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = stasis
pkgdesc = A modern Wayland idle manager designed for simplicity and effectiveness
pkgver = 0.8.1
pkgver = 0.8.3
pkgrel = 1
url = https://github.com/saltnpepper97/stasis
arch = x86_64
@ -17,7 +17,7 @@ pkgbase = stasis
optdepends = pulseaudio: audio sink detection for media handling (alternative to pipewire-pulse)
conflicts = stasis-git
options = !debug
source = stasis-0.8.1.tar.gz::https://github.com/saltnpepper97/stasis/archive/refs/tags/v0.8.1.tar.gz
sha256sums = 67db0b266442863645311025e728a8799b3f62d6f04906d50d897ef43f06fc7f
source = stasis-0.8.3.tar.gz::https://github.com/saltnpepper97/stasis/archive/refs/tags/v0.8.3.tar.gz
sha256sums = fc02aff7ab274902aedd02fb523eea4e805ad138e8d745b36ab28f2173c494b2
pkgname = stasis

View file

@ -1,7 +1,7 @@
# Maintainer: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
pkgname=stasis
pkgver=0.8.1
pkgver=0.8.3
pkgrel=1
pkgdesc="A modern Wayland idle manager designed for simplicity and effectiveness"
arch=('x86_64')
@ -18,7 +18,7 @@ optdepends=(
conflicts=('stasis-git')
options=('!debug')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('67db0b266442863645311025e728a8799b3f62d6f04906d50d897ef43f06fc7f')
sha256sums=('fc02aff7ab274902aedd02fb523eea4e805ad138e8d745b36ab28f2173c494b2')
build() {
cd "$srcdir/$pkgname-$pkgver"