summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorObed N Munoz2019-01-18 09:43:21 -0600
committerObed N Munoz2019-01-18 09:43:21 -0600
commitf48ddfeb06ff457076adae8ea1b46bf0deaeefa4 (patch)
tree3882e2d3ae10f6ed7eaaec48bc0aa812b1ad4995 /PKGBUILD
parentf5b2f2a3470d10e4fa888d49d29153b87d009972 (diff)
downloadaur-f48ddfeb06ff457076adae8ea1b46bf0deaeefa4.tar.gz
Update to latest commit in master branch
Signed-off-by: Obed N Munoz <obed.n.munoz@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e995b2882ded..0a0dd498a1e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
pkgname=go-git
epoch=1
-pkgver=1.11.1
+pkgver=c077c74312
pkgrel=1
pkgrepo=go
pkgdesc='Core compiler tools for the Go programming language'
@@ -23,8 +23,7 @@ url='http://golang.org/'
license=(BSD)
makedepends=(git go)
options=(!strip staticlibs)
-_commit=26957168c4c0cdcc7ca4f0b19d0eb19474d224ac
-source=(git+https://go.googlesource.com/go#commit=$_commit)
+source=(git+https://go.googlesource.com/go#branch=master)
md5sums=('SKIP')
export GOOS=linux