blob: 18b5eb081fedb7124598d5be2b678fc9d48e226c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Maintainer: Rodolfo Panerai <rodolfo.panerai at gmail dot com>
pkgname=megasync-bin
pkgver=4.3.8
pkgrel=1
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive"
arch=('x86_64')
url="https://mega.nz"
license=('custom')
provides=('megasync')
depends=('glibc'
'gcc-libs'
'qt5-base'
'qt5-tools'
'icu'
'sqlite'
'openssl'
'zlib'
'qt5-svg'
'qt5-x11extras'
'bzip2'
'xz'
'libraw'
'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=('7b3adc8cf17435e8bf93d0f51f42057ed621259181a04ca55e7162336eb01937')
package() {
cp -R "${srcdir}/usr" "${pkgdir}/"
rm -rf "${pkgdir}/usr/share/icons/ubuntu-mono-dark"
}
|