summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f36fe29616b..02190b781985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = megasync-nopdfium
pkgdesc = Easy automated syncing between your computers and your MEGA cloud drive(stripped of pdfium dependency)
pkgver = 4.12.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/meganz/MEGAsync
arch = i686
arch = x86_64
@@ -23,6 +23,7 @@ pkgbase = megasync-nopdfium
depends = libraw
depends = ffmpeg
depends = freeimage
+ depends = qt5-declarative
provides = megasync=4.12.2.0
conflicts = megasync
source = git+https://github.com/meganz/MEGAsync.git#tag=v4.12.2.0_Win
diff --git a/PKGBUILD b/PKGBUILD
index 47696a8ee55a..c3d8228dd34f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=megasync-nopdfium
pkgver=4.12.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive(stripped of pdfium dependency)"
arch=('i686' 'x86_64')
provides=(megasync=$pkgver)
@@ -18,7 +18,7 @@ url="https://github.com/meganz/MEGAsync"
license=('custom:MEGA LIMITED CODE REVIEW LICENCE')
depends=('c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'libuv'
'qt5-base' 'qt5-svg' 'qt5-x11extras' 'libmediainfo' 'libraw'
- 'ffmpeg' 'freeimage')
+ 'ffmpeg' 'freeimage' 'qt5-declarative')
makedepends=('qt5-tools' 'swig' 'doxygen' 'lsb-release' 'git')
_extname="_Win"
source=("git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver}${_extname}"