From f12dc28c426e6feeef9af1c1688d235fb612c44c Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Thu, 26 Jan 2023 07:17:16 +0100 Subject: [PATCH] fixed overriding config file on update / reinstall --- .PKGBUILD/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/.PKGBUILD/PKGBUILD b/.PKGBUILD/PKGBUILD index 97d3995..82d038d 100644 --- a/.PKGBUILD/PKGBUILD +++ b/.PKGBUILD/PKGBUILD @@ -11,6 +11,7 @@ license=('MIT') depends=('python' 'python-jose' 'python-starlette' 'python-httpx' 'python-fastapi' 'python-dotenv' 'python-dateutil' 'python-sqlalchemy' 'python-pycryptodome' 'uvicorn' 'python-markdown' 'openssl') provider=("$pkgname") install="$pkgname.install" +backup=('etc/default/fastapi-dls') source=('git+file:///builds/oscar.krause/fastapi-dls' # https://gitea.publichub.eu/oscar.krause/fastapi-dls.git "$pkgname.default" "$pkgname.service"