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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 19:46:29
  Author: felixonmars
Revision: 753607

upgpkg: thefuck 3.30-2: Python 3.9 rebuild

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 19:46:27 UTC (rev 753606)
+++ PKGBUILD2020-11-12 19:46:29 UTC (rev 753607)
@@ -2,7 +2,7 @@
 
 pkgname=thefuck
 pkgver=3.30
-pkgrel=1
+pkgrel=2
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;


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

2020-03-19 Thread Felix Yan via arch-commits
Date: Thursday, March 19, 2020 @ 17:58:55
  Author: felixonmars
Revision: 600998

upgpkg: thefuck 3.30-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-19 17:58:40 UTC (rev 600997)
+++ PKGBUILD2020-03-19 17:58:55 UTC (rev 600998)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.29
-pkgrel=2
+pkgver=3.30
+pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
@@ -10,9 +10,9 @@
 depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator'
  'python-pyte')
 makedepends=('python-pip')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect' 'go')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('93d11f8180d75328f7eb48218078f1260373961f50f8cf0a991e425a2348af006d93a3eba9bb4c557f8f8bc216c3378634e8738dc8b47e7fee0228e90f1100c8')
+sha512sums=('99b270d0aa535673c09e7e932212af4ded5639fcf30ad0aeedc89a54e94c0a072a37883b1a1a56301efb82ea1c72cf53d4dacf2e83edcafcf4fbaa55ecd35f3a')
 
 build() {
   cd thefuck-$pkgver


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

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 09:16:57
  Author: felixonmars
Revision: 523857

Python 3.8 rebuild

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 09:16:49 UTC (rev 523856)
+++ PKGBUILD2019-11-04 09:16:57 UTC (rev 523857)
@@ -2,7 +2,7 @@
 
 pkgname=thefuck
 pkgver=3.29
-pkgrel=1
+pkgrel=2
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;


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

2019-05-27 Thread Felix Yan via arch-commits
Date: Monday, May 27, 2019 @ 19:41:59
  Author: felixonmars
Revision: 471908

upgpkg: thefuck 3.29-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 19:41:35 UTC (rev 471907)
+++ PKGBUILD2019-05-27 19:41:59 UTC (rev 471908)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.28
+pkgver=3.29
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('6c3edcfff604567a18209bf46aceb662ed4549efd0e3b0daee1abee8a93fbe3ff4dfa260eb74c3d560b3a798e3cc90f911072d694a0d986a09c8581e951421d2')
+sha512sums=('93d11f8180d75328f7eb48218078f1260373961f50f8cf0a991e425a2348af006d93a3eba9bb4c557f8f8bc216c3378634e8738dc8b47e7fee0228e90f1100c8')
 
 build() {
   cd thefuck-$pkgver


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

2018-11-30 Thread Felix Yan via arch-commits
Date: Friday, November 30, 2018 @ 14:55:26
  Author: felixonmars
Revision: 410609

upgpkg: thefuck 3.28-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 13:26:28 UTC (rev 410608)
+++ PKGBUILD2018-11-30 14:55:26 UTC (rev 410609)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.27
-pkgrel=2
+pkgver=3.28
+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')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('766c589f0e99a9773e74094e91c6a74d00e5be8b7241680ad664ecc3f549b597416bc7a4d289f399ed3a0d9ccad629ed78bb983edc809664c303c687ea1eec1a')
+sha512sums=('6c3edcfff604567a18209bf46aceb662ed4549efd0e3b0daee1abee8a93fbe3ff4dfa260eb74c3d560b3a798e3cc90f911072d694a0d986a09c8581e951421d2')
 
 build() {
   cd thefuck-$pkgver


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:23:57
  Author: foutrelis
Revision: 363004

Python 3.7 rebuild

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:23:35 UTC (rev 363003)
+++ PKGBUILD2018-07-23 15:23:57 UTC (rev 363004)
@@ -3,7 +3,7 @@
 
 pkgname=thefuck
 pkgver=3.27
-pkgrel=1
+pkgrel=2
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
@@ -29,7 +29,7 @@
   # Hack $HOME as it's / in the chroot and not writable
   cp tests/test_conf.py "$srcdir/test_conf.py.bak"
   sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test tests
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test tests
   mv "$srcdir/test_conf.py.bak" tests/test_conf.py
 }
 


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

2018-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 23, 2018 @ 03:41:00
  Author: felixonmars
Revision: 327847

upgpkg: thefuck 3.27-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 02:04:53 UTC (rev 327846)
+++ PKGBUILD2018-05-23 03:41:00 UTC (rev 327847)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.26
+pkgver=3.27
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('2dbcc7ba0adb24b3f7d80d0c575a4ed515508e0ab5bc2fc4eb9ba82ad36325af1784eb9c241794ce0e038ed8e99042eb21cc3b29eeaa273517aebc7205ab787f')
+sha512sums=('766c589f0e99a9773e74094e91c6a74d00e5be8b7241680ad664ecc3f549b597416bc7a4d289f399ed3a0d9ccad629ed78bb983edc809664c303c687ea1eec1a')
 
 build() {
   cd thefuck-$pkgver


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:58:09
  Author: felixonmars
Revision: 318024

upgpkg: thefuck 3.26-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 18:57:25 UTC (rev 318023)
+++ PKGBUILD2018-04-25 18:58:09 UTC (rev 318024)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.25
+pkgver=3.26
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('c7b215358c09e1fa5e6aae519e7d6c3fd50027b4c72bb1c128786cd2cff707196f2b9b2a23dfed34d841874caab9463791e82c9083f6aac9c90f26d12a4d4598')
+sha512sums=('2dbcc7ba0adb24b3f7d80d0c575a4ed515508e0ab5bc2fc4eb9ba82ad36325af1784eb9c241794ce0e038ed8e99042eb21cc3b29eeaa273517aebc7205ab787f')
 
 build() {
   cd thefuck-$pkgver


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

2017-11-23 Thread Felix Yan
Date: Thursday, November 23, 2017 @ 23:31:12
  Author: felixonmars
Revision: 268252

upgpkg: thefuck 3.25-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 23:06:53 UTC (rev 268251)
+++ PKGBUILD2017-11-23 23:31:12 UTC (rev 268252)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.24
+pkgver=3.25
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('d4949ea723cf3b080f2fbe269d0cafe3d0266089fa8cc515b3b9376b2004c045be82716cd219741a60a0e99c20575adb92339a879467f709f7ca03dcc71a5c2d')
+sha512sums=('c7b215358c09e1fa5e6aae519e7d6c3fd50027b4c72bb1c128786cd2cff707196f2b9b2a23dfed34d841874caab9463791e82c9083f6aac9c90f26d12a4d4598')
 
 build() {
   cd thefuck-$pkgver


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

2017-10-16 Thread Felix Yan
Date: Tuesday, October 17, 2017 @ 00:38:33
  Author: felixonmars
Revision: 263119

upgpkg: thefuck 3.24-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-17 00:37:53 UTC (rev 263118)
+++ PKGBUILD2017-10-17 00:38:33 UTC (rev 263119)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.23
+pkgver=3.24
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('893700fcec88d7c0070bdc1ea90309cb77ebd7e21895cc633e2d5d2f99a83117e182b8dd386abee97b96affce3126a745613612522b5c731c2e7ab7a162b3814')
+sha512sums=('d4949ea723cf3b080f2fbe269d0cafe3d0266089fa8cc515b3b9376b2004c045be82716cd219741a60a0e99c20575adb92339a879467f709f7ca03dcc71a5c2d')
 
 build() {
   cd thefuck-$pkgver


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

2017-08-30 Thread Felix Yan
Date: Wednesday, August 30, 2017 @ 07:37:49
  Author: felixonmars
Revision: 254743

upgpkg: thefuck 3.23-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-30 07:36:05 UTC (rev 254742)
+++ PKGBUILD2017-08-30 07:37:49 UTC (rev 254743)
@@ -2,17 +2,18 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.21
+pkgver=3.23
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
 license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator'
+ 'python-pyte')
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('a75f05d7847305c53720399e039b2f5317756f1295f036eb6b3d476dc2a6ee694c5a28c7ec03f153474fbc33165edd3255cd567236f83634642f2f423e95e1a1')
+sha512sums=('893700fcec88d7c0070bdc1ea90309cb77ebd7e21895cc633e2d5d2f99a83117e182b8dd386abee97b96affce3126a745613612522b5c731c2e7ab7a162b3814')
 
 build() {
   cd thefuck-$pkgver


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

2017-08-21 Thread Felix Yan
Date: Monday, August 21, 2017 @ 12:50:36
  Author: felixonmars
Revision: 252820

upgpkg: thefuck 3.21-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 12:50:24 UTC (rev 252819)
+++ PKGBUILD2017-08-21 12:50:36 UTC (rev 252820)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.20
+pkgver=3.21
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('80edc0adb76bd620249bae84f17771ed86761f60838ac0b6e43d82885fe88de2150f0e93cd1cca3bdf669d1b345faba6f049b63b0dc6b2ba2464d5f84cd2e34a')
+sha512sums=('a75f05d7847305c53720399e039b2f5317756f1295f036eb6b3d476dc2a6ee694c5a28c7ec03f153474fbc33165edd3255cd567236f83634642f2f423e95e1a1')
 
 build() {
   cd thefuck-$pkgver


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

2017-08-16 Thread Felix Yan
Date: Wednesday, August 16, 2017 @ 16:04:05
  Author: felixonmars
Revision: 251329

upgpkg: thefuck 3.20-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-16 16:02:05 UTC (rev 251328)
+++ PKGBUILD2017-08-16 16:04:05 UTC (rev 251329)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.19
+pkgver=3.20
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('b092dbc6cb210152563c0d9d7f45f202ccbed879cc93683ca68adc18187300f10730d57437bc69b5c49a69a89c1815f70559a988e503a8e15528c6e24e85a3e4')
+sha512sums=('80edc0adb76bd620249bae84f17771ed86761f60838ac0b6e43d82885fe88de2150f0e93cd1cca3bdf669d1b345faba6f049b63b0dc6b2ba2464d5f84cd2e34a')
 
 build() {
   cd thefuck-$pkgver


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

2017-08-03 Thread Felix Yan
Date: Thursday, August 3, 2017 @ 14:27:42
  Author: felixonmars
Revision: 247779

upgpkg: thefuck 3.19-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 14:27:12 UTC (rev 247778)
+++ PKGBUILD2017-08-03 14:27:42 UTC (rev 247779)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.18
+pkgver=3.19
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('26a8abb705bd05f09375f3f0dbb0ab3f554e79ab8ba85023edf92252141ff23a11993bf75d582a59c598e3c22e7864cf72823b29be1abab347be2a5d5322a43b')
+sha512sums=('b092dbc6cb210152563c0d9d7f45f202ccbed879cc93683ca68adc18187300f10730d57437bc69b5c49a69a89c1815f70559a988e503a8e15528c6e24e85a3e4')
 
 build() {
   cd thefuck-$pkgver


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

2017-05-11 Thread Felix Yan
Date: Friday, May 12, 2017 @ 03:53:31
  Author: felixonmars
Revision: 227829

upgpkg: thefuck 3.18-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 03:52:17 UTC (rev 227828)
+++ PKGBUILD2017-05-12 03:53:31 UTC (rev 227829)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.17
+pkgver=3.18
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('acb50b88357f4a5de5bc9201b2f7676c4e912151aa643a67d7cdc921a5928b0ee62094bb5827ea4b2e5788212537abffa0515f4f0b7d3715d65919609b72fe3f')
+sha512sums=('26a8abb705bd05f09375f3f0dbb0ab3f554e79ab8ba85023edf92252141ff23a11993bf75d582a59c598e3c22e7864cf72823b29be1abab347be2a5d5322a43b')
 
 build() {
   cd thefuck-$pkgver


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

2017-05-10 Thread Felix Yan
Date: Wednesday, May 10, 2017 @ 14:22:38
  Author: felixonmars
Revision: 227714

upgpkg: thefuck 3.17-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-10 14:22:24 UTC (rev 227713)
+++ PKGBUILD2017-05-10 14:22:38 UTC (rev 227714)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.16
+pkgver=3.17
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('f6c383fddcc40d11914b095eb9e00e856c5374ffbbb495f6f07a532e5f6458f8051a2881c80e85c743a7a876c6a70aaa78140aa09cbb1b78460a959752d88aca')
+sha512sums=('acb50b88357f4a5de5bc9201b2f7676c4e912151aa643a67d7cdc921a5928b0ee62094bb5827ea4b2e5788212537abffa0515f4f0b7d3715d65919609b72fe3f')
 
 build() {
   cd thefuck-$pkgver


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

2017-04-12 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 03:14:03
  Author: felixonmars
Revision: 222553

upgpkg: thefuck 3.16-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 03:13:29 UTC (rev 222552)
+++ PKGBUILD2017-04-13 03:14:03 UTC (rev 222553)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.15
+pkgver=3.16
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -9,18 +9,18 @@
 url="https://github.com/nvbn/thefuck;
 license=('MIT')
 depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
-makedepends=('git' 'python-pip')
+makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
+sha512sums=('f6c383fddcc40d11914b095eb9e00e856c5374ffbbb495f6f07a532e5f6458f8051a2881c80e85c743a7a876c6a70aaa78140aa09cbb1b78460a959752d88aca')
 
 build() {
-  cd thefuck
+  cd thefuck-$pkgver
   python setup.py build
 }
 
 check() {
-  cd thefuck
+  cd thefuck-$pkgver
 
   # Hack distribution test by installing it and set PYTHONPATH afterwards
   python setup.py install --root="$PWD/tmp_install" --optimize=1
@@ -33,10 +33,10 @@
 }
 
 package() {
-  cd thefuck
+  cd thefuck-$pkgver
   python setup.py install -O1 --prefix=/usr --root="$pkgdir"
 
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-03-14 Thread Felix Yan
Date: Wednesday, March 15, 2017 @ 03:17:19
  Author: felixonmars
Revision: 216353

upgpkg: thefuck 3.15-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-15 03:11:51 UTC (rev 216352)
+++ PKGBUILD2017-03-15 03:17:19 UTC (rev 216353)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.14
+pkgver=3.15
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2017-02-03 Thread Felix Yan
Date: Saturday, February 4, 2017 @ 06:25:04
  Author: felixonmars
Revision: 209807

upgpkg: thefuck 3.14-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-04 06:23:59 UTC (rev 209806)
+++ PKGBUILD2017-02-04 06:25:04 UTC (rev 209807)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.11
-pkgrel=2
+pkgver=3.14
+pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;


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

2016-12-26 Thread Felix Yan
Date: Monday, December 26, 2016 @ 09:33:54
  Author: felixonmars
Revision: 202617

Python 3.6 rebuild

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-26 09:33:51 UTC (rev 202616)
+++ PKGBUILD2016-12-26 09:33:54 UTC (rev 202617)
@@ -3,7 +3,7 @@
 
 pkgname=thefuck
 pkgver=3.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
@@ -28,7 +28,7 @@
   # Hack $HOME as it's / in the chroot and not writable
   cp tests/test_conf.py "$srcdir/test_conf.py.bak"
   sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test tests
   mv "$srcdir/test_conf.py.bak" tests/test_conf.py
 }
 


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

2016-08-14 Thread Felix Yan
Date: Sunday, August 14, 2016 @ 15:11:03
  Author: felixonmars
Revision: 186741

upgpkg: thefuck 3.11-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-14 14:51:11 UTC (rev 186740)
+++ PKGBUILD2016-08-14 15:11:03 UTC (rev 186741)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.10
+pkgver=3.11
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 02:53:28
  Author: felixonmars
Revision: 181451

upgpkg: thefuck 3.10-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-27 21:13:02 UTC (rev 181450)
+++ PKGBUILD2016-06-28 02:53:28 UTC (rev 181451)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.9
+pkgver=3.10
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2016-04-25 Thread Felix Yan
Date: Monday, April 25, 2016 @ 09:32:58
  Author: fyan
Revision: 171766

upgpkg: thefuck 3.9-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-25 07:01:30 UTC (rev 171765)
+++ PKGBUILD2016-04-25 07:32:58 UTC (rev 171766)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.8
+pkgver=3.9
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -9,7 +9,7 @@
 url="https://github.com/nvbn/thefuck;
 license=('MIT')
 depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
-makedepends=('git')
+makedepends=('git' 'python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
 sha256sums=('SKIP')


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

2016-03-23 Thread Felix Yan
Date: Wednesday, March 23, 2016 @ 07:08:14
  Author: fyan
Revision: 167997

upgpkg: thefuck 3.7-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-23 06:02:07 UTC (rev 167996)
+++ PKGBUILD2016-03-23 06:08:14 UTC (rev 167997)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2016-03-13 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 16:52:21
  Author: fyan
Revision: 166547

upgpkg: thefuck 3.6-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 14:37:11 UTC (rev 166546)
+++ PKGBUILD2016-03-13 15:52:21 UTC (rev 166547)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:13:12
  Author: fyan
Revision: 166446

upgpkg: thefuck 3.5-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:13:02 UTC (rev 166445)
+++ PKGBUILD2016-03-13 06:13:12 UTC (rev 166446)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.4
+pkgver=3.5
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2016-03-03 Thread Felix Yan
Date: Friday, March 4, 2016 @ 04:20:38
  Author: fyan
Revision: 164558

upgpkg: thefuck 3.4-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 03:20:32 UTC (rev 164557)
+++ PKGBUILD2016-03-04 03:20:38 UTC (rev 164558)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.3
+pkgver=3.4
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -34,8 +34,7 @@
 
 package() {
   cd thefuck
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir"/usr/lib/python3.5/site-packages/{tests,thefuck/}
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
 
   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }


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

2016-01-13 Thread Felix Yan
Date: Thursday, January 14, 2016 @ 02:58:20
  Author: fyan
Revision: 156343

upgpkg: thefuck 3.3-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-14 00:08:04 UTC (rev 156342)
+++ PKGBUILD2016-01-14 01:58:20 UTC (rev 156343)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2015-11-03 Thread Felix Yan
Date: Tuesday, November 3, 2015 @ 11:40:50
  Author: fyan
Revision: 145777

upgpkg: thefuck 3.2-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-03 09:51:32 UTC (rev 145776)
+++ PKGBUILD2015-11-03 10:40:50 UTC (rev 145777)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.1
+pkgver=3.2
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2015-10-07 Thread Felix Yan
Date: Thursday, October 8, 2015 @ 06:44:06
  Author: fyan
Revision: 143401

upgpkg: thefuck 3.1-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 03:37:38 UTC (rev 143400)
+++ PKGBUILD2015-10-08 04:44:06 UTC (rev 143401)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.0
-pkgrel=2
+pkgver=3.1
+pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;


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

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 13:22:09
  Author: fyan
Revision: 140755

upgpkg: thefuck 3.0-2

rebuild for python 3.5

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 11:20:04 UTC (rev 140754)
+++ PKGBUILD2015-09-19 11:22:09 UTC (rev 140755)
@@ -3,7 +3,7 @@
 
 pkgname=thefuck
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
@@ -28,7 +28,7 @@
   # Hack $HOME as it's / in the chroot and not writable
   cp tests/test_conf.py "$srcdir/test_conf.py.bak"
   sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.4/site-packages:$PYTHONPATH" 
py.test tests
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
   mv "$srcdir/test_conf.py.bak" tests/test_conf.py
 }
 
@@ -35,7 +35,7 @@
 package() {
   cd thefuck
   python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir"/usr/lib/python3.4/site-packages/{tests,thefuck/}
+  mv "$pkgdir"/usr/lib/python3.5/site-packages/{tests,thefuck/}
 
   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }


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

2015-09-09 Thread Felix Yan
Date: Wednesday, September 9, 2015 @ 13:31:05
  Author: fyan
Revision: 139680

upgpkg: thefuck 3.0-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-09 10:20:54 UTC (rev 139679)
+++ PKGBUILD2015-09-09 11:31:05 UTC (rev 139680)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=2.9.1
+pkgver=3.0
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -20,13 +20,22 @@
 }
 
 check() {
-  cd thefuck/tests
-  LC_CTYPE=en_US.utf8 PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+  cd thefuck
+
+  # Hack distribution test by installing it and set PYTHONPATH afterwards
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+
+  # Hack $HOME as it's / in the chroot and not writable
+  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
+  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.4/site-packages:$PYTHONPATH" 
py.test tests
+  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
 }
 
 package() {
   cd thefuck
   python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+  mv "$pkgdir"/usr/lib/python3.4/site-packages/{tests,thefuck/}
 
   install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }


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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 12:32:18
  Author: fyan
Revision: 139231

upgpkg: thefuck 2.9.1-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 10:32:04 UTC (rev 139230)
+++ PKGBUILD2015-09-05 10:32:18 UTC (rev 139231)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=2.9
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


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

2015-09-05 Thread Felix Yan
Date: Saturday, September 5, 2015 @ 12:30:48
  Author: fyan
Revision: 139226

upgpkg: thefuck 2.9-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-05 09:55:05 UTC (rev 139225)
+++ PKGBUILD2015-09-05 10:30:48 UTC (rev 139226)
@@ -2,13 +2,13 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
 url="https://github.com/nvbn/thefuck;
 license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
 makedepends=('git')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)


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

2015-08-24 Thread Felix Yan
Date: Tuesday, August 25, 2015 @ 04:29:56
  Author: fyan
Revision: 138746

upgpkg: thefuck 2.8-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 02:28:29 UTC (rev 138745)
+++ PKGBUILD2015-08-25 02:29:56 UTC (rev 138746)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -21,7 +21,7 @@
 
 check() {
   cd thefuck/tests
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+  LC_CTYPE=en_US.utf8 PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
 }
 
 package() {


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

2015-08-10 Thread Felix Yan
Date: Tuesday, August 11, 2015 @ 04:42:35
  Author: fyan
Revision: 138187

upgpkg: thefuck 2.7-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-11 02:10:20 UTC (rev 138186)
+++ PKGBUILD2015-08-11 02:42:35 UTC (rev 138187)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-30 Thread Felix Yan
Date: Friday, July 31, 2015 @ 05:44:28
  Author: fyan
Revision: 137630

upgpkg: thefuck 2.6-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-30 13:57:34 UTC (rev 137629)
+++ PKGBUILD2015-07-31 03:44:28 UTC (rev 137630)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.5.6
+pkgver=2.6
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-27 Thread Felix Yan
Date: Tuesday, July 28, 2015 @ 07:47:51
  Author: fyan
Revision: 137534

upgpkg: thefuck 2.5.6-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 05:02:57 UTC (rev 137533)
+++ PKGBUILD2015-07-28 05:47:51 UTC (rev 137534)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.4
+pkgver=2.5.6
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-24 Thread Felix Yan
Date: Saturday, July 25, 2015 @ 04:47:37
  Author: fyan
Revision: 137403

upgpkg: thefuck 2.4-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-25 00:42:56 UTC (rev 137402)
+++ PKGBUILD2015-07-25 02:47:37 UTC (rev 137403)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
 makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
 sha256sums=('SKIP')
 


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 10:01:40
  Author: fyan
Revision: 137272

upgpkg: thefuck 2.3-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 07:30:32 UTC (rev 137271)
+++ PKGBUILD2015-07-22 08:01:40 UTC (rev 137272)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:06:51
  Author: fyan
Revision: 137255

upgpkg: thefuck 2.2-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-22 06:04:25 UTC (rev 137254)
+++ PKGBUILD2015-07-22 06:06:51 UTC (rev 137255)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-20 Thread Felix Yan
Date: Tuesday, July 21, 2015 @ 05:57:15
  Author: fyan
Revision: 137192

upgpkg: thefuck 2.1-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-21 01:14:29 UTC (rev 137191)
+++ PKGBUILD2015-07-21 03:57:15 UTC (rev 137192)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-19 Thread Felix Yan
Date: Monday, July 20, 2015 @ 05:28:20
  Author: fyan
Revision: 137130

upgpkg: thefuck 2.0-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-20 03:28:12 UTC (rev 137129)
+++ PKGBUILD2015-07-20 03:28:20 UTC (rev 137130)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.49
+pkgver=2.0
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-15 Thread Felix Yan
Date: Wednesday, July 15, 2015 @ 10:03:49
  Author: fyan
Revision: 136947

upgpkg: thefuck 1.49-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-15 07:50:46 UTC (rev 136946)
+++ PKGBUILD2015-07-15 08:03:49 UTC (rev 136947)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.48
+pkgver=1.49
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -14,11 +14,6 @@
 source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
-prepare() {
-  # pathlib is standard library since Python 3.4
-  sed -i s|install_requires=\['pathlib',|install_requires=[| thefuck/setup.py
-}
-
 build() {
   cd thefuck
   python setup.py build
@@ -25,7 +20,7 @@
 }
 
 check() {
-  cd thefuck
+  cd thefuck/tests
   PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
 }
 


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

2015-07-08 Thread Felix Yan
Date: Thursday, July 9, 2015 @ 05:43:36
  Author: fyan
Revision: 136573

upgpkg: thefuck 1.48-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-09 02:05:21 UTC (rev 136572)
+++ PKGBUILD2015-07-09 03:43:36 UTC (rev 136573)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.47
+pkgver=1.48
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-07-07 Thread Felix Yan
Date: Tuesday, July 7, 2015 @ 13:24:05
  Author: fyan
Revision: 136514

remove post_install msg (FS#45514)

Modified:
  thefuck/trunk/PKGBUILD
Deleted:
  thefuck/trunk/thefuck.install

-+
 PKGBUILD|1 -
 thefuck.install |3 ---
 2 files changed, 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-07 10:47:09 UTC (rev 136513)
+++ PKGBUILD2015-07-07 11:24:05 UTC (rev 136514)
@@ -11,7 +11,6 @@
 depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
 makedepends=('git')
 checkdepends=('python-pytest-mock' 'python-mock')
-install=thefuck.install
 source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;
 psutil-3.patch)
 sha256sums=('SKIP'

Deleted: thefuck.install
===
--- thefuck.install 2015-07-07 10:47:09 UTC (rev 136513)
+++ thefuck.install 2015-07-07 11:24:05 UTC (rev 136514)
@@ -1,3 +0,0 @@
-post_install() {
-  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
-}


[arch-commits] Commit in thefuck/trunk (PKGBUILD psutil-3.patch)

2015-07-07 Thread Felix Yan
Date: Tuesday, July 7, 2015 @ 16:36:29
  Author: fyan
Revision: 136515

upgpkg: thefuck 1.47-1

Modified:
  thefuck/trunk/PKGBUILD
Deleted:
  thefuck/trunk/psutil-3.patch

+
 PKGBUILD   |   13 -
 psutil-3.patch |   33 -
 2 files changed, 4 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-07 11:24:05 UTC (rev 136514)
+++ PKGBUILD2015-07-07 14:36:29 UTC (rev 136515)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.46
-pkgrel=2
+pkgver=1.47
+pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
 url=https://github.com/nvbn/thefuck;
@@ -11,17 +11,12 @@
 depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
 makedepends=('git')
 checkdepends=('python-pytest-mock' 'python-mock')
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;
-psutil-3.patch)
-sha256sums=('SKIP'
-'cc6d7c5569f46171b89686d4b6dc885a20d03386681add15e40bf9f4d00c4933')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
 
 prepare() {
   # pathlib is standard library since Python 3.4
   sed -i s|install_requires=\['pathlib',|install_requires=[| thefuck/setup.py
-
-  cd thefuck
-  patch -p1 -i ../psutil-3.patch
 }
 
 build() {

Deleted: psutil-3.patch
===
--- psutil-3.patch  2015-07-07 11:24:05 UTC (rev 136514)
+++ psutil-3.patch  2015-07-07 14:36:29 UTC (rev 136515)
@@ -1,33 +0,0 @@
-From 6a88cc47b61656dc81fe527c2b9be91b125cc11e Mon Sep 17 00:00:00 2001
-From: Pablo Santiago Blum de Aguiar scorp...@gmail.com
-Date: Mon, 15 Jun 2015 09:20:07 -0300
-Subject: [PATCH] =?UTF-8?q?fix(main.wait=5Foutput):=20use=20Process?=
- =?UTF-8?q?=E2=80=99=20children()=20instead=20of=20get=5Fchildren()?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Since psutil 2.0.0 `get_children()` has become deprecated and the use of
-`children()` instead of it has been encouraged. In version 3.0.0, just
-released, `get_children()` has been dropped. Check:
-
-https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
-
-Fix #255

- thefuck/main.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/thefuck/main.py b/thefuck/main.py
-index 5772d4e..eebb668 100644
 a/thefuck/main.py
-+++ b/thefuck/main.py
-@@ -62,7 +62,7 @@ def wait_output(settings, popen):
- proc.wait(settings.wait_command)
- return True
- except TimeoutExpired:
--for child in proc.get_children(recursive=True):
-+for child in proc.children(recursive=True):
- child.kill()
- proc.kill()
- return False


[arch-commits] Commit in thefuck/trunk (PKGBUILD psutil-3.patch)

2015-07-01 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 09:14:47
  Author: fyan
Revision: 136188

upgpkg: thefuck 1.46-2

add a patch to fix https://github.com/nvbn/thefuck/issues/255

Added:
  thefuck/trunk/psutil-3.patch
Modified:
  thefuck/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 psutil-3.patch |   33 +
 2 files changed, 41 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 07:12:03 UTC (rev 136187)
+++ PKGBUILD2015-07-01 07:14:47 UTC (rev 136188)
@@ -3,7 +3,7 @@
 
 pkgname=thefuck
 pkgver=1.46
-pkgrel=1
+pkgrel=2
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
 url=https://github.com/nvbn/thefuck;
@@ -12,12 +12,17 @@
 makedepends=('git')
 checkdepends=('python-pytest-mock' 'python-mock')
 install=thefuck.install
-source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;
+psutil-3.patch)
+sha256sums=('SKIP'
+'cc6d7c5569f46171b89686d4b6dc885a20d03386681add15e40bf9f4d00c4933')
 
 prepare() {
   # pathlib is standard library since Python 3.4
   sed -i s|install_requires=\['pathlib',|install_requires=[| thefuck/setup.py
+
+  cd thefuck
+  patch -p1 -i ../psutil-3.patch
 }
 
 build() {

Added: psutil-3.patch
===
--- psutil-3.patch  (rev 0)
+++ psutil-3.patch  2015-07-01 07:14:47 UTC (rev 136188)
@@ -0,0 +1,33 @@
+From 6a88cc47b61656dc81fe527c2b9be91b125cc11e Mon Sep 17 00:00:00 2001
+From: Pablo Santiago Blum de Aguiar scorp...@gmail.com
+Date: Mon, 15 Jun 2015 09:20:07 -0300
+Subject: [PATCH] =?UTF-8?q?fix(main.wait=5Foutput):=20use=20Process?=
+ =?UTF-8?q?=E2=80=99=20children()=20instead=20of=20get=5Fchildren()?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Since psutil 2.0.0 `get_children()` has become deprecated and the use of
+`children()` instead of it has been encouraged. In version 3.0.0, just
+released, `get_children()` has been dropped. Check:
+
+https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
+
+Fix #255
+---
+ thefuck/main.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/thefuck/main.py b/thefuck/main.py
+index 5772d4e..eebb668 100644
+--- a/thefuck/main.py
 b/thefuck/main.py
+@@ -62,7 +62,7 @@ def wait_output(settings, popen):
+ proc.wait(settings.wait_command)
+ return True
+ except TimeoutExpired:
+-for child in proc.get_children(recursive=True):
++for child in proc.children(recursive=True):
+ child.kill()
+ proc.kill()
+ return False


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

2015-06-07 Thread Felix Yan
Date: Sunday, June 7, 2015 @ 16:54:30
  Author: fyan
Revision: 134951

upgpkg: thefuck 1.46-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-07 14:51:48 UTC (rev 134950)
+++ PKGBUILD2015-06-07 14:54:30 UTC (rev 134951)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.45
-pkgrel=2
+pkgver=1.46
+pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
 url=https://github.com/nvbn/thefuck;


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

2015-06-03 Thread Felix Yan
Date: Wednesday, June 3, 2015 @ 16:24:04
  Author: fyan
Revision: 134687

upgpkg: thefuck 1.45-2

remove dependency on python-pathlib (it's a standard library since python 3.4)

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-03 10:24:38 UTC (rev 134686)
+++ PKGBUILD2015-06-03 14:24:04 UTC (rev 134687)
@@ -3,12 +3,12 @@
 
 pkgname=thefuck
 pkgver=1.45
-pkgrel=1
+pkgrel=2
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
 url=https://github.com/nvbn/thefuck;
 license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil' 'python-six' 
'python-colorama')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama')
 makedepends=('git')
 checkdepends=('python-pytest-mock' 'python-mock')
 install=thefuck.install
@@ -15,6 +15,11 @@
 source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
+prepare() {
+  # pathlib is standard library since Python 3.4
+  sed -i s|install_requires=\['pathlib',|install_requires=[| thefuck/setup.py
+}
+
 build() {
   cd thefuck
   python setup.py build


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

2015-06-02 Thread Felix Yan
Date: Tuesday, June 2, 2015 @ 16:05:09
  Author: fyan
Revision: 134548

upgpkg: thefuck 1.45-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-02 13:44:29 UTC (rev 134547)
+++ PKGBUILD2015-06-02 14:05:09 UTC (rev 134548)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.44
+pkgver=1.45
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-28 Thread Felix Yan
Date: Friday, May 29, 2015 @ 05:24:04
  Author: fyan
Revision: 134302

upgpkg: thefuck 1.44-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 03:22:51 UTC (rev 134301)
+++ PKGBUILD2015-05-29 03:24:04 UTC (rev 134302)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.43
+pkgver=1.44
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-20 Thread Felix Yan
Date: Thursday, May 21, 2015 @ 04:35:11
  Author: fyan
Revision: 133899

upgpkg: thefuck 1.43-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 01:09:26 UTC (rev 133898)
+++ PKGBUILD2015-05-21 02:35:11 UTC (rev 133899)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.42
+pkgver=1.43
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-19 Thread Felix Yan
Date: Wednesday, May 20, 2015 @ 04:43:11
  Author: fyan
Revision: 133864

upgpkg: thefuck 1.42-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-20 01:49:58 UTC (rev 133863)
+++ PKGBUILD2015-05-20 02:43:11 UTC (rev 133864)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.41
+pkgver=1.42
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-19 Thread Felix Yan
Date: Tuesday, May 19, 2015 @ 16:20:05
  Author: fyan
Revision: 133833

upgpkg: thefuck 1.41-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-19 13:06:26 UTC (rev 133832)
+++ PKGBUILD2015-05-19 14:20:05 UTC (rev 133833)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.40
+pkgver=1.41
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-11 Thread Felix Yan
Date: Tuesday, May 12, 2015 @ 04:57:12
  Author: fyan
Revision: 133284

upgpkg: thefuck 1.40-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 02:56:08 UTC (rev 133283)
+++ PKGBUILD2015-05-12 02:57:12 UTC (rev 133284)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.39
+pkgver=1.40
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-10 Thread Felix Yan
Date: Sunday, May 10, 2015 @ 16:14:03
  Author: fyan
Revision: 133185

upgpkg: thefuck 1.39-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-10 13:57:56 UTC (rev 133184)
+++ PKGBUILD2015-05-10 14:14:03 UTC (rev 133185)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.38
+pkgver=1.39
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-08 Thread Felix Yan
Date: Friday, May 8, 2015 @ 08:47:42
  Author: fyan
Revision: 132940

upgpkg: thefuck 1.37-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-08 06:44:42 UTC (rev 132939)
+++ PKGBUILD2015-05-08 06:47:42 UTC (rev 132940)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.36
+pkgver=1.37
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('python-setuptools' 'python-pathlib' 'python-psutil' 'python-six' 
'python-colorama')
 makedepends=('git')
-checkdepends=('python-pytest' 'python-mock')
+checkdepends=('python-pytest-mock' 'python-mock')
 install=thefuck.install
 source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
 sha256sums=('SKIP')


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

2015-05-08 Thread Felix Yan
Date: Saturday, May 9, 2015 @ 07:37:51
  Author: fyan
Revision: 133002

upgpkg: thefuck 1.38-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 05:31:40 UTC (rev 133001)
+++ PKGBUILD2015-05-09 05:37:51 UTC (rev 133002)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.37
+pkgver=1.38
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-07 Thread Felix Yan
Date: Friday, May 8, 2015 @ 06:42:25
  Author: fyan
Revision: 132934

upgpkg: thefuck 1.36-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-08 04:16:09 UTC (rev 132933)
+++ PKGBUILD2015-05-08 04:42:25 UTC (rev 132934)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.35
+pkgver=1.36
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-04 Thread Felix Yan
Date: Monday, May 4, 2015 @ 16:20:47
  Author: fyan
Revision: 132729

upgpkg: thefuck 1.35-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-04 14:20:05 UTC (rev 132728)
+++ PKGBUILD2015-05-04 14:20:47 UTC (rev 132729)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.34
+pkgver=1.35
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-03 Thread Felix Yan
Date: Sunday, May 3, 2015 @ 18:14:26
  Author: fyan
Revision: 132654

upgpkg: thefuck 1.33-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-03 16:14:22 UTC (rev 132653)
+++ PKGBUILD2015-05-03 16:14:26 UTC (rev 132654)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.32
+pkgver=1.33
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-03 Thread Felix Yan
Date: Sunday, May 3, 2015 @ 18:17:58
  Author: fyan
Revision: 132658

upgpkg: thefuck 1.34-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-03 16:16:23 UTC (rev 132657)
+++ PKGBUILD2015-05-03 16:17:58 UTC (rev 132658)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.33
+pkgver=1.34
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-05-01 Thread Felix Yan
Date: Friday, May 1, 2015 @ 10:52:50
  Author: fyan
Revision: 132576

upgpkg: thefuck 1.32-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-30 21:04:21 UTC (rev 132575)
+++ PKGBUILD2015-05-01 08:52:50 UTC (rev 132576)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.31
+pkgver=1.32
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-29 Thread Felix Yan
Date: Wednesday, April 29, 2015 @ 10:43:14
  Author: fyan
Revision: 132497

upgpkg: thefuck 1.31-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 08:28:08 UTC (rev 132496)
+++ PKGBUILD2015-04-29 08:43:14 UTC (rev 132497)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.30
+pkgver=1.31
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-24 Thread Felix Yan
Date: Saturday, April 25, 2015 @ 05:17:18
  Author: fyan
Revision: 132220

upgpkg: thefuck 1.30-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 23:00:52 UTC (rev 132219)
+++ PKGBUILD2015-04-25 03:17:18 UTC (rev 132220)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-23 Thread Felix Yan
Date: Friday, April 24, 2015 @ 05:00:47
  Author: fyan
Revision: 132082

upgpkg: thefuck 1.29-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-24 02:45:49 UTC (rev 132081)
+++ PKGBUILD2015-04-24 03:00:47 UTC (rev 132082)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-22 Thread Felix Yan
Date: Thursday, April 23, 2015 @ 05:20:04
  Author: fyan
Revision: 132024

upgpkg: thefuck 1.27-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-23 03:19:12 UTC (rev 132023)
+++ PKGBUILD2015-04-23 03:20:04 UTC (rev 132024)
@@ -2,13 +2,13 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.26
+pkgver=1.27
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
 url=https://github.com/nvbn/thefuck;
 license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil' 'python-six' 
'python-colorama')
 makedepends=('git')
 checkdepends=('python-pytest' 'python-mock')
 install=thefuck.install


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

2015-04-22 Thread Felix Yan
Date: Thursday, April 23, 2015 @ 06:06:32
  Author: fyan
Revision: 132033

upgpkg: thefuck 1.28-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-23 03:50:26 UTC (rev 132032)
+++ PKGBUILD2015-04-23 04:06:32 UTC (rev 132033)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.27
+pkgver=1.28
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:13:13
  Author: fyan
Revision: 131780

upgpkg: thefuck 1.16-1

Added:
  thefuck/trunk/thefuck.install
Modified:
  thefuck/trunk/PKGBUILD

-+
 PKGBUILD|5 +++--
 thefuck.install |3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:04:36 UTC (rev 131779)
+++ PKGBUILD2015-04-21 06:13:13 UTC (rev 131780)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.15
+pkgver=1.16
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -10,8 +10,9 @@
 license=('MIT')
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
+install=thefuck.install
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
+sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver

Added: thefuck.install
===
--- thefuck.install (rev 0)
+++ thefuck.install 2015-04-21 06:13:13 UTC (rev 131780)
@@ -0,0 +1,3 @@
+post_install() {
+  printf '%s\n' '= Add: alias fuck=''$(thefuck $(fc -ln -1))'' to your 
.bashrc or .zshrc.'
+}


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:39:26
  Author: fyan
Revision: 131785

upgpkg: thefuck 1.18-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:18:01 UTC (rev 131784)
+++ PKGBUILD2015-04-21 06:39:26 UTC (rev 131785)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -9,24 +9,24 @@
 url=https://github.com/nvbn/thefuck;
 license=('MIT')
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
+makedepends=('git')
 checkdepends=('python-pytest' 'python-mock')
 install=thefuck.install
-source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
+source=(git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
 
 build() {
-  cd ${srcdir}/thefuck-$pkgver
+  cd thefuck
   python setup.py build
 }
 
 check() {
-  # Tests not included in released tarball
-  cd ${srcdir}/thefuck-$pkgver
-  # py.test
+  cd thefuck
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
 }
 
 package() {
-  cd thefuck-$pkgver
+  cd thefuck
   python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
 
   install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:04:20
  Author: fyan
Revision: 131778

upgpkg: thefuck 1.15-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 05:56:31 UTC (rev 131777)
+++ PKGBUILD2015-04-21 06:04:20 UTC (rev 131778)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.14
+pkgver=1.15
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('1fce823630fc30ce9dbc3f9c31b406b39dcb6246f29bbfd95ca4f13dcef130fb')
+sha256sums=('4d54939f1ea3ea7043bf2bc646014a55196d5c5985f3fe97baa4e4baaec74744')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:20:26
  Author: fyan
Revision: 131795

upgpkg: thefuck 1.20-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:08:50 UTC (rev 131794)
+++ PKGBUILD2015-04-21 07:20:26 UTC (rev 131795)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.19
+pkgver=1.20
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 08:15:25
  Author: fyan
Revision: 131782

upgpkg: thefuck 1.17-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 06:13:26 UTC (rev 131781)
+++ PKGBUILD2015-04-21 06:15:25 UTC (rev 131782)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest' 'python-mock')
 install=thefuck.install
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
+sha256sums=('5964e461756991d0b2f3568a4264b819dff30f2070ec9f5969926863617f2140')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:08:35
  Author: fyan
Revision: 131793

upgpkg: thefuck 1.19-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:05:55 UTC (rev 131792)
+++ PKGBUILD2015-04-21 07:08:35 UTC (rev 131793)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.18
+pkgver=1.19
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 20:18:48
  Author: fyan
Revision: 131855

upgpkg: thefuck 1.23-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 17:59:45 UTC (rev 131854)
+++ PKGBUILD2015-04-21 18:18:48 UTC (rev 131855)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.22
+pkgver=1.23
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:37:52
  Author: fyan
Revision: 131803

upgpkg: thefuck 1.21-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:37:28 UTC (rev 131802)
+++ PKGBUILD2015-04-21 07:37:52 UTC (rev 131803)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.20
+pkgver=1.21
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 09:45:40
  Author: fyan
Revision: 131808

upgpkg: thefuck 1.22-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 07:43:46 UTC (rev 131807)
+++ PKGBUILD2015-04-21 07:45:40 UTC (rev 131808)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.21
+pkgver=1.22
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Wednesday, April 22, 2015 @ 06:23:47
  Author: fyan
Revision: 131865

upgpkg: thefuck 1.24-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 04:13:00 UTC (rev 131864)
+++ PKGBUILD2015-04-22 04:23:47 UTC (rev 131865)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.23
+pkgver=1.24
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-21 Thread Felix Yan
Date: Wednesday, April 22, 2015 @ 07:23:55
  Author: fyan
Revision: 131869

upgpkg: thefuck 1.26-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 05:23:03 UTC (rev 131868)
+++ PKGBUILD2015-04-22 05:23:55 UTC (rev 131869)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.24
+pkgver=1.26
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 07:54:49
  Author: fyan
Revision: 131776

upgpkg: thefuck 1.14-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 03:58:06 UTC (rev 131775)
+++ PKGBUILD2015-04-21 05:54:49 UTC (rev 131776)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('3d00222a2ee5eede2fafe69f16ac697fab6c29dcf0d83c3efbcc7bcb6dff145b')
+sha256sums=('1fce823630fc30ce9dbc3f9c31b406b39dcb6246f29bbfd95ca4f13dcef130fb')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver


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

2015-04-20 Thread Felix Yan
Date: Monday, April 20, 2015 @ 17:08:37
  Author: fyan
Revision: 131749

upgpkg: thefuck 1.13-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 14:08:37 UTC (rev 131748)
+++ PKGBUILD2015-04-20 15:08:37 UTC (rev 131749)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.12
-pkgrel=2
+pkgver=1.13
+pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
 url=https://github.com/nvbn/thefuck;
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('e960ccb4181be01668815580d69e3eb42380a8b9989ba408ad31aa0f5bfe5c15')
+sha256sums=('3d00222a2ee5eede2fafe69f16ac697fab6c29dcf0d83c3efbcc7bcb6dff145b')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver
@@ -27,7 +27,8 @@
 package() {
   cd thefuck-$pkgver
   python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
-  # install LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
+
+  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-04-18 Thread Felix Yan
Date: Sunday, April 19, 2015 @ 06:02:59
  Author: fyan
Revision: 131656

upgpkg: thefuck 1.9-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-18 23:01:35 UTC (rev 131655)
+++ PKGBUILD2015-04-19 04:02:59 UTC (rev 131656)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.7
+pkgver=1.9
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pathlib')
 checkdepends=('python-pytest' 'python-mock')
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('aa2b4547479b1cd61f21e9fd42e37b37f67c64fa34e9e6119d5f64d976498b40')
+sha256sums=('e94a2d63b7844944f0c5e98ebb15316058bb50693308ed6d18b83c3e95c234d4')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver


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

2015-04-18 Thread Felix Yan
Date: Sunday, April 19, 2015 @ 06:15:15
  Author: fyan
Revision: 131664

upgpkg: thefuck 1.12-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-19 04:14:04 UTC (rev 131663)
+++ PKGBUILD2015-04-19 04:15:15 UTC (rev 131664)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=thefuck
-pkgver=1.9
+pkgver=1.12
 pkgrel=1
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-setuptools' 'python-pathlib')
 checkdepends=('python-pytest' 'python-mock')
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
-sha256sums=('e94a2d63b7844944f0c5e98ebb15316058bb50693308ed6d18b83c3e95c234d4')
+sha256sums=('e960ccb4181be01668815580d69e3eb42380a8b9989ba408ad31aa0f5bfe5c15')
 
 build() {
   cd ${srcdir}/thefuck-$pkgver


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

2015-04-18 Thread Felix Yan
Date: Sunday, April 19, 2015 @ 06:50:02
  Author: fyan
Revision: 131668

upgpkg: thefuck 1.12-2

fix dependency on psutil

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-19 04:27:25 UTC (rev 131667)
+++ PKGBUILD2015-04-19 04:50:02 UTC (rev 131668)
@@ -3,12 +3,12 @@
 
 pkgname=thefuck
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Magnificent app which corrects your previous console command
 arch=('any')
 url=https://github.com/nvbn/thefuck;
 license=('MIT')
-depends=('python-setuptools' 'python-pathlib')
+depends=('python-setuptools' 'python-pathlib' 'python-psutil')
 checkdepends=('python-pytest' 'python-mock')
 
source=(https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz;)
 sha256sums=('e960ccb4181be01668815580d69e3eb42380a8b9989ba408ad31aa0f5bfe5c15')
@@ -27,6 +27,7 @@
 package() {
   cd thefuck-$pkgver
   python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
+  # install LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
 }
 
 # vim:set ts=2 sw=2 et: