summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorase15902018-04-07 11:44:48 -0500
committerase15902018-04-07 11:44:48 -0500
commit7c1daa47ab3291f6b772192fea69a4b0c4ac7349 (patch)
tree5db393ecbe86050d7fc9c6e9e5541f83c4422cbf
parent89a7b61cbe254d3d3864da48dc14471225c84c20 (diff)
downloadaur-7c1daa47ab3291f6b772192fea69a4b0c4ac7349.tar.gz
added git dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deb1367137e5..e093de3d10c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = pyinstaller-git
arch = i686
arch = x86_64
license = GPL2
+ makedepends = git
depends = python
provides = pyinstaller
conflicts = pyinstaller
diff --git a/PKGBUILD b/PKGBUILD
index a957f7811e3b..dd5420f3fe63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="http://www.pyinstaller.org"
license=('GPL2')
depends=('python')
+makedepends=('git')
provides=('pyinstaller')
conflicts=('pyinstaller')
source=("git+https://github.com/pyinstaller/pyinstaller.git")