summarylogtreecommitdiffstats
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
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)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96c7f51143ab..b274f47ce562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 3 22:22:46 UTC 2016
+# Tue May 17 20:35:52 UTC 2016
pkgbase = fzy-git
pkgdesc = A fuzzy text selector menu for the terminal
- pkgver = r183.dba5471
+ pkgver = r197.73db8f8
pkgrel = 1
url = https://github.com/jhawthorn/fzy
arch = i686
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')