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

Felix Yan fyan at archlinux.org
Tue Apr 21 06:13:13 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-04-21 06:04:36 UTC (rev 131779)
+++ PKGBUILD	2015-04-21 06:13:13 UTC (rev 131780)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at 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.'
+}



More information about the arch-commits mailing list