summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2022-11-18 07:47:24 -0300
committerDaniel Menelkir2022-11-18 07:47:24 -0300
commit3b5b3510866e416dcdf6d5ba84ccb6e4b21ed20c (patch)
treee79f947dc80d199324c601fd8c9c354b412eb0e5
parenta9714c422728afbf2902a8538ad3a412990a9e97 (diff)
downloadaur-3b5b3510866e416dcdf6d5ba84ccb6e4b21ed20c.tar.gz
Update: 4.7.3.0
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1e3cb2858ae..59ec00e83ade 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = megasync-nopdfium
pkgdesc = Easy automated syncing between your computers and your MEGA cloud drive(stripped of pdfium dependency)
- pkgver = 4.7.2.0
+ pkgver = 4.7.3.0
pkgrel = 1
url = https://github.com/meganz/MEGAsync
arch = i686
@@ -23,9 +23,9 @@ pkgbase = megasync-nopdfium
depends = libraw
depends = ffmpeg
depends = freeimage
- provides = megasync=4.7.2.0
+ provides = megasync=4.7.3.0
conflicts = megasync
- source = git+https://github.com/meganz/MEGAsync.git#tag=v4.7.2.0_Linux
+ source = git+https://github.com/meganz/MEGAsync.git#tag=v4.7.3.0_Win
source = meganz-sdk::git+https://github.com/meganz/sdk.git
source = ffmpeg.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 87a10f72e68d..dec8ccf41764 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor : Hexchain Tong <i at hexchain dot org>
pkgname=megasync-nopdfium
-pkgver=4.7.2.0
+pkgver=4.7.3.0
pkgrel=1
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive(stripped of pdfium dependency)"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ depends=('c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'libuv'
'qt5-base' 'qt5-svg' 'qt5-x11extras' 'libmediainfo' 'libraw'
'ffmpeg' 'freeimage')
makedepends=('qt5-tools' 'swig' 'doxygen' 'lsb-release' 'git')
-_extname="_Linux"
+_extname="_Win"
source=("git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver}${_extname}"
"meganz-sdk::git+https://github.com/meganz/sdk.git"
"ffmpeg.patch")