summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernandez Ludovic2019-02-19 22:57:40 +0100
committerFernandez Ludovic2019-02-19 22:57:40 +0100
commit18a63ea1f226d4fe97844b862475ce40ad66b717 (patch)
tree1465494a774ed1f7e2d452e8ad748a9144e5af1e
parent87fa76791a1912ccdd686a1366cdefa459d81893 (diff)
downloadaur-18a63ea1f226d4fe97844b862475ce40ad66b717.tar.gz
fix: go as makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66cf94a720c7..a034a37cf58a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = godownloader-git
pkgdesc = Download Go binaries as fast and easily as possible.
pkgver = r265.de35133
- pkgrel = 1
+ pkgrel = 2
url = https://install.goreleaser.com/
arch = x86_64
arch = i686
license = MIT
makedepends = git
+ makedepends = go
provides = godownloader
conflicts = godownloader
conflicts = godownloader-git
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')