summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfonso Saavedra Son2016-01-21 12:26:12 +0100
committerAlfonso Saavedra Son2016-01-21 12:26:12 +0100
commite00f6ee3441dd174bf53c2d47cb8680e32a2a0e5 (patch)
tree3b6aac1f2c0f1802b3be8e73a82e222f07b5b000
parent4b2ca5e147f55c9f5f8df4ec7c9a04277a4deff8 (diff)
downloadaur-e00f6ee3441dd174bf53c2d47cb8680e32a2a0e5.tar.gz
Update to 2.6.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3f5cdffb50b..69caf7bb54fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 8 19:56:20 UTC 2016
+# Thu Jan 21 11:25:47 UTC 2016
pkgbase = megasync
pkgdesc = Sync your files to your Mega account. Official app
- pkgver = 2.5.3
+ pkgver = 2.6.1
pkgrel = 1
url = https://mega.nz/#sync
install = megasync.install
@@ -18,10 +18,10 @@ pkgbase = megasync
depends = qtchooser
depends = sqlite
conflicts = megatools
- 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
+ source_i686 = https://mega.nz/linux/MEGAsync/Debian_8.0/i386/megasync_2.6.1_i386.deb
+ md5sums_i686 = da2babc3c783a7223ec44a6459e38601
+ source_x86_64 = https://mega.nz/linux/MEGAsync/Debian_8.0/amd64/megasync_2.6.1_amd64.deb
+ md5sums_x86_64 = 1c09492e207def7f1b10f2575cff6f57
pkgname = megasync
diff --git a/PKGBUILD b/PKGBUILD
index d90310ca6ac4..5ade04abe031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alfonso Saavedra "Son Link" <sonlink.dourden@gmail.com>
pkgname=megasync
-pkgver=2.5.3
+pkgver=2.6.1
pkgrel=1
pkgdesc="Sync your files to your Mega account. Official app"
arch=('i686' 'x86_64')
@@ -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=('2359a8eb37e4cbc69a68eba0149f7449')
-md5sums_x86_64=('41b5a42a15696da250c22b105457e6e7')
+md5sums_i686=('da2babc3c783a7223ec44a6459e38601')
+md5sums_x86_64=('1c09492e207def7f1b10f2575cff6f57')
install="${pkgname}.install"
package (){
cd "${srcdir}"