summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2023-04-08 22:05:27 +0800
committerlevinit2023-04-08 22:05:27 +0800
commit458ec144b3f86364a7ea0ed38d6b8e8e3c0f4216 (patch)
tree4f96dea28ce2ced6afde646dd4be8088f5f1cb2a
parent6f01af0f8141c1850984fee679acf86fc5035b45 (diff)
downloadaur-458ec144b3f86364a7ea0ed38d6b8e8e3c0f4216.tar.gz
ver 5.1.0-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee3566b1ca23..b7015ad0c731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,13 @@
pkgbase = nautilus-megasync
pkgdesc = Upload your files to your Mega account from nautilus.
- pkgver = 3.6.6
- pkgrel = 2
- url = https://mega.co.nz/#sync
+ pkgver = 5.1.0
+ pkgrel = 1
+ url = https://mega.io/desktop#downloadapps
install = nautilus-megasync.install
- arch = i686
arch = x86_64
license = custom:The Clarified Artistic License
- depends = libnautilus-extension
- depends = megasync>=2.9.8
provides = nautilus-megasync
- source = https://mega.nz/linux/MEGAsync/Arch_Extra/x86_64/nautilus-megasync-3.6.6-2-x86_64.pkg.tar.xz
- sha256sums = SKIP
+ source = https://mega.nz/linux/repo/Arch_Extra/x86_64/nautilus-megasync-5.1.0-1-x86_64.pkg.tar.zst
+ sha256sums = c0f1f70e39294b675b5ba6285a7d8f22ffb102693cb57c5d34ae1f7eb631fd04
pkgname = nautilus-megasync
-
diff --git a/PKGBUILD b/PKGBUILD
index 3d40dd010b28..d62b925ee991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# Ex-Maintainer: end222 <pabloorduna98 at gmail dot com>
pkgname="nautilus-megasync"
-pkgver="3.6.6"
-pkgrel="2"
+pkgver="5.1.0"
+pkgrel="1"
pkgdesc="Upload your files to your Mega account from nautilus."
-arch=('i686' 'x86_64')
-url="https://mega.co.nz/#sync"
+arch=('x86_64')
+url="https://mega.io/desktop#downloadapps"
license=('custom:The Clarified Artistic License')
-depends=('libnautilus-extension' 'megasync>=2.9.8')
+# depends=('libnautilus-extension' 'megasync')
provides=("${pkgname}")
-source=("https://mega.nz/linux/MEGAsync/Arch_Extra/x86_64/${pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz")
+source=("https://mega.nz/linux/repo/Arch_Extra/x86_64/${pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
-sha256sums=('SKIP')
+sha256sums=('c0f1f70e39294b675b5ba6285a7d8f22ffb102693cb57c5d34ae1f7eb631fd04')
install="${pkgname}.install"
@@ -22,4 +22,4 @@ package() {
cp -r usr $pkgdir/
}
-# vim:set ts=4 sw=2 ft=sh et: \ No newline at end of file
+# vim:set ts=4 sw=2 ft=sh et: