summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchisman Panigrahi2021-05-26 01:40:55 +0530
committerArchisman Panigrahi2021-05-26 01:40:55 +0530
commit638b162fa38574591f7686ca03e22dd0bd4b1041 (patch)
treed12ff3d8e6e29f691794a179b0eb394463be23f9
parent7f7b2d7d8988f0b3b46569c1b179a31f824935b1 (diff)
downloadaur-638b162fa38574591f7686ca03e22dd0bd4b1041.tar.gz
Fix architecture name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb96c884474..b9b7da56282c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = share-preview
pkgver = 0.1.1
pkgrel = 1
url = https://github.com/rafaelmardojai/share-preview
- arch = amd64
+ arch = x86_64
arch = aarch64
license = GPL3
checkdepends = appstream-glib
diff --git a/PKGBUILD b/PKGBUILD
index fe86771d886c..5b987478d5e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=share-preview
pkgver=0.1.1
pkgrel=1
pkgdesc="Preview and debug websites metadata tags for social media share."
-arch=('amd64' 'aarch64')
+arch=('x86_64' 'aarch64')
url="https://github.com/rafaelmardojai/share-preview"
license=('GPL3')
depends=('gtk4' 'libadwaita' 'glib2')