diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:56:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:56:10 +0000 |
commit | 6ad52c252781336eae78a78babc345c15b47b813 (patch) | |
tree | aa4ba604166a9534d9c815b3d566381ce62b0bec /community/syncthing13 | |
parent | 8858cbb4d8b1e527f053bb2f3773345fe25946e4 (diff) | |
download | aports-6ad52c252781336eae78a78babc345c15b47b813.tar.bz2 aports-6ad52c252781336eae78a78babc345c15b47b813.tar.xz |
community/syncthing13: rebuild with go 1.8
Diffstat (limited to 'community/syncthing13')
-rw-r--r-- | community/syncthing13/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/syncthing13/APKBUILD b/community/syncthing13/APKBUILD index a2ae49f5ad..f4159bef39 100644 --- a/community/syncthing13/APKBUILD +++ b/community/syncthing13/APKBUILD @@ -5,10 +5,10 @@ pkgname=syncthing13 _realname=syncthing pkgver=0.13.10 -pkgrel=0 +pkgrel=1 pkgdesc="Open Source Continuous File Synchronization" url="http://syncthing.net/" -arch="all !ppc64le" +arch="all" license="MPLv2" pkgusers="$_realname" pkggroups="$_realname" |