From eea6ad87b35aab7d916ab99c0e49bac092fe5523 Mon Sep 17 00:00:00 2001 From: glaulher Date: Thu, 21 Apr 2022 12:34:46 -0300 Subject: [PATCH] thefuck: update to 3.32. --- srcpkgs/thefuck/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 267a27d7789a..7704ab2a6a68 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,12 @@ 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 ;; + *) make_check=no ;; # go is not available esac pre_check() {