summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-06-09 06:20:22 +0200
committerStefan Husmann2016-06-09 06:20:22 +0200
commitd75198e9ae08ac87215a6d59a9630a02eb8c1c18 (patch)
treec9eb3d906d4f11b2b10e5b41ad46f12bf13094d0
parentd871b276fdc2fa396b8b154c533d8668642ff6e8 (diff)
downloadaur-d75198e9ae08ac87215a6d59a9630a02eb8c1c18.tar.gz
Updated version (r206.e176ba9 -> r210.734a374).
Changelog ========= Remove calculate_score (same as match_positions) (734a374) Move equality detection within calculate_score (33d04f1) Skip sorting on empty search string (e6f8353) Make sorting stable (3b23f57)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 070b2b0a14b7..5ee299e573bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 2 19:37:21 UTC 2016
+# Thu Jun 9 04:20:22 UTC 2016
pkgbase = fzy-git
pkgdesc = A fuzzy text selector menu for the terminal
- pkgver = r206.e176ba9
+ pkgver = r210.734a374
pkgrel = 1
url = https://github.com/jhawthorn/fzy
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d5de0be38f49..8bf0e4472d0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=fzy-git
-pkgver=r206.e176ba9
+pkgver=r210.734a374
pkgrel=1
pkgdesc="A fuzzy text selector menu for the terminal"
arch=('i686' 'x86_64')