Commit 9d8b8ecf authored by Seblu's avatar Seblu
Browse files

Openssh is not a dependency

parent 1f3c2685
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ pkgdesc='Archlinux Archive Tools (Git version)'
arch=('any')
url='https://github.com/seblu/archivetools'
license=('GPL2')
depends=('rsync' 'openssh' 'hardlink' 'xz' 'util-linux')
depends=('rsync' 'hardlink' 'xz' 'util-linux')
backup=('etc/archive.conf')
install=archivetools.install

+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ Dependencies
------------
- [Bash](http://www.gnu.org/software/bash/bash.html)
- [Rsync](http://rsync.samba.org/)
- [OpenSSH](http://www.openssh.com/portable.html)
- [Hardlink](http://jak-linux.org/projects/hardlink/)
- [xz](http://tukaani.org/xz/)
- [util-linux](https://www.kernel.org/pub/linux/utils/util-linux/)