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