summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"