mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 0.0.7
This commit is contained in:
parent
2612558e01
commit
7f8307b2cf
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.6
|
||||
pkgver = 0.0.7
|
||||
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.6/still-0.0.6.tar.xz
|
||||
sha256sums = 0e7335eabeb1102edcf357ef3beea9693b4b770a1592bf8c7cdb3159a03187e5
|
||||
source = https://github.com/faergeek/still/releases/download/v0.0.7/still-0.0.7.tar.xz
|
||||
sha256sums = 3807d32a78d4cb0b0b56cbd88bb33c9b16edc0068aefdf6382d1495cdda00023
|
||||
|
||||
pkgname = still
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Sergei Slipchenko <faergeek@gmail.com>
|
||||
|
||||
pkgname=still
|
||||
pkgver=0.0.6
|
||||
pkgver=0.0.7
|
||||
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=('0e7335eabeb1102edcf357ef3beea9693b4b770a1592bf8c7cdb3159a03187e5')
|
||||
sha256sums=('3807d32a78d4cb0b0b56cbd88bb33c9b16edc0068aefdf6382d1495cdda00023')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue