[arch-commits] Commit in thefuck/trunk (PKGBUILD)

2022-01-09 Thread Felix Yan via arch-commits
Date: Sunday, January 9, 2022 @ 15:23:11
  Author: felixonmars
Revision: 1098303

upgpkg: thefuck 3.32-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-09 15:22:01 UTC (rev 1098302)
+++ PKGBUILD2022-01-09 15:23:11 UTC (rev 1098303)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.31
-pkgrel=2
+pkgver=3.32
+pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
@@ -12,7 +12,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect' 'go')
 
source=("https://github.com/nvbn/thefuck/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('6ba3546e44311fc5c91513e87eb3de3636369fa5c7aff7b78e24f65f3c7bee5a5ee1405e442558cfb0b2b643d21705ce28943afc3fdac717e038cd980c87966d')
+sha512sums=('961b9b6dc374cc0b854698455f688cf110adb21cfebd4cb645eb5f1ce11c14de6699bb4d40de86a5f9461273cbfc2eea318a9d437f803dc578dd431966cf26c1')
 
 build() {
   cd thefuck-$pkgver



[arch-commits] Commit in thefuck/trunk (PKGBUILD)

2021-06-09 Thread Felix Yan via arch-commits
Date: Thursday, June 10, 2021 @ 01:18:59
  Author: felixonmars
Revision: 960879

upgpkg: thefuck 3.31-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-10 01:18:53 UTC (rev 960878)
+++ PKGBUILD2021-06-10 01:18:59 UTC (rev 960879)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.30
-pkgrel=3
+pkgver=3.31
+pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
@@ -12,7 +12,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect' 'go')
 
source=("https://github.com/nvbn/thefuck/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('99b270d0aa535673c09e7e932212af4ded5639fcf30ad0aeedc89a54e94c0a072a37883b1a1a56301efb82ea1c72cf53d4dacf2e83edcafcf4fbaa55ecd35f3a')
+sha512sums=('6ba3546e44311fc5c91513e87eb3de3636369fa5c7aff7b78e24f65f3c7bee5a5ee1405e442558cfb0b2b643d21705ce28943afc3fdac717e038cd980c87966d')
 
 build() {
   cd thefuck-$pkgver


[arch-commits] Commit in thefuck/trunk (PKGBUILD)

2021-03-30 Thread Felix Yan via arch-commits
Date: Tuesday, March 30, 2021 @ 11:31:37
  Author: felixonmars
Revision: 910449

upgpkg: thefuck 3.30-3: reproducible fix (FS#70223)

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-30 11:10:29 UTC (rev 910448)
+++ PKGBUILD2021-03-30 11:31:37 UTC (rev 910449)
@@ -2,7 +2,7 @@
 
 pkgname=thefuck
 pkgver=3.30
-pkgrel=2
+pkgrel=3
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
@@ -11,7 +11,7 @@
  'python-pyte')
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect' 'go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
+source=("https://github.com/nvbn/thefuck/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('99b270d0aa535673c09e7e932212af4ded5639fcf30ad0aeedc89a54e94c0a072a37883b1a1a56301efb82ea1c72cf53d4dacf2e83edcafcf4fbaa55ecd35f3a')
 
 build() {
@@ -34,6 +34,7 @@
 
 package() {
   cd thefuck-$pkgver
+  export PYTHONHASHSEED=0
   python setup.py install -O1 --prefix=/usr --root="$pkgdir"
 
   install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md