summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2021-12-13 12:18:00 +0200
committerChristoph Fink2021-12-13 12:18:00 +0200
commitdbcf40e3347e75129cc64cdb64367b1205c6ed10 (patch)
tree257229876c65365fc8e51db5c32285fc8544639a
parent2c63f6440e5b483c698169cc8fe630c7435a4900 (diff)
downloadaur-dbcf40e3347e75129cc64cdb64367b1205c6ed10.tar.gz
bump to trigger rebuild for python-3.10
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD14
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7de385f0e76..c9eb549fda12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,4 +18,3 @@ pkgbase = python-fasttext
sha256sums = 7ea4edcdb64bfc6faaaec193ef181bdc108ee62bb6a04e48b2e80b639a99e27e
pkgname = python-fasttext
-
diff --git a/PKGBUILD b/PKGBUILD
index 54e5b70440de..29b1392cc29c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: peippo <christoph+aur@christophfink.com>
-pkgname='python-fasttext'
+pkgname=python-fasttext
pkgdesc="Library for fast text representation and classification – Python bindings"
url="https://github.com/facebookresearch/fastText"
-provides=('python-fasttext')
-conflicts=('python-fasttext')
+provides=("python-fasttext")
+conflicts=("python-fasttext")
pkgver=0.9.2
pkgrel=2
-arch=('x86_64')
-license=('BSD')
+arch=("x86_64")
+license=("BSD")
-makedepends=('python-setuptools' 'python2-setuptools')
-depends=('pybind11' 'python-future' 'python-numpy' 'python-scipy' 'python-pytorch')
+makedepends=("python-setuptools" "python2-setuptools")
+depends=("pybind11" "python-future" "python-numpy" "python-scipy" "python-pytorch")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/facebookresearch/fastText/archive/v${pkgver}.tar.gz")
sha256sums=("7ea4edcdb64bfc6faaaec193ef181bdc108ee62bb6a04e48b2e80b639a99e27e")