summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpszalanski2017-11-23 13:38:14 +0100
committerpszalanski2017-11-23 13:38:14 +0100
commit5961132f9c96e8f534e4dd0c0ec21a73b3daecf0 (patch)
tree5b125203f61c6c4325d0260ee635596a8fd834fa /PKGBUILD
parent4dba5089c409c06d7c232561399711957cafd5b9 (diff)
downloadaur-5961132f9c96e8f534e4dd0c0ec21a73b3daecf0.tar.gz
Added a number of ARM architectures to the PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a88994e6370..6de85a3ce99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libmodbus
pkgver=3.0.6
pkgrel=1
pkgdesc="A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://libmodbus.org"
license=('LGPL')
groups=()