From 1ce953818d634e011f839facf8f92c34779e5c5d Mon Sep 17 00:00:00 2001 From: glaulher Date: Fri, 15 Apr 2022 15:09:43 -0300 Subject: [PATCH 1/2] thefuck: update to 3.32. --- srcpkgs/thefuck/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 267a27d7789a..366c51f663ea 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,7 +1,7 @@ # Template file for 'thefuck' pkgname=thefuck -version=3.31 -revision=2 +version=3.32 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-colorama python3-decorator python3-psutil python3-pyte @@ -12,12 +12,11 @@ maintainer="Orphaned " license="MIT" homepage="https://github.com/nvbn/thefuck" distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz" -checksum=ac12705b95e22b356f23b20181a34d549267b7b1702523a1f0a22ba7ba3d30df +checksum=76cbb014473672d1c384922857f8fbc1f6f7774f74f784149ad88751854ecfdf case "$XBPS_TARGET_MACHINE" in # archs where go is available - the test suite uses it x86_64*|i686*|armv[67]*|aarch64*|ppc64le*) checkdepends+=" go" ;; - *) make_check=no ;; esac pre_check() { From 35a09bae3101277bb1ffa1802b5f8fe84b212841 Mon Sep 17 00:00:00 2001 From: glaulher Date: Thu, 21 Apr 2022 12:24:36 -0300 Subject: [PATCH 2/2] thefuck: update to 3.32. --- srcpkgs/thefuck/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 366c51f663ea..7704ab2a6a68 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -17,6 +17,7 @@ checksum=76cbb014473672d1c384922857f8fbc1f6f7774f74f784149ad88751854ecfdf case "$XBPS_TARGET_MACHINE" in # archs where go is available - the test suite uses it x86_64*|i686*|armv[67]*|aarch64*|ppc64le*) checkdepends+=" go" ;; + *) make_check=no ;; # go is not available esac pre_check() {