diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2022-02-04 16:30:25 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2022-02-04 16:31:42 +0100 |
commit | 0bbae6f991d3883e612ce1c66488ae321a327d8b (patch) | |
tree | 17458c840742110388eb60bac6dd25ba98c03d72 /PKGBUILD | |
parent | 4b3877002f4a35cf7d34be1013e23f15ab4b7c4b (diff) | |
download | honk-hg_aur-master.tar.gz honk-hg_aur-master.zip |
- thanks you again kseistrup !!
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ pkgdesc="ActivityPub compatible server with web frontend. Mercurialtip." arch=("x86_64") url="https://humungus.tedunangst.com/r/honk" license=("custom:ISC") -makedepends=("go" "sqlite") +makedepends=("go" "sqlite" "mercurial") depends=("go" "sqlite") optdepends=("nginx: for TLS and reverse proxying") changelog="$pkgname.changelog" |