Use libsyncthing-latest branch in mingw-w64-syncthingtray

This commit is contained in:
Martchus 2019-09-20 18:09:30 +02:00
parent 45662074fc
commit e8ab7a2d04
1 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
[[ $_enable_libsyncthing == ON ]] && makedepends+=('git' 'go')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
[[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing3")
[[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest")
sha256sums=('89a87dc6eb38fcb75f22cb696257300603bdfda460732db4deb545dab19d6942'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)
@ -46,7 +46,6 @@ prepare() {
mkdir -p 'libsyncthing/go/src/github.com/syncthing'
pushd 'libsyncthing/go/src/github.com/syncthing'
#[[ -d syncthing ]] && rm -r syncthing
ln -sf "$srcdir/syncthing" .
popd
}