summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-21 09:46:09 -0600
committerMark Wagie2020-05-21 09:46:09 -0600
commit4bd5760d8667b54048a0b5477d4c82fd5ab055b2 (patch)
tree242f782a7a57c230ce217a503ce04ace1987763a
parent05212e87735b55d6ce786236499478140f491ffc (diff)
downloadaur-4bd5760d8667b54048a0b5477d4c82fd5ab055b2.tar.gz
adjust makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99b05731086b..fa4e56470c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = cheat-git
license = MIT
license = CC0 1.0 Universal
makedepends = git
- makedepends = go-pie
+ makedepends = go
makedepends = pandoc
optdepends = fzf: for Fuzzy Finder integration
optdepends = bash-completion: for bash completions
diff --git a/PKGBUILD b/PKGBUILD
index 282048c17825..2d4298392557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Allows you to create and view interactive cheatsheets on the command-li
arch=('any')
url="https://github.com/cheat/cheat"
license=('MIT' 'CC0 1.0 Universal')
-makedepends=('git' 'go-pie' 'pandoc')
+makedepends=('git' 'go' 'pandoc')
optdepends=('fzf: for Fuzzy Finder integration'
'bash-completion: for bash completions')
provides=("${pkgname%-git}")