summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-01-18 16:02:48 +0100
committerAlexander F Rødseth2017-01-18 16:02:48 +0100
commitebad1cadcf483f1ffec395750703432d274262af (patch)
tree040827a14f3e2f88ce5c2869b7f892b770248f6a /PKGBUILD
parent74584f2bc63a229102c0af6b5f7717dd4fd4d3af (diff)
downloadaur-ebad1cadcf483f1ffec395750703432d274262af.tar.gz
Minor changes
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')