summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2015-10-15 10:16:45 +0200
committerXZS2015-10-15 10:16:45 +0200
commitb35d7997150aac15ee18b0676a73412b6d70fd6e (patch)
tree623e4de97f124415e7d2b4ddb31da3bf3522631b /PKGBUILD
parent73e7b655fd2f5dd29ec5ffa9f16a0cf287af595c (diff)
downloadaur-b35d7997150aac15ee18b0676a73412b6d70fd6e.tar.gz
remove double makedepend on git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6a5448b6af0..479dcd62d11a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/joeyespo/path-and-address"
license=('MIT')
depends=('python')
-makedepends=('python-setuptools' 'git')
+makedepends=('python-setuptools')
options=(!emptydirs)
makedepends+=('git')