diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-05-31 23:33:57 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-06-01 00:16:27 +0200 |
commit | f12edc6ed7c49b1de08eedec37bb7d4666a76f25 (patch) | |
tree | 2d3e15e4f6c24eb74b282b73899791a201aa868c /community/syncthing/APKBUILD | |
parent | f16d011f561f0f7f3dc9fb25a85b42f70991bdf7 (diff) | |
download | aports-f12edc6ed7c49b1de08eedec37bb7d4666a76f25.tar.bz2 aports-f12edc6ed7c49b1de08eedec37bb7d4666a76f25.tar.xz |
community/syncthing: upgrade to 0.13.4
Diffstat (limited to 'community/syncthing/APKBUILD')
-rw-r--r-- | community/syncthing/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index 03a90f13ea..b299ef7c41 100644 --- a/community/syncthing/APKBUILD +++ b/community/syncthing/APKBUILD @@ -17,11 +17,11 @@ makedepends="godep go" install="$pkgname.pre-install" subpackages="" options="!strip" -source="$pkgname-$pkgver.tar.gz::https://github.com/syncthing/syncthing/archive/v$pkgver.tar.gz - syncthing.confd - syncthing.initd" +source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz + $pkgname.confd + $pkgname.initd" -_builddir="$srcdir/src/github.com/syncthing" +_builddir="$srcdir/src/github.com/$pkgname" prepare() { mkdir -p "$_builddir" ln -s "$srcdir"/$pkgname-$pkgver "$_builddir"/$pkgname || return 1 |