summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2016-05-17 22:35:52 +0200
committerStefan Husmann2016-05-17 22:35:52 +0200
commitb178fc720ee53d42dab67c69047028cf307806aa (patch)
tree1fed32721f311a98f2f781136d815c817b993e25 /PKGBUILD
parent1f00e5f8bf65cda87bf11dfda440c78129d2dbdb (diff)
downloadaur-b178fc720ee53d42dab67c69047028cf307806aa.tar.gz
Updated version (r183.dba5471 -> r197.73db8f8).
Changelog ========= Group together num_lines logic (73db8f8) Check errors when opening tty (abe4d5c) Document -q/--query in man page (0bdcf35) Update changelog (a52e777) Add -q/--query for specifying initial query (6081e91) Rename initial_query to filter (bf80ddb) Use make check instead of make test on CI (26838bc) Use '\0' instead of 0 when we mean a char. (fa85f4d) Ensure last line is cleared on exit. (60e3b91) fixup! Rename choices_free to choices_destroy (a7eacad) Make run returns on success, then exit from main (be5dc79) Destroy choices on exit (447c422) Rename choices_free to choices_destroy (aed59e6) Store read buffer on choices structure (c5ab368)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b24410302f5..e90e91c68180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=fzy-git
-pkgver=r183.dba5471
+pkgver=r197.73db8f8
pkgrel=1
pkgdesc="A fuzzy text selector menu for the terminal"
arch=('i686' 'x86_64')