summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2022-04-10 21:42:26 -0400
committerJoey Dumont2022-04-10 21:42:26 -0400
commitd84ce35318676656d4c75fe663b01cab5242c08c (patch)
tree33f039af0abaf08011ff5ec89e9d8b63d8366a59
parent0b1deebcffbf12d9576d7c6d0e6678db7a781b60 (diff)
downloadaur-d84ce35318676656d4c75fe663b01cab5242c08c.tar.gz
upgpkg: duplicati-latest 2.0.6.102-1
Added dep on libappindicator-gtk2, as the daemon failed starting without it.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aad110a2f9a..3e972609383d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = duplicati-latest
pkgdesc = A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
- pkgver = 2.0.6.100
- pkgrel = 2
+ pkgver = 2.0.6.102
+ pkgrel = 1
url = http://duplicati.com
install = duplicati.install
arch = i686
@@ -11,14 +11,15 @@ pkgbase = duplicati-latest
license = LGPL
depends = gtk-sharp-2
depends = mono
+ depends = libappindicator-gtk2
optdepends = notify-sharp: for tray notifications
- source = https://github.com/duplicati/duplicati/releases/download/v2.0.6.100-2.0.6.100_canary_2021-08-11/duplicati-2.0.6.100_canary_2021-08-11.zip
+ source = https://github.com/duplicati/duplicati/releases/download/v2.0.6.102-2.0.6.102_canary_2022-04-06/duplicati-2.0.6.102_canary_2022-04-06.zip
source = duplicati-user.service
source = duplicati.service
source = duplicati.sysusers
source = duplicati.tmpfiles.conf
source = duplicati-cli
- sha256sums = 06e84a698e9723598bf821e1a3df2bb62423a362c7075dc521768389cdd6f1f8
+ sha256sums = 8fad9da771a803c00330df5dd370daa409846a6dea79fd862fe7f795168ca6c4
sha256sums = 2eb973cef79731d407bfbc83f754cef588c62ec83dae2112ac93f9c9f0baa403
sha256sums = 499eb63532bcad50b897c0874b723eebc6693816fcb9626532f367b5ff51da70
sha256sums = b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959
diff --git a/PKGBUILD b/PKGBUILD
index 8a45f97986d7..6f19f32f9114 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# aarch64 tester: Irissman <irissman@probus.ca>
# armv7h tester: kauron
pkgname=duplicati-latest
-pkgver=2.0.6.100
-pkgrel=2
-_date=2021-08-11
+pkgver=2.0.6.102
+pkgrel=1
+_date=2022-04-06
_branch=canary
pkgdesc='A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers'
url='http://duplicati.com'
@@ -21,14 +21,14 @@ source=(
duplicati.tmpfiles.conf
duplicati-cli
)
-sha256sums=('06e84a698e9723598bf821e1a3df2bb62423a362c7075dc521768389cdd6f1f8'
+sha256sums=('8fad9da771a803c00330df5dd370daa409846a6dea79fd862fe7f795168ca6c4'
'2eb973cef79731d407bfbc83f754cef588c62ec83dae2112ac93f9c9f0baa403'
'499eb63532bcad50b897c0874b723eebc6693816fcb9626532f367b5ff51da70'
'b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959'
'b6ca3d280feb753ded94bb44eef821a0dac0c0c7ed7f37dea76d445a64386c86'
'f6f903ca443935314afeab4cd2e46cf4bef7c5fb1e81c2d95f670f0993774ce5')
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
-depends=('gtk-sharp-2' 'mono')
+depends=(gtk-sharp-2 mono libappindicator-gtk2)
optdepends=('notify-sharp: for tray notifications')
package() {