Fix PKGBUILD dependencies

This commit is contained in:
Edgar P. Burkhart 2022-05-21 12:13:52 +02:00
parent c93dd0fa97
commit acfe239e19
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
pkgname=nummi
pkgver=0.1.0
pkgrel=1
pkgrel=2
pkgdesc="Web-based accounting interface"
arch=("any")
url="https://git.edgarpierre.fr/edpibu/nummi"
license=("AGPL3")
depends=(
"gunicorn: server"
"python-django: django server"
"gunicorn"
"python-django"
)
optdepends=("postgresql: database")