aboutsummaryrefslogtreecommitdiffstats
path: root/testing/thefuck/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/thefuck/APKBUILD')
-rw-r--r--testing/thefuck/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/testing/thefuck/APKBUILD b/testing/thefuck/APKBUILD
index 3316e94da25..99c8cab3858 100644
--- a/testing/thefuck/APKBUILD
+++ b/testing/thefuck/APKBUILD
@@ -1,16 +1,16 @@
# Contributor: Simon Frankenberger <simon-alpine@fraho.eu>
# Maintainer: Simon Frankenberger <simon-alpine@fraho.eu>
pkgname=thefuck
-pkgver=3.31
-pkgrel=0
+pkgver=3.32
+pkgrel=3
pkgdesc="The Fuck is a magnificent app that corrects errors in previous console commands."
url="https://github.com/nvbn/thefuck"
arch="noarch"
license="MIT"
depends="py3-colorama py3-six py3-decorator py3-psutil py3-pyte"
makedepends="py3-setuptools"
+subpackages="$pkgname-pyc"
source="thefuck-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz
-ash.patch
"
check() {
@@ -22,11 +22,9 @@ build() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
-
sha512sums="
-6ba3546e44311fc5c91513e87eb3de3636369fa5c7aff7b78e24f65f3c7bee5a5ee1405e442558cfb0b2b643d21705ce28943afc3fdac717e038cd980c87966d thefuck-3.31.tar.gz
-648186326bd3a21180b3dade99f7015518319a44ae51a5b55667595b868ed342d7e337ea4a12889a40381f75dc6d1005b9e55cf6b0a6e472d019720835cf7836 ash.patch
+961b9b6dc374cc0b854698455f688cf110adb21cfebd4cb645eb5f1ce11c14de6699bb4d40de86a5f9461273cbfc2eea318a9d437f803dc578dd431966cf26c1 thefuck-3.32.tar.gz
"