mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upgpkg: duplicati-beta-bin 2.0.6.3-2
upgpkg: duplicati-canary-bin 2.0.6.104-8
This commit is contained in:
parent
5d200a8f28
commit
97eba6e55d
2 changed files with 6 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = duplicati-canary-bin
|
||||
pkgdesc = A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
|
||||
pkgver = 2.0.6.104
|
||||
pkgrel = 7
|
||||
pkgrel = 8
|
||||
url = http://duplicati.com
|
||||
install = duplicati.install
|
||||
arch = i686
|
||||
|
|
@ -15,7 +15,9 @@ pkgbase = duplicati-canary-bin
|
|||
depends = mono
|
||||
depends = libappindicator-gtk2
|
||||
optdepends = notify-sharp: for tray notifications
|
||||
provides = duplicati
|
||||
conflicts = duplicati-latest
|
||||
conflicts = duplicati
|
||||
replaces = duplicati-latest
|
||||
noextract = duplicati-2.0.6.104_canary_2022-06-15.zip
|
||||
backup = etc/default/duplicati
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
# armv7h tester: kauron
|
||||
pkgname=duplicati-canary-bin
|
||||
pkgver=2.0.6.104
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
_date=2022-06-15
|
||||
_branch=canary
|
||||
pkgdesc="A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers"
|
||||
|
|
@ -40,7 +40,8 @@ depends=(openssl-1.1 gtk-sharp-2 mono libappindicator-gtk2)
|
|||
makedepends=(unzip)
|
||||
optdepends=('notify-sharp: for tray notifications')
|
||||
replaces=(duplicati-latest)
|
||||
conflicts=(duplicati-latest)
|
||||
conflicts=(duplicati-latest duplicati)
|
||||
provides=(duplicati)
|
||||
|
||||
package() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue