Add ccrypt to dependencies
@@ -4,6 +4,11 @@ Changelog
## Unreleased
- Nothing for now...
+## [1.0~ynh2](https://github.com/YunoHost-Apps/archivist_ynh/pull/) - 2019-12-05
+
+#### Fixed
+- [Add ccrypt to dependencies](https://github.com/YunoHost-Apps/archivist_ynh/pull//commits/)
## [1.0~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/pull/21) - 2019-12-03
#### Changed
@@ -6,7 +6,7 @@
"en": "Automatic backups.",
"fr": "Sauvegardes automatiques."
},
- "version": "1.0~ynh1",
+ "version": "1.0~ynh2",
"url": "https://github.com/maniackcrudelis/archivist",
"license": "GPL-3.0",
"maintainer": {
@@ -1,4 +1,4 @@
#!/bin/bash
# Dependencies
-app_depencencies="rsync encfs sshpass"
+app_depencencies="rsync encfs sshpass ccrypt"