summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfonso Saavedra Son2016-01-08 20:56:51 +0100
committerAlfonso Saavedra Son2016-01-08 20:56:51 +0100
commit4b2ca5e147f55c9f5f8df4ec7c9a04277a4deff8 (patch)
treeb434d97abd04aaf0fe929808234ae76968596bff
parent75ed7bebfc2c09388f8a6e7e0413c5da48e945c7 (diff)
downloadaur-4b2ca5e147f55c9f5f8df4ec7c9a04277a4deff8.tar.gz
Updated to 2.5.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a3f640c9987..c3f5cdffb50b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Jan 8 19:56:20 UTC 2016
pkgbase = megasync
pkgdesc = Sync your files to your Mega account. Official app
- pkgver = 2.3.1
- pkgrel = 2
+ pkgver = 2.5.3
+ pkgrel = 1
url = https://mega.nz/#sync
install = megasync.install
arch = i686
@@ -16,10 +18,10 @@ pkgbase = megasync
depends = qtchooser
depends = sqlite
conflicts = megatools
- source_i686 = https://mega.nz/linux/MEGAsync/Debian_8.0/i386/megasync_2.3.1_i386.deb
- md5sums_i686 = 805ed27f2436989e147d9edc3128e6e9
- source_x86_64 = https://mega.nz/linux/MEGAsync/Debian_8.0/amd64/megasync_2.3.1_amd64.deb
- md5sums_x86_64 = 959153db992a3a2353d7853f941db5d7
+ source_i686 = https://mega.nz/linux/MEGAsync/Debian_8.0/i386/megasync_2.5.3_i386.deb
+ md5sums_i686 = 2359a8eb37e4cbc69a68eba0149f7449
+ source_x86_64 = https://mega.nz/linux/MEGAsync/Debian_8.0/amd64/megasync_2.5.3_amd64.deb
+ md5sums_x86_64 = 41b5a42a15696da250c22b105457e6e7
pkgname = megasync
diff --git a/PKGBUILD b/PKGBUILD
index 3fec48eac914..d90310ca6ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alfonso Saavedra "Son Link" <sonlink.dourden@gmail.com>
pkgname=megasync
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.5.3
+pkgrel=1
pkgdesc="Sync your files to your Mega account. Official app"
arch=('i686' 'x86_64')
url="https://mega.nz/#sync"
@@ -10,8 +10,8 @@ conflicts=('megatools')
depends=('openssl' 'c-ares' 'libgcrypt' 'crypto++' 'qt4' 'libpng' 'qtchooser' 'sqlite')
source_i686=("https://mega.nz/linux/MEGAsync/Debian_8.0/i386/${pkgname}_${pkgver}_i386.deb")
source_x86_64=("https://mega.nz/linux/MEGAsync/Debian_8.0/amd64/${pkgname}_${pkgver}_amd64.deb")
-md5sums_i686=('805ed27f2436989e147d9edc3128e6e9')
-md5sums_x86_64=('959153db992a3a2353d7853f941db5d7')
+md5sums_i686=('2359a8eb37e4cbc69a68eba0149f7449')
+md5sums_x86_64=('41b5a42a15696da250c22b105457e6e7')
install="${pkgname}.install"
package (){
cd "${srcdir}"