summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
-rw-r--r--megasync-git.install12
3 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6025832c0d6..cca5f413f0ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 13:39:36 UTC 2016
+# Sat Jul 30 13:41:45 UTC 2016
pkgbase = megasync-git
pkgdesc = Sync your files to your Mega account. Official app. (GIT Version)
- pkgver = v2.9.6.0.0.g4cbce04
+ pkgver = v2.9.8.0.10.g4977c8e
pkgrel = 1
url = https://mega.co.nz/#sync
- install = megasync-git.install
arch = i686
arch = x86_64
license = custom:MEGA
diff --git a/PKGBUILD b/PKGBUILD
index 44f25fc82722..a1e0094fdb15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alfonso Saavedra "Son Link" <sonlink.dourden@gmail.com>
pkgname=megasync-git
-pkgver=v2.9.6.0.0.g4cbce04
+pkgver=v2.9.8.0.10.g4977c8e
pkgrel=1
pkgdesc="Sync your files to your Mega account. Official app. (GIT Version)"
arch=('i686' 'x86_64')
@@ -11,7 +11,9 @@ license=('custom:MEGA')
source=('megasync::git+https://github.com/meganz/MEGAsync.git'
'mega.svg'
)
-conflicts=('megasync' 'megatools')
+conflicts=('megasync'
+ 'megatools'
+ )
provides=('megasync')
depends=('qt5-base'
'c-ares'
@@ -28,7 +30,6 @@ makedepends=('git'
sha1sums=('SKIP'
'f0ce3c0c3297cbb07f211a6ff2a0237823e0c9cd'
)
-install=megasync-git.install
pkgver() {
cd megasync
diff --git a/megasync-git.install b/megasync-git.install
deleted file mode 100644
index ec506fa9330b..000000000000
--- a/megasync-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}