summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0aec7a23dd0f..1fdcdaf699c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-langdetect
pkgver=1.0.9
-pkgrel=6
+pkgrel=7
pkgdesc="Language detection library ported from Google's language-detection"
arch=('any')
url="https://github.com/Mimino666/langdetect"
@@ -14,6 +14,7 @@ makedepends=(
'git'
'python-build'
'python-installer'
+ 'python-setuptools'
'python-wheel'
)
checkdepends=(