summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Beringer2018-01-25 22:03:42 +0100
committerIan Beringer2018-01-25 22:03:42 +0100
commitf13f43ba561e83d1c5500921d4c28e35a78907d3 (patch)
tree5789a867296f458c3b44a01e5e81bab06373e768
parent7a17dd4dfe195b616f7ea37c247d39ada1ffd5b7 (diff)
downloadaur-f13f43ba561e83d1c5500921d4c28e35a78907d3.tar.gz
Update to 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a32b64fe2c41..d44c1a60033f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-fuzzyfinder
pkgdesc = Fuzzy Finder implemented in Python. Matches partial string entries from a list of strings.
- pkgver = 1.0.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/amjith/fuzzyfinder
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/f/fuzzyfinder/fuzzyfinder-1.0.0.tar.gz
- sha256sums = 691e48e2f8911f366a1de4eddcff34a212081bcc55999d89f2332941149c8087
+ source = https://files.pythonhosted.org/packages/source/f/fuzzyfinder/fuzzyfinder-2.0.0.tar.gz
+ sha256sums = ca7d092096846fe1b4feb5ef1efc2011e87d07e8af1d948f529fa703c68016d5
pkgname = python-fuzzyfinder
diff --git a/PKGBUILD b/PKGBUILD
index 92bf4b028107..9da1110747f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-fuzzyfinder
_name=fuzzyfinder
-pkgver=1.0.0
+pkgver=2.0.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=('691e48e2f8911f366a1de4eddcff34a212081bcc55999d89f2332941149c8087')
+sha256sums=('ca7d092096846fe1b4feb5ef1efc2011e87d07e8af1d948f529fa703c68016d5')
package() {
cd "$srcdir/$_name-$pkgver"