diff options
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" |