diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-28 20:02:44 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-29 15:20:32 +0100 |
commit | 5e494a29cf7adedf79e1bddcb577344672b6aca9 (patch) | |
tree | fc490020f154069652e36b9a5f05c2e8a76ba67b /pcr/ahcpd | |
parent | ef6d5e0d9fc186f4c47aa2260da4795981c1be41 (diff) | |
download | abslibre-5e494a29cf7adedf79e1bddcb577344672b6aca9.tar.gz abslibre-5e494a29cf7adedf79e1bddcb577344672b6aca9.tar.bz2 abslibre-5e494a29cf7adedf79e1bddcb577344672b6aca9.zip |
pcr/ahcpd: added armv7h architecture
Diffstat (limited to 'pcr/ahcpd')
-rw-r--r-- | pcr/ahcpd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/ahcpd/PKGBUILD b/pcr/ahcpd/PKGBUILD index 39b5e6b4f..4c1281202 100644 --- a/pcr/ahcpd/PKGBUILD +++ b/pcr/ahcpd/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ahcpd pkgver=0.53 pkgrel=2 pkgdesc="Ad-Hoc Configuration Protocol" -arch=(i686 x86_64) +arch=(i686 x86_64 armv7h) url="http://www.pps.jussieu.fr/~jch/software/ahcp/" license=('custom') depends=('sh') |