summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb224b4c8dec..2e6af81a2810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fasttext
pkgdesc = Library for fast text representation and classification – Python bindings
- pkgver = 0.2.0
- pkgrel = 1
+ pkgver = 0.9.1
+ pkgrel = 0
url = https://github.com/facebookresearch/fastText
arch = any
license = BSD
@@ -14,8 +14,8 @@ pkgbase = python-fasttext
depends = python-pytorch
provides = python-fasttext
conflicts = python-fasttext
- source = https://github.com/facebookresearch/fastText/archive/v0.2.0.tar.gz
- sha256sums = 71d24ffec9fcc4364554ecac2b3308d834178c903d16d090aa6be9ea6b8e480c
+ source = https://github.com/facebookresearch/fastText/archive/v0.9.1.tar.gz
+ sha256sums = 254ace2fc8dc3bea0fc6ad4897a221eb85c1e9adfa61d130b43398193ca1f061
pkgname = python-fasttext
diff --git a/PKGBUILD b/PKGBUILD
index 42dc44f54a38..89f6d0e5b79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ url="https://github.com/facebookresearch/fastText"
provides=('python-fasttext')
conflicts=('python-fasttext')
-pkgver=0.2.0
-pkgrel=1
+pkgver=0.9.1
+pkgrel=0
arch=('any')
license=('BSD')
@@ -17,7 +17,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
depends=('pybind11' 'python-future' 'python-numpy' 'python-scipy' 'python-pytorch')
source=("https://github.com/facebookresearch/fastText/archive/v${pkgver}.tar.gz")
-sha256sums=('71d24ffec9fcc4364554ecac2b3308d834178c903d16d090aa6be9ea6b8e480c')
+sha256sums=("254ace2fc8dc3bea0fc6ad4897a221eb85c1e9adfa61d130b43398193ca1f061")
build() {
cd "${srcdir}/fastText-${pkgver}"