From aa3938a02399a1f887c76d19efa7489bbcda8814 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Tue, 11 May 2021 23:16:25 +0100 Subject: oops, fix depends as intended --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 14fb3eb..eaa032d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 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}") -- cgit v1.2.3-70-g09d2