blob: 9fa1c7c656ed96ebaacee6c9f079caf7be7cb877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: zhullyb <zhullyb at outlook dot com>
pkgname=dolphin-megasync-bin
pkgver=3.6.6
pkgrel=2
pkgdesc="Extension for KDE based file managers to interact with Megasync"
arch=('x86_64')
url="http://mega.nz"
license=('custom')
provides=("dolphin-megasync=$pkgver")
conflicts=('dolphin-megasync' 'dolphin-megasync-git')
depends=('megasync>=3.5'
'dolphin')
source=("${url}/linux/repo/Arch_Extra/x86_64/dolphin-megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz")
sha256sums=('0cb055655e970c53c2475dacb8e116975d9b196505a7be112624a35f8cdfbfb3')
package() {
cp -R "${srcdir}/usr" "${pkgdir}/"
}
|