summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")