Update PKGBUILD

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

View File

@ -1,6 +1,6 @@
pkgname=nummi
pkgver=0.1.0
pkgrel=3
pkgrel=4
pkgdesc="Web-based accounting interface"
arch=("any")
url="https://git.edgarpierre.fr/edpibu/nummi"
@ -12,9 +12,11 @@ depends=(
optdepends=("postgresql: database")
source=(
"git+file://${pkgname}"
"${pkgname}::git+ssh://gitea@git.edgarpierre.fr:39529/edpibu/nummi.git"
"${pkgname}.service"
"${pkgname}.socket"
"${pkgname}.tmpfiles"
"${pkgname}.sysusers"
)
package() {