summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2022-09-16 16:43:28 +0000
committerfunilrys2022-09-16 16:43:28 +0000
commitef8c970513b1b96becc03a196c963aa7966a682c (patch)
tree1c6e23d835d85399c52dd4142dd30ce13a96122a /PKGBUILD
parent1e58434d7da6ddf0edc2bde070922fbf20b49df8 (diff)
downloadaur-ef8c970513b1b96becc03a196c963aa7966a682c.tar.gz
Introduction of the backup of /etc/default/urbackupsrv.
This patch fixes #2. Contributors: * @mihav
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67ff9cd180c0..a9ec60bc9bba 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: K0n24d <konrad AT knauber DOT net>
pkgname=urbackup2-server
pkgver=2.5.26
-pkgrel=1
+pkgrel=2
pkgdesc="Client Server backup system"
arch=('i686' 'x86_64' 'armv5' 'armv6h' 'armv6' 'armv7h' 'armv7' 'aarch64')
url="http://www.urbackup.org/"
@@ -10,6 +10,7 @@ license=('GPL')
makedepends=('gcc-libs' 'gcc' 'make')
depends=('sqlite' 'crypto++' 'curl' 'fuse' 'zlib')
conflicts=('urbackup-server')
+backup=("etc/default/urbackupsrv")
source=(
"https://www.urbackup.org/downloads/Server/${pkgver}/urbackup-server-${pkgver}.tar.gz"
"md5-bytes.patch"