summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexchain Tong2016-09-07 22:38:55 +0800
committerHexchain Tong2016-09-07 22:38:55 +0800
commit75e4d0ad4595d7dea7eabed18c6ce37cb5c8a31d (patch)
tree9fa0caa9cf2006cf0d0e568626dc9946eaadc6fc
parent48fd89a07913bf1b3ec7fd16e5256baae9b05306 (diff)
downloadaur-75e4d0ad4595d7dea7eabed18c6ce37cb5c8a31d.tar.gz
upgpkg
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f457ebf0e7..a20de6a16d40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 31 13:00:14 UTC 2016
+# Wed Sep 7 14:38:41 UTC 2016
pkgbase = megasync
pkgdesc = Sync your files to your Mega account. Official app
pkgver = 2.9.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/meganz/megasync
arch = i686
arch = x86_64
@@ -18,8 +18,7 @@ pkgbase = megasync
depends = qt5-base
depends = libuv
optdepends = sni-qt: fix systray issue on KDE and LXQt
- conflicts = megatools
- source = git+https://github.com/meganz/MEGAsync.git#commit=aee1443420234446534ddbd3513ee1d480f5533c
+ source = git+https://github.com/meganz/MEGAsync.git#tag=v2_9_8_0_Linux
md5sums = SKIP
pkgname = megasync
diff --git a/PKGBUILD b/PKGBUILD
index ab555cf26d67..522fe87e8afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,15 @@
pkgname=megasync
pkgver=2.9.8.0
_pkgver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
pkgdesc="Sync your files to your Mega account. Official app"
arch=('i686' 'x86_64')
url="https://github.com/meganz/megasync"
license=('custom:MEGA LIMITED CODE REVIEW LICENCE')
-conflicts=('megatools')
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#commit=aee1443420234446534ddbd3513ee1d480f5533c")
+source=("git+https://github.com/meganz/MEGAsync.git#tag=v${_pkgver}_Linux")
md5sums=('SKIP')
prepare(){