summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-05-11 23:16:25 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-05-11 23:17:19 +0100
commitaa3938a02399a1f887c76d19efa7489bbcda8814 (patch)
tree8f3f899016835374c0f3ff306dd392de7f23c959 /PKGBUILD
parente4ea33520c6dcb968f355a7008566f951ee88a90 (diff)
downloadhonk-hg_aur-aa3938a02399a1f887c76d19efa7489bbcda8814.tar.gz
honk-hg_aur-aa3938a02399a1f887c76d19efa7489bbcda8814.zip
oops, fix depends as intended
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e00e342..c403d1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ pkgdesc="ActivityPub compatible server with web frontend. Mercurialtip."
arch=("x86_64")
url="https://humungus.tedunangst.com/r/honk"
license=("custom:ISC")
-makedepends=("gcc-go" "sqlite")
-depends=("gcc-go" "sqlite")
+makedepends=("go" "sqlite")
+depends=("go" "sqlite")
optdepends=("nginx: for TLS and reverse proxying")
changelog="$pkgname.changelog"
provides=("${pkgname}")