summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2019-07-12 13:10:15 +0300
committerChristoph Fink2019-07-12 13:10:15 +0300
commitbe93218d805f016194354a857a8a3b6521e914df (patch)
tree8b5999757be34bf53e9f8a6cd32faeae11d2315c /PKGBUILD
parente9d3fb995052634088db23782774f7410d46ce37 (diff)
downloadaur-be93218d805f016194354a857a8a3b6521e914df.tar.gz
v0.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"