nnn: update to 1.2
This commit is contained in:
parent
a5d7f75a30
commit
f337d037fe
|
@ -1,14 +0,0 @@
|
|||
--- nnn.c.orig 2017-05-11 20:36:57.000000000 +0000
|
||||
+++ nnn.c 2017-05-14 18:17:10.801284862 +0000
|
||||
@@ -6,11 +6,7 @@
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include <ctype.h>
|
||||
-#ifdef __linux__
|
||||
-#include <ncursesw/curses.h>
|
||||
-#else
|
||||
#include <curses.h>
|
||||
-#endif
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nnn'
|
||||
pkgname=nnn
|
||||
version=1.1
|
||||
version=1.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="ncurses-devel readline-devel"
|
||||
|
@ -9,7 +9,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=15ce2a205147b8dd9da5de1ffa6e4b273ac8385959740786f7342057d0209cc3
|
||||
checksum=d8b1f04ef99324a16504d14999833fe97da7840e058e37538fb350cd39e38022
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue