Fix PKGBUILD sources

This commit is contained in:
Edgar P. Burkhart 2022-05-21 12:15:29 +02:00
parent acfe239e19
commit c15644de84
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgname=nummi pkgname=nummi
pkgver=0.1.0 pkgver=0.1.0
pkgrel=2 pkgrel=3
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"
@ -12,7 +12,7 @@ depends=(
optdepends=("postgresql: database") optdepends=("postgresql: database")
source=( source=(
"${pkgname}" "git+file://${pkgname}"
"${pkgname}.service" "${pkgname}.service"
"${pkgname}.socket" "${pkgname}.socket"
) )