summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 983958c833b5..0a2cf0bcf4a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname=chatbot-ui
pkgname=$_pkgname-git
pkgver=r292.596d183
-pkgrel=2
+pkgrel=3
pkgdesc="An open source ChatGPT UI."
arch=('any')
url='https://github.com/mckaywrigley/chatbot-ui'
license=('MIT')
depends=('nodejs')
makedepends=('git' 'npm')
+backup=("etc/webapps/${pkgname}/.env.local")
source=("git+$url.git"
"sysusers.conf"
"chatbot-ui.service")