nnn: update to 1.6.

Closes: #10199 [via git-merge-pr]
This commit is contained in:
maxice8 2017-12-25 09:53:52 -02:00 committed by Jürgen Buchmüller
parent 055d6f70f8
commit 73d7a6f321
2 changed files with 2 additions and 20 deletions

View file

@ -1,18 +0,0 @@
--- nnn.c
+++ nnn.c
@@ -28,7 +28,6 @@
#include <sys/stat.h>
#include <sys/statvfs.h>
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__)
-# include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
#define BSD_KQUEUE
@@ -69,6 +68,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <sys/types.h>
#include <unistd.h>
#include <readline/history.h>
#include <readline/readline.h>

View file

@ -1,6 +1,6 @@
# Template file for 'nnn'
pkgname=nnn
version=1.5
version=1.6
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
@ -10,7 +10,7 @@ maintainer="Dennis Kraus <kraus@posteo.de>"
license="BSD"
homepage="https://github.com/jarun/nnn"
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
checksum=f50f59953c29408963bbb961891155bd0a1fe2072d4441cc0ff927b128725c7f
checksum=964bcea05613f18882164d11d88f3776b08b67e685ba5174ca78f93c1396ff78
post_install() {
vlicense LICENSE