summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 991befa7677e..01d864954d89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='fasttext'
pkgdesc="Library for fast text representation and classification"
url="https://github.com/facebookresearch/fastText"
-pkgver=0.2.0
+pkgver=0.9.1
pkgrel=0
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
depends=('python-numpy' 'python-scipy')
source=("https://github.com/facebookresearch/fastText/archive/v${pkgver}.tar.gz")
-sha256sums=('71d24ffec9fcc4364554ecac2b3308d834178c903d16d090aa6be9ea6b8e480c')
+sha256sums=("254ace2fc8dc3bea0fc6ad4897a221eb85c1e9adfa61d130b43398193ca1f061")
build() {
cd "${srcdir}/fastText-${pkgver}"