summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2019-07-12 13:11:50 +0300
committerChristoph Fink2019-07-12 13:11:50 +0300
commit508beffb75a8c8cf31e19199cd8f075f5e47048b (patch)
tree89011d4773c3d24b3a92642ad3f891c9b9ec475a
parentd9036afd6ca4c4f74fa84d427902432d0e6f9810 (diff)
downloadaur-508beffb75a8c8cf31e19199cd8f075f5e47048b.tar.gz
v0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d77efb7bec6..e6f68a6c0856 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fasttext
pkgdesc = Library for fast text representation and classification
- pkgver = 0.2.0
+ pkgver = 0.9.1
pkgrel = 0
url = https://github.com/facebookresearch/fastText
arch = any
@@ -9,8 +9,8 @@ pkgbase = fasttext
makedepends = python2-setuptools
depends = python-numpy
depends = python-scipy
- 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 = fasttext
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}"