summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2019-03-12 12:12:34 +0200
committerChristoph Fink2019-03-12 12:12:34 +0200
commite9d3fb995052634088db23782774f7410d46ce37 (patch)
tree7391fba40786912cb96266f6d82827556ef7a9f1
parent456661a236183a21366410d49fc72c4e6d24f89c (diff)
downloadaur-e9d3fb995052634088db23782774f7410d46ce37.tar.gz
v0.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1101c72a14c3..fb224b4c8dec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = python-fasttext-git
+pkgbase = python-fasttext
pkgdesc = Library for fast text representation and classification – Python bindings
pkgver = 0.2.0
pkgrel = 1
@@ -17,5 +17,5 @@ pkgbase = python-fasttext-git
source = https://github.com/facebookresearch/fastText/archive/v0.2.0.tar.gz
sha256sums = 71d24ffec9fcc4364554ecac2b3308d834178c903d16d090aa6be9ea6b8e480c
-pkgname = python-fasttext-git
+pkgname = python-fasttext
diff --git a/PKGBUILD b/PKGBUILD
index 35daaa7ef0c6..42dc44f54a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: peippo <christoph.fink@gmail.com>
-pkgname='python-fasttext-git'
+pkgname='python-fasttext'
pkgdesc="Library for fast text representation and classification – Python bindings"
url="https://github.com/facebookresearch/fastText"