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
|
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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue