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 pkgname=nummi
pkgver=0.1.0 pkgver=0.1.0
pkgrel=1 pkgrel=2
pkgdesc="Web-based accounting interface" pkgdesc="Web-based accounting interface"
arch=("any") arch=("any")
url="https://git.edgarpierre.fr/edpibu/nummi" url="https://git.edgarpierre.fr/edpibu/nummi"
license=("AGPL3") license=("AGPL3")
depends=( depends=(
"gunicorn: server" "gunicorn"
"python-django: django server" "python-django"
) )
optdepends=("postgresql: database") optdepends=("postgresql: database")