Fix PKGBUILD sources
This commit is contained in:
parent
acfe239e19
commit
c15644de84
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
pkgname=nummi
|
||||
pkgver=0.1.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Web-based accounting interface"
|
||||
arch=("any")
|
||||
url="https://git.edgarpierre.fr/edpibu/nummi"
|
||||
|
@ -12,7 +12,7 @@ depends=(
|
|||
optdepends=("postgresql: database")
|
||||
|
||||
source=(
|
||||
"${pkgname}"
|
||||
"git+file://${pkgname}"
|
||||
"${pkgname}.service"
|
||||
"${pkgname}.socket"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue