mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 11:37:15 +08:00
syncthing: fixed bug #982
This commit is contained in:
parent
1cecd58450
commit
f2c33e7f7c
@ -2,19 +2,19 @@
|
||||
|
||||
pkgname=syncthing
|
||||
pkgver=0.11.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
|
||||
url="http://syncthing.net/"
|
||||
license=('GPL3')
|
||||
license=('MPLv2')
|
||||
arch=('x86_64')
|
||||
screenshot='http://syncthing.net/screenshot.jpg'
|
||||
depends=('glibc')
|
||||
makedepends=('go' 'inetutils' 'sed')
|
||||
source=("$pkgname-$pkgver::https://github.com/syncthing/syncthing/archive/v${pkgver}.tar.gz"
|
||||
source=("$pkgname-$pkgver::https://github.com/syncthing/syncthing/releases/download/v${pkgver}/syncthing-source-v${pkgver}.tar.gz"
|
||||
"syncthing.1"
|
||||
"syncthing.desktop"
|
||||
"https://upload.wikimedia.org/wikipedia/commons/8/83/SyncthingAugustLogo.png")
|
||||
sha512sums=('1a223abf96120411bab7c59bee6a8cdd85d19377b42db4f9bb4929b4332ad1afd3297f797b93a1f0563b4bcd91d8fa5354ab5d1789e463c701997c58bcfd78b1'
|
||||
sha512sums=('3f8a6ab4579928d966d1101065ee42885ba5523043cc4d07157dd21cada7838ed67227e91c5f2db884c343472caaa112071a14471a6246c8c6a6de52547ca20e'
|
||||
'dafadb0c87b1f5b20c337cc0171f254586cc195304ad9b471392247537be06a98cac29575649109a176aa66ea8cee2809a051557352b86a117151e868d8392b3'
|
||||
'121613768221627bb1d2e1ea8621f5ac5d2bc82a990c9f81bdc834d1348f122dbd5396b4ef3c6a7845ea492187d377dbed096683b942c64ef6c6218c28188868'
|
||||
'3f93800b022a0e1d1d2b462cf1dfbc1f38a4e91ebba2b8b9a95b764617bf3303fdac91c2ceb1df3b5431523a556f3e482cf491e57e76983766aab381f96e3368')
|
||||
@ -24,7 +24,7 @@ install=${pkgname}.install
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
mkdir -p "src/github.com/syncthing"
|
||||
mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
|
||||
mv "${pkgname}" "src/github.com/syncthing/${pkgname}"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user