diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-05-11 23:16:25 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-05-11 23:17:19 +0100 |
commit | aa3938a02399a1f887c76d19efa7489bbcda8814 (patch) | |
tree | 8f3f899016835374c0f3ff306dd392de7f23c959 | |
parent | e4ea33520c6dcb968f355a7008566f951ee88a90 (diff) | |
download | honk-hg_aur-aa3938a02399a1f887c76d19efa7489bbcda8814.tar.gz honk-hg_aur-aa3938a02399a1f887c76d19efa7489bbcda8814.zip |
oops, fix depends as intended
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -8,9 +8,9 @@ pkgbase = honk-hg changelog = honk-hg.changelog arch = x86_64 license = custom:ISC - makedepends = gcc-go + makedepends = go makedepends = sqlite - depends = gcc-go + depends = go depends = sqlite optdepends = nginx: for TLS and reverse proxying provides = honk-hg @@ -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}") |