summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Galazyn2021-05-09 14:40:28 +0200
committerMateusz Galazyn2021-05-09 14:40:28 +0200
commit74a1a2e99349ad3817fff0d13f614975021eb5fa (patch)
treef7c9fcdf969fd4d6565a1b6abba3b77eb2d0a971
parentd93560c1a1bff87ad2bd87353dffd0dff09165c7 (diff)
downloadaur-74a1a2e993.tar.gz
Removed wiping of /var/lib/duplicati in tmpfiles
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
-rw-r--r--duplicati.tmpfiles.conf2
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26e781370bdc..43d608ccdced 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.5.114
- pkgrel = 5
+ pkgrel = 6
url = http://duplicati.com
install = duplicati.install
arch = i686
@@ -19,11 +19,11 @@ pkgbase = duplicati-latest
source = duplicati.tmpfiles.conf
source = duplicati-cli
sha256sums = 02e046acae6c13a4ffa9d9e0fa8283dd85c90172fd45e4244fb156c57fe205ed
- sha256sums = 2eb973cef79731d407bfbc83f754cef588c62ec83dae2112ac93f9c9f0baa403
- sha256sums = 499eb63532bcad50b897c0874b723eebc6693816fcb9626532f367b5ff51da70
- sha256sums = b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959
- sha256sums = 326f06396c18ee5413be6f1ae91a0d85344975078d0029a973ca10a4051d4689
- sha256sums = f6f903ca443935314afeab4cd2e46cf4bef7c5fb1e81c2d95f670f0993774ce5
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = duplicati-latest
diff --git a/PKGBUILD b/PKGBUILD
index a4753bdcb57b..41d6841210cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# armv7h tester: kauron
pkgname=duplicati-latest
pkgver=2.0.5.114
-pkgrel=5
+pkgrel=6
_date=2021-03-10
_branch=canary
pkgdesc='A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers'
@@ -22,11 +22,11 @@ source=(
duplicati-cli
)
sha256sums=('02e046acae6c13a4ffa9d9e0fa8283dd85c90172fd45e4244fb156c57fe205ed'
- '2eb973cef79731d407bfbc83f754cef588c62ec83dae2112ac93f9c9f0baa403'
- '499eb63532bcad50b897c0874b723eebc6693816fcb9626532f367b5ff51da70'
- 'b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959'
- '326f06396c18ee5413be6f1ae91a0d85344975078d0029a973ca10a4051d4689'
- 'f6f903ca443935314afeab4cd2e46cf4bef7c5fb1e81c2d95f670f0993774ce5')
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
depends=('gtk-sharp-2' 'mono')
optdepends=('notify-sharp: for tray notifications')
diff --git a/duplicati.tmpfiles.conf b/duplicati.tmpfiles.conf
index cb18c0d6bb66..f5ca2b0d649c 100644
--- a/duplicati.tmpfiles.conf
+++ b/duplicati.tmpfiles.conf
@@ -1 +1 @@
-D /var/lib/duplicati 0755 duplicati duplicati -
+d /var/lib/duplicati 0755 duplicati duplicati -