summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnau4782023-12-07 15:15:33 +0100
committerArnau4782023-12-07 15:15:33 +0100
commit57ad0c57b58b5ee3b470e65db99e535f93604387 (patch)
tree16f4490dff337423af871923ea30923e7c026764
parent4b95aac5d669c7bf40847e37d5fe5ec06d20f534 (diff)
downloadaur-57ad0c57b58b5ee3b470e65db99e535f93604387.tar.gz
Fixed typo
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8941d7bad4f1..114d4374d0b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ url="https://github.com/Arnau478/hevi"
license=('GPL3')
provides=('hevi')
source_x86_64=("hevi-x86_64-${pkgver}"::"https://github.com/Arnau478/hevi/releases/download/v${pkgver}/hevi-x86_64-linux")
-source_aarch64=("hevi-x86_64-${pkgver}"::"https://github.com/Arnau478/hevi/releases/download/v${pkgver}/hevi-aarch64-linux")
+source_aarch64=("hevi-aarch64-${pkgver}"::"https://github.com/Arnau478/hevi/releases/download/v${pkgver}/hevi-aarch64-linux")
sha256sums_x86_64=('faf22dc4cd43885e1fc49a4db8f8a725062934dc65b6115b4396486735a2b961')
-sha256sums_aarch64=('faf22dc4cd43885e1fc49a4db8f8a725062934dc65b6115b4396486735a2b961')
+sha256sums_aarch64=('c06688f1f3433791faa307a180106ad253b1c127607076533c27b9ff277efb87')
package() {
cd $srcdir