summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMumulhl2023-04-08 17:49:25 +0800
committerMumulhl2023-04-08 17:49:25 +0800
commit62a81d4d61c3616425e81aace05e761299a9ccfb (patch)
treecb2fc11a9f9870400fb3f53a3d32c598a92a5738
parent0720558d705b27848a474bca32875b23b2bb6cb0 (diff)
downloadaur-62a81d4d61c3616425e81aace05e761299a9ccfb.tar.gz
fix: upstream URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8dca0776e6f8..e080dceaa579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver='0.2.5'
pkgrel=1
pkgdesc="Easy-to-use git client"
arch=('x86_64' 'i386')
-url='gut-cli.dev'
+url='https://gut-cli.dev'
license=('MIT')
source_x86_64=("${pkgname}-${pkgver}.tar.gz::https://github.com/julien040/gut/releases/download/${pkgver}/gut_Linux_x86_64.tar.gz")
source_i386=("${pkgname}-${pkgver}.tar.gz::https://github.com/julien040/gut/releases/download/${pkgver}/gut_Linux_i386.tar.gz")