Fix PKGBUILD dependencies
This commit is contained in:
parent
c93dd0fa97
commit
acfe239e19
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue