This commit is contained in:
Oscar Krause 2024-01-18 16:17:14 +01:00
parent b701fa65d9
commit f9c14f6750

View File

@ -12,7 +12,7 @@ depends=('python' 'python-jose' 'python-starlette' 'python-httpx' 'python-fastap
provider=("$pkgname") provider=("$pkgname")
install="$pkgname.install" install="$pkgname.install"
backup=('etc/default/fastapi-dls') backup=('etc/default/fastapi-dls')
source=('git+file://fastapi-dls' # todo: support dynamic CI/CD paths source=('git+file://' # todo: support dynamic CI/CD paths
"$pkgname.default" "$pkgname.default"
"$pkgname.service" "$pkgname.service"
"$pkgname.tmpfiles") "$pkgname.tmpfiles")