From 404b2a0034650226b83e21c772593b0dbb2b1e2f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 14 Sep 2020 10:08:20 -0600 Subject: [PATCH] dispatch.sr.ht-nginx: add sr.ht-nginx dependency --- sr.ht/dispatch.sr.ht/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sr.ht/dispatch.sr.ht/APKBUILD b/sr.ht/dispatch.sr.ht/APKBUILD index e7090bb..1a9a7d4 100644 --- a/sr.ht/dispatch.sr.ht/APKBUILD +++ b/sr.ht/dispatch.sr.ht/APKBUILD @@ -38,6 +38,8 @@ package() { } _nginx() { + depends="sr.ht-nginx" + pkgdesc="nginx configuration for $pkgname" install -Dm644 "$srcdir/sr.ht-nginx-master/dispatch.sr.ht.conf" \ "$subpkgdir"/etc/nginx/conf.d/dispatch.sr.ht.conf } -- 2.45.2