mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 0.0.5
This commit is contained in:
parent
e953d4d632
commit
ec252802a4
2 changed files with 7 additions and 6 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = still
|
||||
pkgdesc = Freeze the screen of a Wayland compositor until a provided command exits
|
||||
pkgver = 0.0.4
|
||||
pkgver = 0.0.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/faergeek/still
|
||||
arch = x86_64
|
||||
|
|
@ -10,8 +10,9 @@ pkgbase = still
|
|||
makedepends = meson
|
||||
makedepends = scdoc
|
||||
makedepends = wayland-protocols
|
||||
depends = pixman
|
||||
depends = wayland
|
||||
source = https://github.com/faergeek/still/releases/download/v0.0.4/still-0.0.4.tar.xz
|
||||
sha256sums = 5ddf18f2505ba607660fbdfd54774df7324f83b6842e3cd8327e8573fd16eeeb
|
||||
source = https://github.com/faergeek/still/releases/download/v0.0.5/still-0.0.5.tar.xz
|
||||
sha256sums = 2051a3c8a336d83466b76e3b44a28452931e518d0ef9710e1e506ab4c8890f88
|
||||
|
||||
pkgname = still
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: Sergei Slipchenko <faergeek@gmail.com>
|
||||
|
||||
pkgname=still
|
||||
pkgver=0.0.4
|
||||
pkgver=0.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="Freeze the screen of a Wayland compositor until a provided command exits"
|
||||
arch=(x86_64 aarch64)
|
||||
url="https://github.com/faergeek/still"
|
||||
license=(MIT)
|
||||
depends=(wayland)
|
||||
depends=(pixman wayland)
|
||||
makedepends=(git meson scdoc wayland-protocols)
|
||||
source=("$url/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha256sums=('5ddf18f2505ba607660fbdfd54774df7324f83b6842e3cd8327e8573fd16eeeb')
|
||||
sha256sums=('2051a3c8a336d83466b76e3b44a28452931e518d0ef9710e1e506ab4c8890f88')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue