summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f80ea4eed590..b86d2d8cc163 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = libshumate-git
pkgrel = 2
url = https://wiki.gnome.org/Projects/libshumate
arch = x86_64
+ arch = aarch64
license = LGPL
checkdepends = xorg-server-xvfb
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 7a5f55dd7e41..c1230bc88455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=${_pkgname}-git
pkgver=1.0.0.beta.r1.g32f8d1a
pkgrel=2
pkgdesc="GTK4 widget to display maps (git version)"
-arch=(x86_64)
+arch=(x86_64 aarch64)
url="https://wiki.gnome.org/Projects/libshumate"
license=(LGPL)
depends=(gtk4 libsoup sqlite protobuf-c)