blob: ddf8117073cd04fbd0a24089c28319c1d97cdbe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Maintainer: hotfloppy <hotfloppy . 6866 at gmail dot com>
pkgname=thunar-megasync-bin
pkgver=5.2.0
pkgrel=1
pkgdesc="Managing your MEGA cloud drive using Thunar file manager."
arch=('x86_64')
url="https://mega.nz"
license=('custom')
provides=("thunar-megasync=$pkgver")
conflicts=('thunar-megasync' 'thunar-gtk3-megasync')
replaces=("thunar-megasync")
depends=('megasync-bin' 'thunar')
source=("${url}/linux/repo/Arch_Extra/x86_64/thunar-megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
sha256sums=('5cbaf43feb1055e39875b9201ed6dea1af73ccccb373f120029498ccd0d0c7af')
package() {
cp -R "${srcdir}/usr" "${pkgdir}/"
}
|