summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Haugh2018-02-03 17:12:51 -0600
committerSean Haugh2018-02-03 17:12:51 -0600
commit7d8037ef002d3a69821ef01d44603e5a565fbe7b (patch)
tree98e2879f5b707c8a8c7a9da71d9bf6aa30ffcc89 /PKGBUILD
parent90bec0114b9d8b67d2d58269a27e6563c1f4259b (diff)
downloadaur-7d8037ef002d3a69821ef01d44603e5a565fbe7b.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f4bd5a26d7c..92e4b07e3521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="Painless relocation of Linux binaries"
arch=('any')
url="https://github.com/$_owner/$_pkgname"
license=('BSD')
-depends=('python' 'python-setuptools')
+depends=('python')
+makedepends=('python-setuptools')
provides=("$pkgname=$pkgver-$pkgrel")
conflicts=('exodus')
source=("https://github.com/$_owner/$_pkgname/archive/v$pkgver.tar.gz")