Date: Tuesday, February 16, 2016 @ 13:23:44
  Author: fyan
Revision: 161828

upgpkg: diff-so-fancy 0.4.0-1

Modified:
  diff-so-fancy/trunk/PKGBUILD
  diff-so-fancy/trunk/diff-so-fancy.install
  diff-so-fancy/trunk/system-diff_highlight.patch

-----------------------------+
 PKGBUILD                    |    8 ++++----
 diff-so-fancy.install       |    8 +-------
 system-diff_highlight.patch |    8 ++++----
 3 files changed, 9 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-02-16 12:21:56 UTC (rev 161827)
+++ PKGBUILD    2016-02-16 12:23:44 UTC (rev 161828)
@@ -3,11 +3,11 @@
 # Contributor: icasdri <icasdri at gmail dot com>
 
 pkgname=diff-so-fancy
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="Good-looking diffs with diff-highlight and more"
 arch=('any')
-url="https://github.com/stevemao/diff-so-fancy";
+url="https://github.com/so-fancy/diff-so-fancy";
 license=('MIT')
 install="${pkgname}.install"
 depends=('git')
@@ -19,7 +19,7 @@
 sha384sums=('SKIP'
             'SKIP'
             'SKIP'
-            
'586f722ae89c9d0d2ab1ce987052c7c0f4929efaad13c1c395cc15a72a47efe4214a958fdb973a17a6c761d9f7662d01')
+            
'9ec860b54a91f4852d9426e7e471de918132c29e846772cc3d65b33ff5be78b95875ba994f96882e0ce9f5c6dccac998')
 
 prepare() {
   cd "${srcdir}/${pkgname}"

Modified: diff-so-fancy.install
===================================================================
--- diff-so-fancy.install       2016-02-16 12:21:56 UTC (rev 161827)
+++ diff-so-fancy.install       2016-02-16 12:23:44 UTC (rev 161828)
@@ -1,9 +1,3 @@
 post_install() {
-    echo
-    echo "==> If you desire git-diff to use diff-so-fancy by default,"
-    echo "==> set diff-so-fancy as your global pager with the following:"
-    echo "==>     git config --global core.pager 'diff-so-fancy | less 
--tabs=1,5 -R'"
-    echo "==> Or for one-off usage, use:"
-    echo "==>     git diff --color | diff-so-fancy"
-    echo
+    echo "Refer to https://github.com/so-fancy/diff-so-fancy#usage for usage"
 }

Modified: system-diff_highlight.patch
===================================================================
--- system-diff_highlight.patch 2016-02-16 12:21:56 UTC (rev 161827)
+++ system-diff_highlight.patch 2016-02-16 12:23:44 UTC (rev 161828)
@@ -13,10 +13,10 @@
 +++ b/diff-so-fancy
 @@ -19,7 +19,7 @@ hash gsed 2> /dev/null && SED=gsed || SED=sed
  if hash diff-highlight 2> /dev/null; then
-       diff_highlight=diff-highlight
+   diff_highlight=diff-highlight
  else
--      
diff_highlight="$(get_script_dir)/third_party/diff-highlight/diff-highlight"
-+      diff_highlight="/usr/share/git/diff-highlight/diff-highlight"
+-  diff_highlight="$(get_script_dir)/third_party/diff-highlight/diff-highlight"
++  diff_highlight="/usr/share/git/diff-highlight/diff-highlight"
  fi
  
- color_code_regex="(\x1B\[([0-9]{1,3}(;[0-9]{1,3}){0,3})[m|K])?"
+ CSI=$'\x1b\['

Reply via email to