summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafał Kozdrój2018-09-25 17:53:48 +0200
committerRafał Kozdrój2018-09-25 17:54:21 +0200
commite72c3e6149b583e4da19d14093ef9880cf48c57e (patch)
tree2252a46ab25e0ad1386c6393859683f0121026d8
parent0b86cd9008dcf43c307ab56599f76af87902cfd7 (diff)
downloadaur-e72c3e6149b583e4da19d14093ef9880cf48c57e.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 040531ffcf73..ad153897150e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = megasync
pkgdesc = Sync your files to your Mega account. Official app
pkgver = 3.7.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/meganz/MEGAsync
arch = i686
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = megasync
depends = libuv
depends = qt5-svg
depends = libmediainfo
+ depends = libraw
optdepends = sni-qt: fix systray issue on KDE and LXQt
source = git+https://github.com/meganz/MEGAsync.git#tag=v3.7.1.0_Linux
source = git+https://github.com/meganz/sdk.git
diff --git a/PKGBUILD b/PKGBUILD
index 0f9d7c6ff6b7..1961faa6f29f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,13 @@
pkgname=megasync
_extname=Linux
pkgver=3.7.1.0
-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')
-depends=('c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'libuv' 'qt5-svg' 'libmediainfo')
+depends=('c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'libuv'
+ 'qt5-svg' 'libmediainfo' 'libraw')
makedepends=('qt5-tools' 'swig' 'doxygen' 'lsb-release' 'git')
optdepends=('sni-qt: fix systray issue on KDE and LXQt')
source=("git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver}_${_extname}"
@@ -24,7 +25,7 @@ sha256sums=('SKIP'
prepare(){
cd "MEGAsync"
git submodule init
- git config submodule.src/MEGASync/mega.url $srcdir/sdk
+ git config submodule.src/MEGASync/mega.url "$srcdir/sdk"
git submodule update
}