[arch-commits] Commit in tinyssh/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Wed Oct 13 14:26:07 UTC 2021


    Date: Wednesday, October 13, 2021 @ 14:26:06
  Author: archange
Revision: 1030009

upgpkg: tinyssh 20210601-1

Modified:
  tinyssh/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-13 14:09:36 UTC (rev 1030008)
+++ PKGBUILD	2021-10-13 14:26:06 UTC (rev 1030009)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=tinyssh
-pkgver=20210319
+pkgver=20210601
 pkgrel=1
 pkgdesc="Small SSH server using NaCl / TweetNaCl"
 arch=(x86_64)
@@ -9,11 +9,11 @@
 url="https://tinyssh.org"
 license=('custom:Public Domain')
 depends=(glibc)
-optdepends=('tinyssh-convert: For converting OpenSSH keys')
+optdepends=('python: for tinyssh-convert/converting OpenSSH keys')
 source=(https://github.com/janmojzis/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
         tinyssh at .socket tinyssh at .service tinysshgenkeys.service
         ${pkgname}-${pkgver}.tar.gz.asc::https://github.com/janmojzis/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc)
-sha512sums=('e839355fdae241ff90a2cbc95219141a2e12b2efaeb8631f2a1f7400868d93998843da5170146b13de6e10d5098acfea0ef55a0154c5fe22a093f67d4fa7ce0e'
+sha512sums=('e49397fc6edce093d9a5697f3a21f18cf9999bb257e532c0548e9a12be28eab09bf319bdf0fef0606831e826fd6845f604347e5bc1c089f0904eb4e5ab46c339'
             '9fbc5ae3b6d1df6d78eedf812fdd8fe115e81fc0811f4799d541e37239d53db22203e691026ed479a38c9f17043e52d43b44054be51ae03c2f12f3f235c5b83a'
             '9c9ba78c5b61f64f42f59cfe556519d9ab2c3e4d45f36d6f78c5e7728b050c494673239630dae66398006f3f20fb3a26f22899cd0728ed17e61c655b372236b3'
             '415cdfe649eedcbb11a263938c0a66bef42432210baa2e2c9e428d5e8e486fb4dedad53b9fdb9086bf97ca506909d3b3054aaca56f02c063e0b8d5fab4e56198'
@@ -35,6 +35,9 @@
   # Multi-call binary
   ln -sf tinysshd "${pkgdir}"/usr/bin/tinysshd-makekey
   ln -sf tinysshd "${pkgdir}"/usr/bin/tinysshd-printkey
+
+  # Converting tool
+  install -m755 tools/tinyssh-convert -t "${pkgdir}"/usr/bin
   
   install -m755 -d "${pkgdir}"/etc/tinyssh
 



More information about the arch-commits mailing list