summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a20de6a16d40..6ff946dcf018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Sep 7 14:38:41 UTC 2016
+# Mon Jan 9 03:38:01 UTC 2017
pkgbase = megasync
pkgdesc = Sync your files to your Mega account. Official app
- pkgver = 2.9.8.0
- pkgrel = 2
+ pkgver = 2.9.10
+ pkgrel = 1
url = https://github.com/meganz/megasync
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = megasync
depends = qt5-base
depends = libuv
optdepends = sni-qt: fix systray issue on KDE and LXQt
- source = git+https://github.com/meganz/MEGAsync.git#tag=v2_9_8_0_Linux
+ source = git+https://github.com/meganz/MEGAsync.git#commit=2e03defad7e732afe5ffd6977eeb10558f25457b
md5sums = SKIP
pkgname = megasync
diff --git a/PKGBUILD b/PKGBUILD
index 522fe87e8afc..8bbaa0563053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alfonso Saavedra "Son Link" <sonlink.dourden@gmail.com>
# Maintainer: Hexchain Tong <i at hexchain dot org>
pkgname=megasync
-pkgver=2.9.8.0
+pkgver=2.9.10
_pkgver=${pkgver//./_}
-pkgrel=2
+pkgrel=1
pkgdesc="Sync your files to your Mega account. Official app"
arch=('i686' 'x86_64')
url="https://github.com/meganz/megasync"
@@ -11,7 +11,7 @@ license=('custom:MEGA LIMITED CODE REVIEW LICENCE')
depends=('curl' 'c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'qt5-base' 'libuv')
makedepends=('git' 'qt5-tools')
optdepends=('sni-qt: fix systray issue on KDE and LXQt')
-source=("git+https://github.com/meganz/MEGAsync.git#tag=v${_pkgver}_Linux")
+source=("git+https://github.com/meganz/MEGAsync.git#commit=2e03defad7e732afe5ffd6977eeb10558f25457b")
md5sums=('SKIP')
prepare(){