diff --git a/PKGBUILD b/PKGBUILD index 98e0439..b6387c6 100644 --- a/PKGBUILD +++ b/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")