summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikael Eriksson2016-02-23 19:51:52 +0100
committerMikael Eriksson2016-02-23 19:51:52 +0100
commit35e5c434f3479a072cc10be0d0953301e73cbf28 (patch)
treee4395642b9185765c2537c63cda329c171893347 /PKGBUILD
parent0f708fa0612eb3fbf8c502b735d0e44334c641f4 (diff)
downloadaur-35e5c434f3479a072cc10be0d0953301e73cbf28.tar.gz
Added armv7h to arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77a114c8b79c..5c7824bd59d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Mikael Eriksson <mikael_eriksson@miffe.org>
pkgname=acmetool-git
-pkgver=20151206
+pkgver=20160223
pkgrel=1
pkgdesc="Acmetool is an easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)"
-arch=(i686 x86_64)
+arch=(i686 x86_64 armv7h)
url="https://github.com/hlandau/acme"
license=('MIT')
depends=()