summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernandez Ludovic2019-09-07 21:03:10 +0200
committerFernandez Ludovic2019-09-07 21:03:10 +0200
commit2b8e745aea2716ed09e6fd05f2d9b830af32e1a4 (patch)
tree099a9f4e5fdb47c1ab7b7648f11e6e41a5cf88aa
parent97a0264b342d951618cf068c0441b96d944290a2 (diff)
downloadaur-2b8e745aea2716ed09e6fd05f2d9b830af32e1a4.tar.gz
feat: update to HEAD.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 5 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee0ffae14b68..5592df23a18c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = godownloader-git
pkgdesc = Download Go binaries as fast and easily as possible.
- pkgver = r302.7d30e44
- pkgrel = 2
+ pkgver = r303.93b2b79
+ pkgrel = 1
url = https://install.goreleaser.com/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b9f8d1a774ae..2e33df503b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='godownloader-git'
_pkgname="${pkgname%-git}"
-pkgver=r302.7d30e44
-pkgrel=2
+pkgver=r303.93b2b79
+pkgrel=1
pkgdesc='Download Go binaries as fast and easily as possible.'
url='https://install.goreleaser.com/'
arch=('x86_64' 'i686')
@@ -30,17 +30,7 @@ prepare() {
export GO111MODULE=on
cd "${srcdir}/${_pkgname}"
-
- # fix regression from https://github.com/goreleaser/godownloader/pull/131
- sed '/git.apache.org/d' go.mod > go.mod.tmp
- mv go.mod.tmp go.mod
-
- # Waiting for the merge of https://github.com/goreleaser/godownloader/pull/132
- echo '// related to an invalid pseudo version in code.gitea.io/gitea v1.10.0-dev.0.20190711052757-a0820e09fbf7' >> go.mod
- echo 'replace github.com/go-macaron/cors => github.com/go-macaron/cors v0.0.0-20190418220122-6fd6a9bfe14e' >> go.mod
- echo '// related to an invalid pseudo version in contrib.go.opencensus.io/exporter/ocagent@v0.4.2' >> go.mod
- echo 'replace github.com/census-instrumentation/opencensus-proto => github.com/census-instrumentation/opencensus-proto v0.0.3-0.20181214143942-ba49f56771b8' >> go.mod
-
+
# download dependencies
go mod download
}