summaryrefslogtreecommitdiff
path: root/hardlinked-backups
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-08-31 15:41:19 +0200
committerErich Eckner <git@eckner.net>2019-08-31 15:41:19 +0200
commitd8c6d8449d1db65ac368e7932a6fc155075611c0 (patch)
tree1f130bca482fbe284ccf8d1391fc31fed9be956b /hardlinked-backups
parent4c6956ea71ee8e6b672890b64a4e063ebe12e6fa (diff)
downloadarchlinuxewe.git.save-d8c6d8449d1db65ac368e7932a6fc155075611c0.tar.xz
hardlinked-backups: add dependency "bc"
Diffstat (limited to 'hardlinked-backups')
-rwxr-xr-xhardlinked-backups/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/hardlinked-backups/PKGBUILD b/hardlinked-backups/PKGBUILD
index 323722b6..fad400e9 100755
--- a/hardlinked-backups/PKGBUILD
+++ b/hardlinked-backups/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname='hardlinkedBackups'
pkgname=hardlinked-backups
pkgver=1.4.8
-pkgrel=1
+pkgrel=2
pkgdesc='Generate hardlinked incremental backups via rsync (and possibly through a SOCKS-tunnel via ssh)'
arch=('any')
url="https://git.eckner.net/Erich/${_pkgname}"
license=('GPL')
groups=()
-depends=('rsync')
+depends=('rsync' 'bc')
makedepends=('help2man')
checkdepends=()
optdepends=()