summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2022-02-04 16:30:25 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2022-02-04 16:31:42 +0100
commit0bbae6f991d3883e612ce1c66488ae321a327d8b (patch)
tree17458c840742110388eb60bac6dd25ba98c03d72 /PKGBUILD
parent4b3877002f4a35cf7d34be1013e23f15ab4b7c4b (diff)
downloadhonk-hg_aur-master.tar.gz
honk-hg_aur-master.zip
add mercurial as makedepends for hg commandHEADmaster
- thanks you again kseistrup !!
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43f89bd..e964de5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"