diff --git a/backtunnel/PKGBUILD b/backtunnel/PKGBUILD index a8831e0..4c94ee0 100644 --- a/backtunnel/PKGBUILD +++ b/backtunnel/PKGBUILD @@ -3,16 +3,18 @@ # Repo: https://labs.pmisuite.com/PMISuite/BackTunnel pkgname=backtunnel -pkgver=0.0.0.r13.g608a6a3 +pkgver=0.0.0 pkgrel=1 -pkgdesc="BackTunnel – Reverse SSH folder sharing toolkit with Dolphin (KDE) service menus, GUI wrapper, and profiles" +pkgdesc="BackTunnel – Reverse SSH folder sharing toolkit with Dolphin (KDE) service menus, GUI/TUI wrappers, and profiles" arch=('any') url="https://labs.pmisuite.com/PMISuite/BackTunnel" license=('GPL3') depends=('bash' 'openssh' 'sshfs' 'kdialog' 'konsole' 'coreutils') -optdepends=('qrencode: show QR code for invite' - 'bash-completion: tab completion for backtunnel-share/access' - 'plasma-desktop: Dolphin (KDE/Plasma) service menus') +optdepends=( + 'qrencode: show QR code for invites' + 'bash-completion: tab completion for backtunnel-share/access' + 'plasma-desktop: Dolphin (KDE/Plasma) service menus' +) makedepends=('git') install=${pkgname}.install backup=('etc/backtunnel/profiles.ini') @@ -41,6 +43,7 @@ package() { install -Dm755 "scripts/backtunnel-open-term" "${pkgdir}/usr/bin/backtunnel-open-term" install -Dm755 "scripts/backtunnel-share-tui" "${pkgdir}/usr/bin/backtunnel-share-tui" install -Dm755 "scripts/backtunnel-access-tui" "${pkgdir}/usr/bin/backtunnel-access-tui" + install -Dm755 "scripts/backtunnel-auth-setup" "${pkgdir}/usr/bin/backtunnel-auth-setup" # Optional helper to create per-user config from example if [[ -f "scripts/backtunnel-init" ]]; then