summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2022-07-13 16:44:59 -0300
committerDaniel Menelkir2022-07-13 16:44:59 -0300
commit9cd374b3cdfe17b0badf089b0b8b3c82d303612a (patch)
treecae7aee9611c4d7411da003433eecce8274e44d9
parente61c009a84a220cc787a2df63ea9194538ea2481 (diff)
downloadaur-9cd374b3cdfe17b0badf089b0b8b3c82d303612a.tar.gz
Update: 4.6.8.0
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cda2aa9ebb00..0d4b4dce2716 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.6.7.0
+ pkgver = 4.6.8.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.6.7.0
+ provides = megasync=4.6.8.0
conflicts = megasync
- source = git+https://github.com/meganz/MEGAsync.git#tag=v4.6.7.0_Linux
+ source = git+https://github.com/meganz/MEGAsync.git#tag=v4.6.8.0_Win
source = meganz-sdk::git+https://github.com/meganz/sdk.git
source = ffmpeg.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bf758a6c4616..3b41dde6e4be 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor : Hexchain Tong <i at hexchain dot org>
pkgname=megasync-nopdfium
-pkgver=4.6.7.0
+pkgver=4.6.8.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")