summarylogtreecommitdiffstats
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
parent74584f2bc63a229102c0af6b5f7717dd4fd4d3af (diff)
downloadaur-ebad1cadcf483f1ffec395750703432d274262af.tar.gz
Minor changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4155c2b3162c..06429469b960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 15:01:01 UTC 2017
+# Wed Jan 18 15:02:43 UTC 2017
pkgbase = grumpy
pkgdesc = Grumpy is a Python to Go source code transcompiler and runtime
pkgver = r149.35d1202
@@ -8,9 +8,9 @@ pkgbase = grumpy
arch = x86_64
arch = i686
license = Apache
- makedepends = git
makedepends = go
makedepends = python2
+ makedepends = git
depends = go
depends = python2
options = !strip
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')