summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06429469b960..229bd7b60003 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 15:02:43 UTC 2017
+# Wed Jan 18 15:03:58 UTC 2017
pkgbase = grumpy
pkgdesc = Grumpy is a Python to Go source code transcompiler and runtime
pkgver = r149.35d1202
@@ -14,7 +14,7 @@ pkgbase = grumpy
depends = go
depends = python2
options = !strip
- source = git+https://github.com/google/grumpy.git
+ source = git+https://github.com/google/grumpy.git#commit=35d1202
source = makefile.patch
md5sums = SKIP
md5sums = 1a73c49f15cd1ab978e5cacd0ea84ecb
diff --git a/PKGBUILD b/PKGBUILD
index fe677cc53d0c..ce2f15d2ebe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('go' 'python2')
makedepends=('go' 'python2' 'git')
license=('Apache')
options=('!strip')
-source=("git+https://github.com/google/grumpy.git"
+source=("git+https://github.com/google/grumpy.git#commit=35d1202"
'makefile.patch')
md5sums=('SKIP'
'1a73c49f15cd1ab978e5cacd0ea84ecb')