diff options
author | xyz <gky44px1999@gmail.com> | 2022-06-14 23:00:35 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-06-14 23:00:35 -0700 |
commit | 3d72eb654d739649cadbb7a649861d08b6e88af0 (patch) | |
tree | 9da65f6489cae70f00d454f9f241a77930b0aa0e /x86_64/xcross-git | |
parent | 6f70b4f40cdbd14dbc983e4ba1da6ee30e4db545 (diff) |
add .git at end of source git url, no .git also works tho
Diffstat (limited to 'x86_64/xcross-git')
-rw-r--r-- | x86_64/xcross-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x86_64/xcross-git/PKGBUILD b/x86_64/xcross-git/PKGBUILD index a1a1297..17ec81b 100644 --- a/x86_64/xcross-git/PKGBUILD +++ b/x86_64/xcross-git/PKGBUILD @@ -11,7 +11,7 @@ depends=('libx11') makedepends=('git') provides=('xcross') conflicts=('xcross') -source=("git+$url") +source=("git+$url.git") b2sums=('SKIP') pkgver() { |