From b2c7447d94de2008eb26b384145844660b80927a Mon Sep 17 00:00:00 2001 From: Anthony Thompson Date: Sat, 1 Oct 2022 19:15:39 +1000 Subject: [PATCH 1/2] xwinwrap: update checksum --- srcpkgs/xwinwrap/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template index 7dbffb515f54..af7799f592de 100644 --- a/srcpkgs/xwinwrap/template +++ b/srcpkgs/xwinwrap/template @@ -3,13 +3,13 @@ pkgname=xwinwrap version=0.9 revision=1 build_style=gnu-makefile -makedepends="libXrender-devel" +makedepends="libXrender-devel grep" short_desc="X11 Window as background" maintainer="SolitudeSF " license="MIT" homepage="https://github.com/mmhobi7/xwinwrap" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df +checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a pre_install() { vsed -i Makefile -e 's|/local||' From 3eb2f2c92bb5a052114b075e84acebd453e79f58 Mon Sep 17 00:00:00 2001 From: ajtcode71 <90679701+ajtcode71@users.noreply.github.com> Date: Sat, 1 Oct 2022 20:27:53 +1000 Subject: [PATCH 2/2] xwinwrap-0.9: update checksum Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/xwinwrap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template index af7799f592de..29bd5a03fd29 100644 --- a/srcpkgs/xwinwrap/template +++ b/srcpkgs/xwinwrap/template @@ -8,7 +8,7 @@ short_desc="X11 Window as background" maintainer="SolitudeSF " license="MIT" homepage="https://github.com/mmhobi7/xwinwrap" -distfiles="${homepage}/archive/v${version}.tar.gz" +distfiles="https://github.com/mmhobi7/xwinwrap/archive/v${version}.tar.gz" checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a pre_install() {