summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorheimoshuiyu2023-08-23 14:11:47 +0800
committerheimoshuiyu2023-08-23 14:12:34 +0800
commit23f944d04544a77a2b402946055d81de80e49335 (patch)
tree9fb009fd619600d1505ad95100634e83719e5b9b
parentc8b6fca85740fd860477a5125c1ad286aa8a0075 (diff)
downloadaur-caddy-webdav-git.tar.gz
fix: typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c39b88b0e69..29c293c42c33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caddy-webdav-git
pkgdesc = HTTP/2 Web Server with Automatic HTTPS and webdav plugin
pkgver = 20230822.4776f62c
- pkgrel = 1
+ pkgrel = 2
url = https://giteub.com/caddyserver/caddy
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index a8a76a88d304..7124165b6e12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=20230822.4776f62c
pkgrel=1
pkgdesc='HTTP/2 Web Server with Automatic HTTPS and webdav plugin'
arch=('x86_64')
-url="https://giteub.com/caddyserver/caddy"
+url="https://github.com/caddyserver/caddy"
license=('Apache')
depends=()
makedepends=('git' 'go')