summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-11-13 15:52:00 -0500
committerAndrew Sun2021-11-13 15:52:00 -0500
commit643199b04c0c80f87955ba3f4c8e92510f9181e7 (patch)
tree9eb3c65df5fde6f71e3de3e5e9ae3712e8f2c66c
parentdc4edc4b4ff261589c951b72200ec656bb9c424f (diff)
downloadaur-643199b04c0c80f87955ba3f4c8e92510f9181e7.tar.gz
add aarch64 arch
-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')