mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 00:06:18 +01:00
v0.8.4 - Fix Pre-Suspend Resume Command
This commit is contained in:
parent
e77a28450a
commit
fbd2464854
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = stasis
|
||||
pkgdesc = A modern Wayland idle manager designed for simplicity and effectiveness
|
||||
pkgver = 0.8.3
|
||||
pkgver = 0.8.4
|
||||
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.3.tar.gz::https://github.com/saltnpepper97/stasis/archive/refs/tags/v0.8.3.tar.gz
|
||||
sha256sums = fc02aff7ab274902aedd02fb523eea4e805ad138e8d745b36ab28f2173c494b2
|
||||
source = stasis-0.8.4.tar.gz::https://github.com/saltnpepper97/stasis/archive/refs/tags/v0.8.4.tar.gz
|
||||
sha256sums = e35c5e2d0a8a697dad77670be60fe450b4d5b6e2117ce3782d1ffb2a2d974e75
|
||||
|
||||
pkgname = stasis
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
|
||||
|
||||
pkgname=stasis
|
||||
pkgver=0.8.3
|
||||
pkgver=0.8.4
|
||||
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=('fc02aff7ab274902aedd02fb523eea4e805ad138e8d745b36ab28f2173c494b2')
|
||||
sha256sums=('e35c5e2d0a8a697dad77670be60fe450b4d5b6e2117ce3782d1ffb2a2d974e75')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue