summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33a12cab8a62..39829ee83402 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = megasync
pkgdesc = Easy automated syncing between your computers and your MEGA cloud drive
- pkgver = 4.2.4
+ pkgver = 4.2.5
pkgrel = 1
url = https://github.com/meganz/MEGAsync
arch = i686
@@ -22,8 +22,8 @@ pkgbase = megasync
depends = qt5-base
depends = ffmpeg
optdepends = sni-qt: fix systray issue on KDE and LXQt
- source = git+https://github.com/meganz/MEGAsync.git#tag=v4.2.4.0_Win
- source = meganz-sdk::git+https://github.com/meganz/sdk.git#commit=8e041c435ea0cc8f046042a179b8e77a6a83586e
+ source = git+https://github.com/meganz/MEGAsync.git#tag=v4.2.5.0_Win
+ source = meganz-sdk::git+https://github.com/meganz/sdk.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6e3acbb7750b..ba926b79360d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=megasync
-pkgver=4.2.4
+pkgver=4.2.5
pkgrel=1
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive"
arch=('i686' 'x86_64')
@@ -17,9 +17,8 @@ depends=('c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'libuv'
makedepends=('qt5-tools' 'swig' 'doxygen' 'lsb-release' 'git')
optdepends=('sni-qt: fix systray issue on KDE and LXQt')
_extname=".0_Win"
-_sdk_commit="8e041c435ea0cc8f046042a179b8e77a6a83586e"
source=("git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver}${_extname}"
- "meganz-sdk::git+https://github.com/meganz/sdk.git#commit=${_sdk_commit}")
+ "meganz-sdk::git+https://github.com/meganz/sdk.git")
sha256sums=('SKIP'
'SKIP')