diff options
Diffstat (limited to 'community/gomplate')
-rw-r--r-- | community/gomplate/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD index dcec63dd83..2794183c47 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" |