aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-09-25 23:56:09 +0200
committerFilip Wandzio <contact@philw.dev>2025-09-25 23:56:09 +0200
commitf8a617e5ce0b8999e18fe9812a9540a28a8a4e5a (patch)
tree641e61e52d5ec6f3c0bc927497bd5364f901c47a /PKGBUILD
parentc35fd32d1a3c9bdf91e2091b05741978606a3900 (diff)
downloadwhiterabbit-f8a617e5ce0b8999e18fe9812a9540a28a8a4e5a.tar.gz
whiterabbit-f8a617e5ce0b8999e18fe9812a9540a28a8a4e5a.zip
Update the pkgbuild
Signed-off-by: Filip Wandzio <contact@philw.dev>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1cd771..a3d0ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=1.0.0
3pkgrel=1 3pkgrel=1
4pkgdesc="Auto-configure Matrix homeservers (Dendrite/Synapse) with Coturn and Nginx/Let's Encrypt" 4pkgdesc="Auto-configure Matrix homeservers (Dendrite/Synapse) with Coturn and Nginx/Let's Encrypt"
5arch=('x86_64') 5arch=('x86_64')
6url="https://example.com/whiterabbit" 6url="https://git.philw.dev/whiterabbit.git/"
7license=('MIT') 7license=('MIT')
8depends=('docker' 'docker-compose' 'nginx' 'certbot' 'coturn' 'bash') 8depends=('docker' 'docker-compose' 'nginx' 'certbot' 'coturn' 'bash')
9source=("whiterabbit.sh") 9source=("whiterabbit.sh")