diff --git a/.SRCINFO b/.SRCINFO index 9203f0f2dc09b..b0f2adb816a3c 100644 --- a/.SRCINFO +++ b/.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.1.0.125 - pkgrel = 1 + pkgrel = 2 url = http://duplicati.com install = duplicati.install arch = x86_64 @@ -20,10 +20,10 @@ pkgbase = duplicati-canary-bin source = duplicati.tmpfiles.conf source = duplicati.env sha256sums = fbc76396405c645a3b9b7f00973540d4824f0cf634fa8369c6dfe2dd711cb38c - sha256sums = 61429ead4171924b8ed293ebd8634cc858adfea7648d714241196b7fa80a38c3 + sha256sums = feacc64d9d746aeeeeae4bef004640cbc49a35560aad6ba98c905a0c5ca3291b sha256sums = b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959 sha256sums = b6ca3d280feb753ded94bb44eef821a0dac0c0c7ed7f37dea76d445a64386c86 - sha256sums = 99591e96c340b49b47341315cb42f8ac12ca66dc4d22550e4acd37cce84e8b36 + sha256sums = 3200d8d4c73dd677368e9837d07aec93a4cead2fb7d679376f1f8fd67366503c source_x86_64 = duplicati-canary-bin-2.1.0.125-x86_64.zip::https://github.com/duplicati/duplicati/releases/download/v2.1.0.125_canary_2025-07-15/duplicati-2.1.0.125_canary_2025-07-15-linux-x64-gui.zip sha256sums_x86_64 = b9754bc2ed527b9b0524bd38a0151944dfb542d18cc5f8c9a2e5ab7b4f548e52 source_aarch64 = duplicati-canary-bin-2.1.0.125-aarch64.zip::https://github.com/duplicati/duplicati/releases/download/v2.1.0.125_canary_2025-07-15/duplicati-2.1.0.125_canary_2025-07-15-linux-arm64-gui.zip diff --git a/PKGBUILD b/PKGBUILD index e6c53fb050c4e..ac0b3067dba69 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,12 @@ # Maintainer: Joey Dumont # Maintainer: Bjorn Neergaard # Contributor: Danny Su +# Contributor: Lance G. # aarch64 tester: Irissman # armv7h tester: kauron pkgname=duplicati-canary-bin pkgver=2.1.0.125 -pkgrel=1 +pkgrel=2 _date=2025-07-15 _branch=canary pkgdesc="A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers" @@ -37,10 +38,10 @@ backup=( ) sha256sums=('fbc76396405c645a3b9b7f00973540d4824f0cf634fa8369c6dfe2dd711cb38c' - '61429ead4171924b8ed293ebd8634cc858adfea7648d714241196b7fa80a38c3' + 'feacc64d9d746aeeeeae4bef004640cbc49a35560aad6ba98c905a0c5ca3291b' 'b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959' 'b6ca3d280feb753ded94bb44eef821a0dac0c0c7ed7f37dea76d445a64386c86' - '99591e96c340b49b47341315cb42f8ac12ca66dc4d22550e4acd37cce84e8b36') + '3200d8d4c73dd677368e9837d07aec93a4cead2fb7d679376f1f8fd67366503c') sha256sums_x86_64=('b9754bc2ed527b9b0524bd38a0151944dfb542d18cc5f8c9a2e5ab7b4f548e52') sha256sums_aarch64=('218fb09baa7bd0832dd93331c84d2fdbfa015d9a769386a0f5040c41f3f1f377') diff --git a/duplicati.env b/duplicati.env index c173fcc0fd093..03c3340821d85 100644 --- a/duplicati.env +++ b/duplicati.env @@ -1,2 +1,4 @@ AUTOUPDATER_Duplicati_SKIP_UPDATE=1 -DUPLICATI_HOME=/var/lib/duplicati \ No newline at end of file +DUPLICATI_HOME=/var/lib/duplicati +# Additional options that are passed to the Daemon. +DAEMON_OPTS="--webservice-port=8200" diff --git a/duplicati.service b/duplicati.service index 0868a3a5ded5e..ddea5fc027b8c 100644 --- a/duplicati.service +++ b/duplicati.service @@ -3,7 +3,7 @@ Description=Duplicati After=network.target [Service] -ExecStart=/opt/duplicati/duplicati-server --webservice-port=8200 +ExecStart=/opt/duplicati/duplicati-server $DAEMON_OPTS Restart=on-abort EnvironmentFile=-/etc/default/duplicati User=duplicati