aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/lego/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lego/APKBUILD b/community/lego/APKBUILD
index 079e43234a..837b204d0e 100644
--- a/community/lego/APKBUILD
+++ b/community/lego/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=lego
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Let's Encrypt client and ACME library written in Go"
url="https://github.com/xenolf/lego"
-arch="all !ppc64le"
+arch="all"
license="MIT"
depends="ca-certificates"
depends_dev=""