Date: Thursday, April 4, 2019 @ 14:47:27 Author: grazzolini Revision: 449228
upgpkg: tinyssh 20190101-2 Modified: tinyssh/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-04 14:44:18 UTC (rev 449227) +++ PKGBUILD 2019-04-04 14:47:27 UTC (rev 449228) @@ -1,12 +1,13 @@ # Maintainer: Giancarlo Razzolini <[email protected]> pkgname=tinyssh pkgver=20190101 -pkgrel=1 +pkgrel=2 pkgdesc='Small SSH server using NaCl / TweetNaCl' url='https://tinyssh.org' arch=('x86_64') license=('custom:Public Domain') depends=('glibc') +optdepends=('tinyssh-convert: For converting OpenSSH keys') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/janmojzis/${pkgname}/archive/${pkgver}.tar.gz" [email protected] [email protected] tinysshgenkeys.service "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/janmojzis/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc")
