Skip to content

Commit

Permalink
zsh: Update to 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Sep 11, 2018
1 parent dad6c1c commit 0fa6f2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions zsh/Makefile.in.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- Doc/Makefile.in.orig 2014-08-01 16:50:26.000000000 +0900
+++ Doc/Makefile.in 2014-08-01 16:51:22.000000000 +0900
@@ -319,7 +319,7 @@
$(INSTALL_DATA) $(sdir)/help/* $(DESTDIR)$(runhelpdir); \
$(INSTALL_DATA) help/* $(DESTDIR)$(runhelpdir); \
while read from to; do \
rm -f $(DESTDIR)$(runhelpdir)/$$to || : ; \
- $(LN_S) $$from $(DESTDIR)$(runhelpdir)/$$to; \
+ $(LN_S) $(sdir)/help/$$from $(DESTDIR)$(runhelpdir)/$$to; \
done < $(sdir)/help.txt; \
done < help.txt; \
fi
.PHONY: install.runhelp
10 changes: 5 additions & 5 deletions zsh/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgbase=zsh
pkgname=('zsh' 'zsh-doc')
pkgver=5.5.1
pkgver=5.6.1
pkgrel=1
arch=('i686' 'x86_64')
url='https://www.zsh.org/'
Expand All @@ -18,16 +18,16 @@ source=("https://downloads.sourceforge.net/project/zsh/zsh/${pkgver}/zsh-${pkgve
msysize.patch
zsh-5.0.6-1.patch
msys-symlink-hack.patch)
sha256sums=('e1c38808fcbe0cc1344d55c9a758349f7ba1e317325b154621ac37eddac4aa80'
sha256sums=('9566753f317d31b808b6b63a5622c71f25d473a6b5fea5c35ab1c7ed96fbb3e8'
'SKIP'
'41ce13a89a6bc7e709b6f110e54288d59f02ba2becd2646895d28188d4dd6283'
'b64a290c0176d8844d0bd7349b59078536f798cfc7f4eab175595dd75ae04896'
'SKIP'
'794439fde1d86ebc688f622d7aac3b46497831de5c5e4c4ed43a604e5d6ead56'
'72e02ea93447038f8ced24f296b31e0f397bbcc6b32abdcf9b38c80f153433fd'
'230832038c3b8f67fdb1b284ac5f68d709cdb7f1bc752b0e60657b9b9d091045'
'95fbe7af62b22143911bbe691a79381bf00a35c7818a5418f6ee9eade1e4a690'
'971e48433ec40e0c2fb64584b5555367b4f997156aa9acbd06c67d7bdacd6c59'
'b3f74a10a27eff498124adc96bc8c5cced7bb15e18c2603d7c3490a81e3c2e48'
'4c13a4b3685b04747c48e2d3c983ec1bf01094967e39c9cabef8c9029da6e6bf'
'38ac3053f250d02aa1158944b32af3d9cfbeb99de7b57fc37c931d04dcc525b0'
'336a8e6e93b778e7aec27348619b7200e0a75e5cf14dce720afd9dd6f836ea2c'
'de515b0d86c13c29a663b4ba0fdb338dea83f82f145cf8c4da78d30369f963e4')
validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
Expand Down
4 changes: 2 additions & 2 deletions zsh/msysize.patch
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ diff -Naur zsh-5.0.7-orig/config.guess zsh-5.0.7/config.guess
+ amd64:MSYS*:*:* | x86_64:MSYS*:*:*)
+ echo x86_64-unknown-msys
+ exit ;;
p*:CYGWIN*:*)
echo powerpcle-unknown-cygwin
prep*:SunOS:5.*:*)
echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
exit ;;
diff -Naur zsh-5.0.7-orig/configure.ac zsh-5.0.7/configure.ac
--- zsh-5.0.7-orig/configure.ac 2014-09-23 21:55:05.000000000 +0300
Expand Down

0 comments on commit 0fa6f2d

Please sign in to comment.