summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 300363a78e37..8b7777e9b542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Adrien Wu <adrien.sf.wu@gmail.com>
pkgname=python-polyglot
pkgver=16.7.4
-pkgrel=3
+pkgrel=4
pkgdesc="A natural language pipeline that supports massive multilingual applications"
url="https://github.com/aboSamoor/polyglot"
arch=('any')
provides=('python-polyglot')
-depends=('python')
+depends=('python' 'python-pyicu' 'python-pycld2' 'python-morfessor' 'python-six' 'python-numpy')
makedepends=('python-setuptools')
_name="${pkgname#python-}"
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")