Date: Monday, October 10, 2022 @ 18:57:22 Author: maximbaz Revision: 1326596
upgpkg: wofi 1.3-1 Modified: wofi/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 18:50:12 UTC (rev 1326595) +++ PKGBUILD 2022-10-10 18:57:22 UTC (rev 1326596) @@ -2,8 +2,8 @@ # Contributor: Ian Brunelli <[email protected]> pkgname=wofi -pkgver=1.2.4 -pkgrel=2 +pkgver=1.3 +pkgrel=1 pkgdesc='launcher for wlroots-based wayland compositors' arch=('x86_64') url='https://hg.sr.ht/~scoopta/wofi' @@ -11,9 +11,7 @@ depends=('wayland' 'gtk3') makedepends=('meson') source=("${pkgname}-v${pkgver}.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v${pkgver}.tar.gz") -# We have to SKIP the validity check to avoid an issue with hg.sr.ht: -# https://todo.sr.ht/~sircmpwn/hg.sr.ht/33 -sha256sums=('SKIP') +sha256sums=('7644e4e995bc027b7f3f411ceda82b3e2a72a4a424f6193663c27bbf00f23067') build() { cd "${pkgname}-v${pkgver}"
