summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Ostuni2020-02-08 12:09:04 +0100
committerDario Ostuni2020-02-08 12:09:04 +0100
commitd2d1601ba92dd540efa3be423348d6d3de41fe81 (patch)
tree6112becd1558f686de3c91c5b3bbf2efa7e6627c /PKGBUILD
parent0255c71723ff6db4ca4ccf1efd119f85c0e96fbb (diff)
downloadaur-d2d1601ba92dd540efa3be423348d6d3de41fe81.tar.gz
Add support for arm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a232929dd1e7..fc0e59b970af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=cgicc
pkgver=3.2.19
pkgrel=1
pkgdesc="C++ library that simplifies the creation of CGI applications"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://www.gnu.org/software/cgicc/"
license=('LGPL3')
makedepends=('doxygen')