Compare commits

..

No commits in common. "846d2dc294d0cc99ea810461b5186d635288f0e5" and "6b2e5c8fbafaddb6755501451a6b251ff41104fb" have entirely different histories.

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://' # https://gitea.publichub.eu/oscar.krause/fastapi-dls.git source=('git+file://$PWD' # https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
"$pkgname.default" "$pkgname.default"
"$pkgname.service" "$pkgname.service"
"$pkgname.tmpfiles") "$pkgname.tmpfiles")