diff --git a/.SRCINFO b/.SRCINFO index 71a633d50110..83e091997a6d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 44871df85383..2a9a5325e0b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Dustin Pilgrim 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"