From 4dbf379cdb5dfd6d0cbb195df5fe2f42a1658ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 12 Mar 2025 11:24:20 +0100 Subject: [PATCH] main/postmarketos-dev: add openssh-client as dependency And reorder deps alphabetically. This is a follow-up from f85eabcca64c7da5c5b5640745afadbaf7fa1ab4 Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6305 [ci:skip-build]: already built successfully in CI --- main/postmarketos-dev/APKBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/main/postmarketos-dev/APKBUILD b/main/postmarketos-dev/APKBUILD index d7dcf96fa..90924a8ea 100644 --- a/main/postmarketos-dev/APKBUILD +++ b/main/postmarketos-dev/APKBUILD @@ -1,23 +1,24 @@ # Maintainer: Caleb Connolly pkgname=postmarketos-dev pkgver=1 -pkgrel=0 +pkgrel=1 pkgdesc="postmarketOS development tools" url="https://postmarketos.org" arch="noarch" license="MIT" options="!check" depends=" - htop - coreutils - nano - psutils - iputils alpine-sdk - findutils - gawk bash bash-completion + coreutils + findutils + gawk + htop + nano + iputils + openssh-client + psutils " install="$pkgname.post-install $pkgname.post-deinstall"