summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomasTraineau2023-04-01 14:29:26 +0200
committerThomasTraineau2023-04-01 14:29:26 +0200
commit2d49b2f75915cbdbe4967b59e305e2d9e989a8c5 (patch)
tree653e46cd67490fdba5fc03ca9fb181c4945662c3
parent2d3955e9899e3ef8219897c162c7298b2864f16a (diff)
downloadaur-2d49b2f75915cbdbe4967b59e305e2d9e989a8c5.tar.gz
fixed version name
-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')