summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodolfo Panerai2021-04-22 13:59:29 +0200
committerRodolfo Panerai2021-04-22 13:59:29 +0200
commit2b8b66e7e441afbdc1f9b0d09f97e16f6a58e99d (patch)
tree3d8ea2805b1e1cd79f9517b56fa5fb62f17f4fb2
parent9516e73e8b2c332041b13952a70a60a7524a2a6d (diff)
downloadaur-2b8b66e7e441afbdc1f9b0d09f97e16f6a58e99d.tar.gz
Update to version 4.4.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099e27d9bc5e..39f8ac252f7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = megasync-bin
pkgdesc = Easy automated syncing between your computers and your MEGA cloud drive
pkgver = 4.4.0
- pkgrel = 1
+ pkgrel = 3
url = https://mega.io
arch = x86_64
license = custom
@@ -22,8 +22,8 @@ pkgbase = megasync-bin
optdepends = sni-qt: fix systray issue on KDE and LXQt
provides = megasync=4.4.0
conflicts = megasync
- source = https://mega.io/linux/MEGAsync/Arch_Extra/x86_64/megasync-4.4.0-1-x86_64.pkg.tar.zst
- sha256sums = df80baeec7c0b534fa8120dda6041a6ffe2a59b4d7281abf82be938334d93da7
+ source = https://mega.io/linux/MEGAsync/Arch_Extra/x86_64/megasync-4.4.0-3-x86_64.pkg.tar.zst
+ sha256sums = 93613a073cc98c4026da71b3e7ef6c23afacbea250a55ae00bd7bc4f68450033
pkgname = megasync-bin
diff --git a/PKGBUILD b/PKGBUILD
index 93e42ed92de3..a55822f9892c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rodolfo Panerai <rodolfo.panerai at gmail dot com>
pkgname=megasync-bin
pkgver=4.4.0
-pkgrel=1
+pkgrel=3
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive"
arch=('x86_64')
url="https://mega.io"
@@ -24,9 +24,10 @@ depends=('glibc'
'double-conversion')
optdepends=('sni-qt: fix systray issue on KDE and LXQt')
source=("${url}/linux/MEGAsync/Arch_Extra/x86_64/megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
-sha256sums=('df80baeec7c0b534fa8120dda6041a6ffe2a59b4d7281abf82be938334d93da7')
+sha256sums=('93613a073cc98c4026da71b3e7ef6c23afacbea250a55ae00bd7bc4f68450033')
package() {
cp -R "${srcdir}/usr" "${pkgdir}/"
rm -rf "${pkgdir}/usr/share/icons/ubuntu-mono-dark"
+ rm -rf "${pkgdir}/usr/share/doc"
}