summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1d61cd12f00..fe677cc53d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgrel=1
pkgdesc='Grumpy is a Python to Go source code transcompiler and runtime'
arch=('x86_64' 'i686')
url='https://github.com/google/grumpy'
-license=('Apache')
depends=('go' 'python2')
-makedepends=('git' 'go' 'python2')
+makedepends=('go' 'python2' 'git')
+license=('Apache')
options=('!strip')
source=("git+https://github.com/google/grumpy.git"
'makefile.patch')