summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2710695aa873..a68aa78998be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='godownloader-git'
_pkgname="${pkgname%-git}"
pkgver=r265.de35133
-pkgrel=1
+pkgrel=2
pkgdesc='Download Go binaries as fast and easily as possible.'
url='https://install.goreleaser.com/'
arch=('x86_64' 'i686')
@@ -16,8 +16,8 @@ _goreleaserpath=github.com/goreleaser
_godownloaderpath="${_goreleaserpath}/godownloader"
depends=()
-makedepends=('git')
-# makedepends=('git' 'go')
+# makedepends=('git')
+makedepends=('git' 'go')
source=("git+${_url}.git")
sha512sums=('SKIP')