thefuck: update to 3.32.

This commit is contained in:
glaulher 2022-04-21 12:34:46 -03:00 committed by Echo
parent 78c1d13d88
commit 58d211819c

View file

@ -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 <orphan@voidlinux.org>"
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() {