aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Carolino2023-02-15 00:17:32 -0300
committerDanilo Carolino2023-02-15 00:18:01 -0300
commit9f5aec5ecad68eded867fd999e6b8600cbc3fab8 (patch)
treeb7607e2eb71330deeee7b77136a55d7b41de5683
parent8edf1722192d669723d095c68c3d1c6938a5f82c (diff)
downloadaur-9f5aec5ecad68eded867fd999e6b8600cbc3fab8.tar.gz
refac: try to fix package source url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e48afa8a9bd6..7987af735b44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Colors for Docker CLI"
arch=('x86_64')
license=('MIT')
url="https://github.com/${_gitauthor}/${pkgname%-git}"
-source=("git://github.com/${_gitauthor}/${pkgname%-git}#branch=${_gitbranch}")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_gitauthor}/${pkgname%-git}/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('SKIP')
depends=('go')
makedepends=(git)