summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2019-03-12 12:03:15 +0200
committerChristoph Fink2019-03-12 12:03:15 +0200
commitd9036afd6ca4c4f74fa84d427902432d0e6f9810 (patch)
tree4adbbe9c04f9913725f5731e93adc6d551bba8a3
parente8888978222401309f50e55c27be8b36820dc1b2 (diff)
downloadaur-d9036afd6ca4c4f74fa84d427902432d0e6f9810.tar.gz
v0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fd6e6e151b8..2d77efb7bec6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fasttext
pkgdesc = Library for fast text representation and classification
- pkgver = 0.1.0
+ pkgver = 0.2.0
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.1.0.tar.gz
- sha256sums = d6b4932b18d2c8b3d50905028671aadcd212b7aa31cbc6dd6cac66db2eff1397
+ source = https://github.com/facebookresearch/fastText/archive/v0.2.0.tar.gz
+ sha256sums = 71d24ffec9fcc4364554ecac2b3308d834178c903d16d090aa6be9ea6b8e480c
pkgname = fasttext
diff --git a/PKGBUILD b/PKGBUILD
index fec543c07f7f..991befa7677e 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.1.0
+pkgver=0.2.0
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=('d6b4932b18d2c8b3d50905028671aadcd212b7aa31cbc6dd6cac66db2eff1397')
+sha256sums=('71d24ffec9fcc4364554ecac2b3308d834178c903d16d090aa6be9ea6b8e480c')
build() {
cd "${srcdir}/fastText-${pkgver}"