summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2019-07-12 13:15:38 +0300
committerChristoph Fink2019-07-12 13:15:38 +0300
commit54b1b2b4ce50f29b1e8765c85c284d30992e9317 (patch)
tree8f2ea697873ba84267ac5a0d3a6967b3b32d0a56
parent508beffb75a8c8cf31e19199cd8f075f5e47048b (diff)
downloadaur-54b1b2b4ce50f29b1e8765c85c284d30992e9317.tar.gz
v0.9.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6f68a6c0856..d3ae49142640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,10 @@
pkgbase = fasttext
pkgdesc = Library for fast text representation and classification
pkgver = 0.9.1
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/facebookresearch/fastText
arch = any
license = BSD
- makedepends = python-setuptools
- makedepends = python2-setuptools
- depends = python-numpy
- depends = python-scipy
source = https://github.com/facebookresearch/fastText/archive/v0.9.1.tar.gz
sha256sums = 254ace2fc8dc3bea0fc6ad4897a221eb85c1e9adfa61d130b43398193ca1f061
diff --git a/PKGBUILD b/PKGBUILD
index 01d864954d89..7b334038b0e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,11 @@ pkgdesc="Library for fast text representation and classification"
url="https://github.com/facebookresearch/fastText"
pkgver=0.9.1
-pkgrel=0
+pkgrel=1
arch=('any')
license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-depends=('python-numpy' 'python-scipy')
-
source=("https://github.com/facebookresearch/fastText/archive/v${pkgver}.tar.gz")
sha256sums=("254ace2fc8dc3bea0fc6ad4897a221eb85c1e9adfa61d130b43398193ca1f061")