diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:31:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:31:27 +0000 |
commit | ba27e97bca609efd7c76b6acc1df85d3070cd2b8 (patch) | |
tree | b00f0ce91a9294095d630e54abbd61c29e5cf8b0 /community | |
parent | 5224ab89be4dcdcab141153cf9d36fc404b64b39 (diff) | |
download | aports-ba27e97bca609efd7c76b6acc1df85d3070cd2b8.tar.bz2 aports-ba27e97bca609efd7c76b6acc1df85d3070cd2b8.tar.xz |
community/govendor: rebuild with go 1.8, enable ppc64le
Diffstat (limited to 'community')
-rw-r--r-- | community/govendor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/govendor/APKBUILD b/community/govendor/APKBUILD index 8b42c1c74d..65cf9b906c 100644 --- a/community/govendor/APKBUILD +++ b/community/govendor/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=govendor pkgver=1.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="Go vendor tool that works with the standard vendor file" url="https://github.com/kardianos/govendor" -arch="all !ppc64le" +arch="all" license="BSD" depends="" makedepends="go" |