mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 0.0.9
This commit is contained in:
parent
12dfbffa29
commit
4aaadcbd89
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue