upgpkg: teleport-bin 12.1.1-2

Small packaging improvements :)
This commit is contained in:
Christian Heusel
2023-03-28 20:56:20 +02:00
parent 2891189b1c
commit e5bf3b4e5a
2 changed files with 7 additions and 6 deletions
+4 -4
View File
@@ -7,13 +7,13 @@
_pkgname=teleport
pkgname=teleport-bin
pkgver=12.1.1
pkgrel=1
pkgrel=2
pkgdesc="Modern SSH server for teams managing distributed infrastructure"
arch=('i386' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/gravitational/teleport"
url="https://goteleport.com/"
license=('Apache')
depends=()
provides=('teleport' 'tctl' 'tsh' 'tbot')
conflicts=('teleport')
install=teleport.install
source=("teleport.service"
@@ -40,7 +40,7 @@ sha256sums_aarch64=('175cc817dd75469b923d4cd6bb24c3df629d95dba3b4eb684c4f8698667
options=(!strip)
package() {
cd "${srcdir}/${_pkgname}"
cd "${_pkgname}"
# Install binaries
install -Dm755 teleport "${pkgdir}/usr/bin/teleport"