summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2023-03-26 23:25:55 +0300
committerChristoph Fink2023-03-26 23:25:55 +0300
commit388eabcf16ddd5b4b2ac354c694df81fbf0f85ff (patch)
tree33141ef3b9cc94f3c88ad2345d523ba6d0575fc7 /PKGBUILD
parentd351d515ad1d679b4e23cc0aa218afbf1eac0cdb (diff)
downloadaur-388eabcf16ddd5b4b2ac354c694df81fbf0f85ff.tar.gz
upgpkg: python-fasttext-git v0.9.2.r8.g3697152-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 791543cf7d79..2a345f85b8e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ provides=("python-fasttext")
conflicts=("python-fasttext")
pkgver=v0.9.2.r8.g3697152
-pkgrel=1
+pkgrel=2
arch=("any")
license=("BSD")
-makedepends=("python-setuptools")
+makedepends=("python-setuptools" "git")
depends=("pybind11" "python-future" "python-numpy" "python-scipy" "python-pytorch")
source=("${pkgname}::git+https://github.com/facebookresearch/fastText.git")