summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodolfo Panerai2023-11-02 23:47:58 +0100
committerRodolfo Panerai2023-11-02 23:47:58 +0100
commite1d47ee68dd265d7b51c38fb0adaea8712e310c8 (patch)
tree65a9d7faf88d372b8d760117c27cde1c868b4da9
parent35969ec9d75e2b0530bdb18f0abd023d3acd5116 (diff)
downloadaur-e1d47ee68dd265d7b51c38fb0adaea8712e310c8.tar.gz
Update to version 4.10.0-2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 031880cf0ac4..6b59cbba1070 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = megasync-bin
pkgdesc = Easy automated syncing between your computers and your MEGA cloud drive
- pkgver = 4.9.6
+ pkgver = 4.10.0
pkgrel = 2
- url = https://mega.io
+ url = https://mega.nz/#sync
arch = x86_64
license = custom
depends = glibc>=2.33
@@ -22,9 +22,10 @@ pkgbase = megasync-bin
depends = systemd
depends = freeimage
optdepends = sni-qt: fix systray issue on KDE and LXQt
- provides = megasync=4.9.6
+ provides = megasync=4.10.0
conflicts = megasync
- source = https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-4.9.6-2-x86_64.pkg.tar.zst
- sha256sums = 1fa065c9a53486d28e654fd3e17cd5055806f0cbd98b556960cdb14fb139fb8a
+ conflicts = megatools
+ source = https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-4.10.0-2-x86_64.pkg.tar.zst
+ sha256sums = 276cf1e3febf11b4047190abf75a5297bd2f8ca5722ebdb4ecacd3b15f2155a8
pkgname = megasync-bin
diff --git a/PKGBUILD b/PKGBUILD
index e232d0818cc0..8ed5918ffe12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Rodolfo Panerai <rodolfo.panerai at gmail dot com>
pkgname=megasync-bin
-pkgver=4.9.6
+pkgver=4.10.0
pkgrel=2
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive"
arch=('x86_64')
-url="https://mega.io"
+url="https://mega.nz/#sync"
license=('custom')
provides=("megasync=$pkgver")
-conflicts=('megasync')
+conflicts=('megasync'
+ 'megatools')
depends=('glibc>=2.33'
'gcc-libs>=10.2.0'
'qt5-base>=5.15'
@@ -26,7 +27,7 @@ depends=('glibc>=2.33'
'freeimage')
optdepends=('sni-qt: fix systray issue on KDE and LXQt')
source=("https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
-sha256sums=('1fa065c9a53486d28e654fd3e17cd5055806f0cbd98b556960cdb14fb139fb8a')
+sha256sums=('276cf1e3febf11b4047190abf75a5297bd2f8ca5722ebdb4ecacd3b15f2155a8')
package() {
cp -R "${srcdir}/usr" "${pkgdir}/"