mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 0.0.2
This commit is contained in:
parent
974830334c
commit
0ce75ab16c
2 changed files with 6 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,15 +1,16 @@
|
|||
pkgbase = still
|
||||
pkgdesc = Freeze the screen of a Wayland compositor until a provided command exits
|
||||
pkgver = 0.0.1
|
||||
pkgver = 0.0.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/faergeek/still
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = meson
|
||||
makedepends = wayland-protocols
|
||||
depends = wayland
|
||||
source = https://github.com/faergeek/still/releases/download/v0.0.1/still-0.0.1.tar.xz
|
||||
sha256sums = f0fafd59b13e3fd33d3a69d55ed70f319f75b45ad80d9a80930bc2c97d5e8698
|
||||
source = https://github.com/faergeek/still/releases/download/v0.0.2/still-0.0.2.tar.xz
|
||||
sha256sums = a9b21c600b10a0c7aa59f7dc8ce9e2de7510dcbf65e6f6fd8b982181c719e937
|
||||
|
||||
pkgname = still
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Sergei Slipchenko <faergeek@gmail.com>
|
||||
|
||||
pkgname=still
|
||||
pkgver=0.0.1
|
||||
pkgver=0.0.2
|
||||
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=(wayland)
|
||||
makedepends=(git meson wayland-protocols)
|
||||
source=("$url/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha256sums=('f0fafd59b13e3fd33d3a69d55ed70f319f75b45ad80d9a80930bc2c97d5e8698')
|
||||
sha256sums=('a9b21c600b10a0c7aa59f7dc8ce9e2de7510dcbf65e6f6fd8b982181c719e937')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue