diff options
author | Rafał Kozdrój | 2019-10-17 18:07:28 +0200 |
---|---|---|
committer | Rafał Kozdrój | 2019-10-17 18:07:28 +0200 |
commit | fa6fd326f88fed89ea570e31930711d3ca7e2f67 (patch) | |
tree | 2440291ddbbc1f720d254e5f146e047c05d0566b /PKGBUILD | |
parent | 4926084d1b6a056830e47fce72c44e1d8098b987 (diff) | |
download | aur-fa6fd326f88fed89ea570e31930711d3ca7e2f67.tar.gz |
upgpkg: megasync 4.2.5-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ pkgname=megasync pkgver=4.2.5 -pkgrel=3 +pkgrel=4 pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive" arch=('i686' 'x86_64') url="https://github.com/meganz/MEGAsync" @@ -19,10 +19,10 @@ optdepends=('sni-qt: fix systray issue on KDE and LXQt') _extname=".0_Linux" source=("git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver}${_extname}" "meganz-sdk::git+https://github.com/meganz/sdk.git" - "remove-static-tgkill.patch") + "fix-double-declaration-of-tgkill.patch") sha256sums=('SKIP' 'SKIP' - '1d100f2517f4dc2b3af38eaa4f52ffbe9fb348833384ae0befa3ec3caaac1786') + 'a4ee87777bc055bc98dc9b044734d24e0ec17124389fedcf45e6a67cfe2fb061') prepare() { cd "MEGAsync" @@ -30,7 +30,7 @@ prepare() { git config submodule.src/MEGASync/mega.url "../meganz-sdk" git submodule update - patch -Np1 -i "../remove-static-tgkill.patch" + patch -Np1 -i "../fix-double-declaration-of-tgkill.patch" } build() { |