summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Bradfield2020-02-18 16:20:04 +0000
committerRichard Bradfield2020-02-18 16:20:04 +0000
commit8573822325ecc2bd201a99c5b60afb092d4159a7 (patch)
treefa9b1f4b219794cfbb801752da49c5fcf5711868
parent10081320f15690cddfcd3685f77c91bd05bb3b79 (diff)
downloadaur-8573822325ecc2bd201a99c5b60afb092d4159a7.tar.gz
Change makedepends to require go
Rather than explicitly requiring go-pie, we change back to requiring the base `go` package and leave it up to the user which version of the compiler package they want to have installed.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33b2f4084851..4104f2ded700 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = github-cli
url = https://github.com/cli/cli
arch = x86_64
license = MIT
- makedepends = go-pie
+ makedepends = go
depends = glibc
optdepends = git: To interact with repositories
source = github-cli-0.5.5.tar.gz::https://github.com/cli/cli/archive/v0.5.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 44e7e2cec562..ba425ba36d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("x86_64")
url="https://github.com/cli/cli"
license=("MIT")
depends=("glibc")
-makedepends=("go-pie")
+makedepends=("go")
optdepends=("git: To interact with repositories")
source=("$pkgname-$pkgver.tar.gz::https://github.com/cli/cli/archive/v${pkgver}.tar.gz")
sha256sums=('7c2cfdafe765a598b70b3e6de839590e8fa30a89bedc85799a43bdbc6fd3277e')