summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-04-08 16:44:06 +0200
committerGustavo Alvarez2016-04-08 16:44:06 +0200
commit9e7970c5857be73ec234dcb5232921ce537a7826 (patch)
treea035f7d27e9034b05f82f8e73d95bde58a72d1fb
parent90dacfcb3e261079feef704218144769a96197b5 (diff)
downloadaur-9e7970c5857be73ec234dcb5232921ce537a7826.tar.gz
Add xdg-utils desktop-file-utils to depends=()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5a416874983..24a8564d7587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 13:38:14 UTC 2016
+# Fri Apr 8 14:42:23 UTC 2016
pkgbase = megasync-git
pkgdesc = Sync your files to your Mega account. Official app. (GIT Version)
- pkgver = v2.8.0.0.Linux.0.gb029ac2
+ pkgver = v2.8.0.0.Linux.1.gd631cbf
pkgrel = 1
url = https://mega.co.nz/#sync
install = megasync-git.install
@@ -17,6 +17,8 @@ pkgbase = megasync-git
depends = curl
depends = crypto++
depends = hicolor-icon-theme
+ depends = xdg-utils
+ depends = desktop-file-utils
provides = megasync
conflicts = megasync
conflicts = megatools
diff --git a/PKGBUILD b/PKGBUILD
index 39e09a8a6f36..96f0fc25042a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alfonso Saavedra "Son Link" <sonlink.dourden@gmail.com>
pkgname=megasync-git
-pkgver=v2.8.0.0.Linux.0.gb029ac2
+pkgver=v2.8.0.0.Linux.1.gd631cbf
pkgrel=1
pkgdesc="Sync your files to your Mega account. Official app. (GIT Version)"
arch=('i686' 'x86_64')
@@ -19,6 +19,8 @@ depends=('qt5-base'
'curl'
'crypto++'
'hicolor-icon-theme'
+ 'xdg-utils'
+ 'desktop-file-utils'
)
makedepends=('git'
'qt5-tools'