summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtomicFS2024-05-13 09:08:14 +0200
committerAtomicFS2024-05-13 09:08:14 +0200
commit3c887cdcab43fd6b904c9676415a69450cbb08c3 (patch)
tree31309a1d8b1e7438c6361d0a57235aa07960c8c6
parent565e35f612e64270817335622b619989dccc5bf4 (diff)
downloadaur-python-langdetect.tar.gz
fix missing python-setuptools
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52d9813e41b1..ce6d6c942119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-langdetect
pkgdesc = Language detection library ported from Google's language-detection
pkgver = 1.0.9
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/Mimino666/langdetect
arch = any
license = Apache-2.0
@@ -9,6 +9,7 @@ pkgbase = python-langdetect
makedepends = git
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python-six
source = python-langdetect::git+https://github.com/Mimino666/langdetect#commit=a1598f1afcbfe9a758cfd06bd688fbc5780177b2
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=(