summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-07-27 04:35:34 +0200
committerStefan Husmann2016-07-27 04:35:34 +0200
commitd87588cbca75911c93c32e602403e6c91c480226 (patch)
treeb0a4fcf5e168149b047172e429c3147168a4a1e9
parente7347b85707929717770d2cf6bb09346f572c9c6 (diff)
downloadaur-d87588cbca75911c93c32e602403e6c91c480226.tar.gz
Updated version (r236.3efee2a -> r247.62415d3).
Changelog ========= Version 0.6 (62415d3) Mention bonus lookup table in CHANGELOG (be93088) Add a few missing static declarations (239c83d) Fix segfault when autocompleting on no matches (da86472) Use macros to help with bonus tables (cf9bba8) Use standards-compliant lookup table (9d16ab4) Use a lookup table for precompute_bonuses (e6cb871) Add make veryclean (c7ba610) Use score_t instead of double (7d3b5c1) Don't consider numbers word separators (5c2d67c) Split bonus computation into own method (95eb1c0)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33ff309b94ba..80e77709ea10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 10 22:04:24 UTC 2016
+# Wed Jul 27 02:35:34 UTC 2016
pkgbase = fzy-git
pkgdesc = A fuzzy text selector menu for the terminal
- pkgver = r236.3efee2a
+ pkgver = r247.62415d3
pkgrel = 1
url = https://github.com/jhawthorn/fzy
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index fee499b6e308..7f9d8657f5b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=fzy-git
-pkgver=r236.3efee2a
+pkgver=r247.62415d3
pkgrel=1
pkgdesc="A fuzzy text selector menu for the terminal"
arch=('i686' 'x86_64')