summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Beringer2018-01-28 20:40:59 +0100
committerIan Beringer2018-01-28 20:40:59 +0100
commit55d0890a12c79991fc4e7da9dc154bee5fb22312 (patch)
tree23b7487c532a0646423cf6c7395283bddafcacf1 /PKGBUILD
parentf13f43ba561e83d1c5500921d4c28e35a78907d3 (diff)
downloadaur-python-fuzzyfinder.tar.gz
Update to 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9da1110747f0..d31fec87b085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fuzzyfinder
_name=fuzzyfinder
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
license=('BSD')
pkgdesc='Fuzzy Finder implemented in Python. Matches partial string entries from a list of strings.'
@@ -11,7 +11,7 @@ depends=('python')
arch=('any')
url='https://github.com/amjith/fuzzyfinder'
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('ca7d092096846fe1b4feb5ef1efc2011e87d07e8af1d948f529fa703c68016d5')
+sha256sums=('c56d86f110866becad6690c7518f7036c20831c0f82fc87eba8fdb943132f04b')
package() {
cd "$srcdir/$_name-$pkgver"