summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlockshaw2019-02-04 20:42:38 -0800
committerlockshaw2019-02-04 20:42:38 -0800
commit0727e118f5da03b8381d576c643d92ad68991934 (patch)
treec5c297093bceec786828c8b6d442a8a6da023f12 /PKGBUILD
parent11d1f64dcf89d27587b56e83b03d3066aa117aa3 (diff)
downloadaur-python-cooldict-git.tar.gz
Fix setuptools depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9c9417db227..9f9a3216afa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: lockshaw <lockshaw mastkata3 at yahoo dot com>
+# Maintainer: Colin Unger <mastakata3 at yahoo dot com>
pkgname=python-cooldict-git
pkgdesc="Some useful dict-like structures"
@@ -7,7 +7,7 @@ pkgver=1.04.r58.e85d9db
pkgrel=1
arch=('any')
depends=('python' 'python-ana-git')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
license=('BSD')