summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2024-02-03 16:25:30 -0300
committerDaniel Menelkir2024-02-03 16:25:30 -0300
commit2ebf15060a8cbe62feddeb550cf0205bbc89a7d3 (patch)
treeb479c07838c81ab1f29ae8c22604854f6b706feb
parent3eb1cd8c48eadb9ce1204b7f8ec3cefda107db52 (diff)
downloadaur-2ebf15060a8cbe62feddeb550cf0205bbc89a7d3.tar.gz
Added: qt5-declarative as a dependency
-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}"