Tim Meusel pushed to branch main at Arch Linux / Packaging / Packages /
ruby-net-ssh
Commits:
f336e7ea by Tim Meusel at 2024-06-18T22:14:50+02:00
upgpkg: 7.2.3-3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-net-ssh
pkgdesc = A pure-Ruby implementation of the SSH2 client protocol.
pkgver = 7.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/net-ssh/net-ssh
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,11 @@
# Maintainer: Tim Meusel <[email protected]>
# Contributor: Achilleas Pipinellis <axilleas at archlinux.info>
# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux (a) free.fr>
-# Contributor: gem2arch 0.1
_gemname='net-ssh'
pkgname="ruby-${_gemname}"
pkgver=7.2.3
-pkgrel=2
+pkgrel=3
pkgdesc='A pure-Ruby implementation of the SSH2 client protocol.'
arch=('any')
url="https://github.com/${_gemname}/${_gemname}"
@@ -47,6 +46,7 @@ package() {
install -Dm 644 README.md CHANGES.txt THANKS.txt net-ssh-public_cert.pem -t
"${pkgdir}/usr/share/doc/${pkgname}"
install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+ rm -rf
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/"{.travis.yml,test,Rakefile}
}
# vim: ts=2 sw=2 et:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-net-ssh/-/commit/f336e7ea302619ee9fcb7503c7f2bf82644c35b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-net-ssh/-/commit/f336e7ea302619ee9fcb7503c7f2bf82644c35b5
You're receiving this email because of your account on gitlab.archlinux.org.