summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrien10182019-10-16 13:18:00 +0800
committeradrien10182019-10-16 13:18:00 +0800
commitb44c7b27bf6843978d5ca2fa4604820636237924 (patch)
tree7f89dcc04899dde79caa3fef35b505bc2cff02fc
parent4111d3d045feb1a0f67e2edf5404fe4580bd70e4 (diff)
downloadaur-b44c7b27bf6843978d5ca2fa4604820636237924.tar.gz
Add Python as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff40d42272a8..7303f0f22890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-pycld2
arch = i686
arch = x86_64
makedepends = python-setuptools
+ depends = python
provides = python-pycld2
source = https://files.pythonhosted.org/packages/source/p/pycld2/pycld2-0.41.tar.gz
sha256sums = a42f6e974df8fdd70685c2baa8a9f523069a260e1140ce604fb9f1fb6c3064df
diff --git a/PKGBUILD b/PKGBUILD
index 61a610f0f243..db40b4ba232d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="Python bindings for the Compact Langauge Detect 2 (CLD2)"
url="https://github.com/aboSamoor/pycld2"
arch=('i686' 'x86_64')
provides=('python-pycld2')
+depends=('python')
makedepends=('python-setuptools')
_name="${pkgname#python-}"
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")