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 d3a7607f582b..4ae523a3e5e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = blogc
arch = x86_64
arch = pentium4
arch = i486
+ arch = aarch64
license = BSD
depends = glibc
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 0ea7bd316b8b..c40d2e1c56c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=blogc
pkgver=0.20.1
pkgrel=1
pkgdesc="A blog compiler"
-arch=('i686' 'x86_64' 'pentium4' 'i486')
+arch=('i686' 'x86_64' 'pentium4' 'i486' 'aarch64')
url="https://blogc.rgm.io/"
license=('BSD')
depends=('glibc')