summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dec57bc21a7b..3b57fa22dc0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = hatt-bin
source = https://raw.githubusercontent.com/FrenchGithubUser/Hatt/main/.pkg/hatt-bin.desktop
sha256sums = SKIP
sha256sums = SKIP
- source_x86_64 = https://github.com/FrenchGithubUser/Hatt/releases/download/0.2.0/hatt-linux-x86_64
+ source_x86_64 = https://github.com/FrenchGithubUser/Hatt/releases/download/0.2.0/hatt-linux-amd64
sha256sums_x86_64 = SKIP
pkgname = hatt-bin
diff --git a/PKGBUILD b/PKGBUILD
index 48bdd9f29a10..e93bc495f52f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('GPL')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_assets_url/frontend/public/images/hatt-logo.png" "$_assets_url/.pkg/hatt-bin.desktop")
-source_x86_64=("${url}/releases/download/${pkgver}/hatt-linux-x86_64")
+source_x86_64=("${url}/releases/download/${pkgver}/hatt-linux-amd64")
sha256sums_x86_64=('SKIP')
sha256sums=('SKIP' 'SKIP')