From c15644de847714e436277001955a413f6267f922 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 21 May 2022 12:15:29 +0200 Subject: [PATCH] Fix PKGBUILD sources --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index b6387c6..cf345a1 100644 --- a/PKGBUILD +++ b/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" )