summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4bac3372b18..478706a69ec1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 25 17:09:15 UTC 2018
+# Thu Dec 20 15:28:57 UTC 2018
pkgbase = acmetool
pkgdesc = An easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)
pkgver = 0.0.67
@@ -8,6 +8,7 @@ pkgbase = acmetool
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = MIT
makedepends = go
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index 4d4d682ddd59..a49afa8ead8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Noel Kuntze <noel.kuntze at thermi dot consulting>
# Contributor: Mikael Eriksson <mikael_eriksson@miffe.org>
-# Contributor: Stephan Eisvogel <eisvogel at embinet dot de
+# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=acmetool
pkgver=0.0.67
pkgrel=3
pkgdesc="An easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)"
-arch=(i686 x86_64 armv7h)
+arch=(i686 x86_64 armv7h aarch64)
url="https://github.com/hlandau/acme"
license=('MIT')
depends=(bash libcap)