summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom "Ravi" Hale2023-06-27 20:06:40 +0700
committerTom "Ravi" Hale2023-06-29 09:40:08 +0700
commitbc8c4f58ebfab2737d9449af6cb148f51614738a (patch)
treee920b1980188ff45d8e1d12a5f7b0bdd76a002c5
parent31fb8eec82820ff7b1badd1b6305467b538b1fca (diff)
downloadaur-bc8c4f58ebfab2737d9449af6cb148f51614738a.tar.gz
Swap "x86_64" with $CARCH
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c85f8ad6e99..5ac12591141f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ makedepends=(git)
conflicts=(nixnote2-git)
provides=("nixnote=${pkgver%.r*}" "$_pkgname=${pkgver%.r*}")
replaces=(nevernote nixnote nixnote-beta)
-_appimage=NixNote2-x86_64.AppImage
+_appimage="NixNote2-${CARCH}.AppImage"
source=('https://github.com/robert7/nixnote2/releases/download/continuous/'"$_appimage")
b2sums=(SKIP) # Source will change as new versions are released
noextract=("${source[@]%%::*}") # Don't auto-extract anything