From 4ea25d22ecefc0ed40547f01a087343a7247bd44 Mon Sep 17 00:00:00 2001 From: Anthony Thompson Date: Sat, 1 Oct 2022 19:15:39 +1000 Subject: [PATCH 1/2] xwinwrap-0.9: update checksum Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/xwinwrap/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template index 7dbffb515f54..29bd5a03fd29 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 +distfiles="https://github.com/mmhobi7/xwinwrap/archive/v${version}.tar.gz" +checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a pre_install() { vsed -i Makefile -e 's|/local||' From 15ed6112f60368a38bab99bb1452afeedfcf8e42 Mon Sep 17 00:00:00 2001 From: Anthony Thompson Date: Sat, 1 Oct 2022 20:36:44 +1000 Subject: [PATCH 2/2] xwinwrap-0.9: update checksum --- srcpkgs/xwinwrap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template index 29bd5a03fd29..af7799f592de 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="https://github.com/mmhobi7/xwinwrap/archive/v${version}.tar.gz" +distfiles="${homepage}/archive/v${version}.tar.gz" checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a pre_install() {