From 5357731932a3190a152b5265ede9354a35c58cfa Mon Sep 17 00:00:00 2001 From: langfingaz Date: Tue, 20 Apr 2021 10:37:57 +0200 Subject: [PATCH] improve prototype --- pkg/de-p1st-sudo/PKGBUILD | 4 ++-- prototype/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/de-p1st-sudo/PKGBUILD b/pkg/de-p1st-sudo/PKGBUILD index e0e12f5..14cec1e 100644 --- a/pkg/de-p1st-sudo/PKGBUILD +++ b/pkg/de-p1st-sudo/PKGBUILD @@ -5,7 +5,7 @@ pkgver=0.0.1 pkgrel=1 pkgdesc="sudo with configuration" arch=('any') -url="https://git.privacy1st.de/langfingaz/arch-pkg.git" +url="https://git.privacy1st.de/langfingaz/arch-pkg" license=('MIT') groups=() depends=() @@ -18,7 +18,7 @@ backup=() options=() install= changelog= -source=("git+$url") +source=("git+${url}.git") noextract=() md5sums=() # autofill using updpkgsums, see https://man.archlinux.org/man/updpkgsums.8.en diff --git a/prototype/PKGBUILD b/prototype/PKGBUILD index b096e9a..da8e931 100644 --- a/prototype/PKGBUILD +++ b/prototype/PKGBUILD @@ -5,7 +5,7 @@ pkgver=0.0.1 pkgrel=1 pkgdesc=" !! TODO !! " arch=('any') -url="https://git.privacy1st.de/langfingaz/arch-pkg.git" +url="https://git.privacy1st.de/langfingaz/arch-pkg" license=('MIT') groups=() depends=() @@ -18,7 +18,7 @@ backup=() options=() install= changelog= -source=("git+$url") +source=("git+${url}.git") noextract=() md5sums=() # autofill using updpkgsums, see https://man.archlinux.org/man/updpkgsums.8.en