zsh: update to 5.1.
This commit is contained in:
parent
7beb64f0b3
commit
42f334f2dc
|
@ -1,20 +0,0 @@
|
|||
Make this build by adding <sys/xattr.h> before <sys/capability.h>.
|
||||
|
||||
--- Src/Modules/attr.c.orig 2014-01-06 12:26:00.886670913 +0100
|
||||
+++ Src/Modules/attr.c 2014-01-06 12:26:10.597587472 +0100
|
||||
@@ -27,12 +27,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
-#include "attr.mdh"
|
||||
-#include "attr.pro"
|
||||
-
|
||||
#include <sys/types.h>
|
||||
#include <sys/xattr.h>
|
||||
|
||||
+#include "attr.mdh"
|
||||
+#include "attr.pro"
|
||||
+
|
||||
static ssize_t
|
||||
xgetxattr(const char *path, const char *name, void *value, size_t size, int symlink)
|
||||
{
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zsh'
|
||||
pkgname=zsh
|
||||
version=5.0.8
|
||||
revision=2
|
||||
version=5.1
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -23,8 +23,8 @@ short_desc="The Z SHell"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.zsh.org"
|
||||
license="zsh"
|
||||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
||||
checksum=8079cf08cb8beff22f84b56bd72bb6e6962ff4718d816f3d83a633b4c9e17d23
|
||||
distfiles="http://www.zsh.org/pub/zsh-$version.tar.xz"
|
||||
checksum=c3a654fa0ef26cb1a3228c9257101870e72899fde1cd815388b1b2cbbdfa59b4
|
||||
|
||||
pre_configure() {
|
||||
# Set correct keymap path
|
||||
|
|
Loading…
Reference in New Issue