summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiayesuifeng2022-03-04 19:24:06 +0800
committerxiayesuifeng2022-03-04 19:24:06 +0800
commit1dbcb9dadbb20d39b5e920dc6087ef868778ed18 (patch)
tree0006296f97abfc9e5c84a052283a3220434a3550 /PKGBUILD
parent45edd90e233e3cb3e9960e80991f92602cbba4ae (diff)
downloadaur-1dbcb9dadbb20d39b5e920dc6087ef868778ed18.tar.gz
modify depends to caddy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfc57085ff2d..4c6752864358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: XiaYeSuiFeng <xiayesuifeng@firerain.me>
pkgname=gopanel
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='A control panel that is written in Golang and is able to manage Caddy 2'
arch=('x86_64')
license=('GPLv3')
url='https://gitlab.com/xiayesuifeng/gopanel'
backup=('etc/gopanel/config.json')
-depends=('caddy2')
+depends=('caddy')
makedepends=('go' 'npm')
source=("https://gitlab.com/xiayesuifeng/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"gopanel-web.tar.gz::https://gitlab.com/xiayesuifeng/${pkgname}-web/-/archive/master/gopanel-web-master.tar.gz")