summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-11-13 15:52:00 -0500
committerAndrew Sun2021-11-13 15:52:00 -0500
commit643199b04c0c80f87955ba3f4c8e92510f9181e7 (patch)
tree9eb3c65df5fde6f71e3de3e5e9ae3712e8f2c66c /PKGBUILD
parentdc4edc4b4ff261589c951b72200ec656bb9c424f (diff)
downloadaur-blogc.tar.gz
add aarch64 arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')