mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
* Allow one to add daemon flags for duplicati-bin, duplicati-canary-bin, duplicati-beta-bin (#1) At time of writing, upstream duplicati allows extra flags to be defined in the systemd environment file. Add that change here. "$DAEMON_OPTS". * Duplicati-*-bin packages, update PKGBUILD and .SRCINFO files (#2) (#3) Forgot to update the hashes for the earlier file changes for the PKGBUILD and .SRCINFO files on duplicati-bin, duplicati-canary-bin, and duplicati-beta-bin * Duplicati-*-bin packages, bump pkgrel version because of recent changes (#4) Bump the pkgrel version number because of recent changes
4 lines
159 B
Bash
4 lines
159 B
Bash
AUTOUPDATER_Duplicati_SKIP_UPDATE=1
|
|
DUPLICATI_HOME=/var/lib/duplicati
|
|
# Additional options that are passed to the Daemon.
|
|
DAEMON_OPTS="--webservice-port=8200"
|