fzy: update to 0.6.
This commit is contained in:
parent
ba9d030b61
commit
7fc795d79a
|
@ -0,0 +1,18 @@
|
|||
commit 219d94ddc4dc9ed7e6d0650c4807e85442fffea1
|
||||
Author: Duncaen <mail@duncano.de>
|
||||
Date: Sat Jul 30 23:11:13 2016 +0200
|
||||
|
||||
Add sys/select.h to fix building with musl libc
|
||||
|
||||
diff --git src/tty.c src/tty.c
|
||||
index 97ac2ab..ed951b3 100644
|
||||
--- src/tty.c
|
||||
+++ src/tty.c
|
||||
@@ -5,6 +5,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
+#include <sys/select.h>
|
||||
|
||||
#include "tty.h"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fzy'
|
||||
pkgname=fzy
|
||||
version=0.5
|
||||
version=0.6
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="A fuzzy text selector menu for the terminal"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/jhawthorn/fzy"
|
||||
distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz"
|
||||
checksum=15923ccb92b68798343c88f1aa86dfe01c2c33b6425b759984de8db33fef4c2e
|
||||
checksum=463d04adaccef51aac53d830847ffe8b8b82e22bd6cd86c6448f9cba2142694f
|
||||
CFLAGS="-std=c99"
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue