summaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-16 10:29:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-16 10:29:17 +0000
commit5224ab89be4dcdcab141153cf9d36fc404b64b39 (patch)
tree5074efb685b3147808c18f57188314273304ea22 /community
parente9a54b66f2caa99052b384c2353455c570c61f9b (diff)
community/gogs: rebuild with go 1.8, enable ppc64le
Diffstat (limited to 'community')
-rw-r--r--community/gomplate/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD
index dcec63dd83f..2794183c47c 100644
--- a/community/gomplate/APKBUILD
+++ b/community/gomplate/APKBUILD
@@ -2,10 +2,10 @@
pkgname=gomplate
_goname="github.com/hairyhenderson/$pkgname"
pkgver=1.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="A versatile Go template processor"
url="https://github.com/hairyhenderson/gomplate"
-arch="all !ppc64le"
+arch="all"
license="MIT"
depends="ca-certificates"
makedepends="go"