summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2016-04-14 15:15:50 +0200
committerSanskritFritz2016-04-14 15:15:50 +0200
commit4ea23b9782e28486083d7ad9f4747e795ba81a01 (patch)
tree4d973c7dda11c90abc1691c45c8355ae306c3969 /PKGBUILD
parent0f5564d40b8216ddc096a344bc36ba910360225f (diff)
downloadaur-4ea23b9782e28486083d7ad9f4747e795ba81a01.tar.gz
Add armv7h architecture.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd69ac75bfc1..734f2358a809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=iprange
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Manage IP ranges. From the FireHOL project."
url="http://firehol.org/"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
depends=('glibc')
makedepends=('git' 'help2man')