diff --git a/.SRCINFO b/.SRCINFO index 4b5bf4e00f9e2..f21260dfc5f44 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = still pkgdesc = Freeze the screen of a Wayland compositor until a provided command exits - pkgver = 0.0.2 + pkgver = 0.0.3 pkgrel = 1 url = https://github.com/faergeek/still arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = still makedepends = meson makedepends = wayland-protocols depends = wayland - source = https://github.com/faergeek/still/releases/download/v0.0.2/still-0.0.2.tar.xz - sha256sums = a9b21c600b10a0c7aa59f7dc8ce9e2de7510dcbf65e6f6fd8b982181c719e937 + source = https://github.com/faergeek/still/releases/download/v0.0.3/still-0.0.3.tar.xz + sha256sums = 9ac8aeafafe2773611488b525b2af80c7a0c95aaa6f794af4cdbc046674c1d40 pkgname = still diff --git a/PKGBUILD b/PKGBUILD index 7f1661af7379b..6fcbc6a3b9e4c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Sergei Slipchenko pkgname=still -pkgver=0.0.2 +pkgver=0.0.3 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=('a9b21c600b10a0c7aa59f7dc8ce9e2de7510dcbf65e6f6fd8b982181c719e937') +sha256sums=('9ac8aeafafe2773611488b525b2af80c7a0c95aaa6f794af4cdbc046674c1d40') build() { cd "${pkgname}-${pkgver}"