Tim Meusel pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-net-ssh


Commits:
87a2dbb9 by Tim Meusel at 2024-06-09T12:48:47+02:00
upgpkg: 7.2.3-2

- - - - -


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 = 1
+       pkgrel = 2
        url = https://github.com/net-ssh/net-ssh
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -6,10 +6,10 @@
 _gemname='net-ssh'
 pkgname="ruby-${_gemname}"
 pkgver=7.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A pure-Ruby implementation of the SSH2 client protocol.'
 arch=('any')
-url='https://github.com/net-ssh/net-ssh'
+url="https://github.com/${_gemname}/${_gemname}";
 license=('MIT')
 depends=('ruby' 'ruby-ed25519' 'ruby-x25519' 'ruby-bcrypt_pbkdf')
 makedepends=('ruby-rake' 'ruby-bundler' 'ruby-rdoc')
@@ -25,6 +25,9 @@ prepare() {
 
   # purge development dependencies
   sed --in-place '/spec.add_development_dependency/d' "${_gemname}.gemspec"
+
+  # purge useless stuff
+  rm -rf .github
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-net-ssh/-/commit/87a2dbb93c5231eb729b9957110905d11d3035fd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-net-ssh/-/commit/87a2dbb93c5231eb729b9957110905d11d3035fd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to