Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-pry


Commits:
127e3f85 by Andreas Schleifer at 2024-06-21T20:30:08+02:00
upgpkg: 0.14.2-3: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,21 @@
+pkgbase = ruby-pry
+       pkgdesc = A runtime developer console and IRB alternative with powerful 
introspection capabilities
+       pkgver = 0.14.2
+       pkgrel = 3
+       url = http://pry.github.io/
+       arch = any
+       license = MIT
+       checkdepends = ruby-bundler
+       checkdepends = ruby-irb
+       checkdepends = ruby-rake
+       checkdepends = ruby-rspec
+       checkdepends = ruby-yard
+       makedepends = git
+       depends = ruby
+       depends = ruby-coderay
+       depends = ruby-method_source
+       options = !emptydirs
+       source = 
git+https://github.com/pry/pry.git#commit=24f6190e42f24979886cf6d974b70bd7638fda46
+       sha256sums = SKIP
+
+pkgname = ruby-pry


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,26 @@
 pkgname=ruby-pry
 pkgver=0.14.2
 _commit=24f6190e42f24979886cf6d974b70bd7638fda46
-pkgrel=2
+pkgrel=3
 pkgdesc='A runtime developer console and IRB alternative with powerful 
introspection capabilities'
 arch=(any)
 url='http://pry.github.io/'
 license=(MIT)
-depends=(ruby-coderay ruby-method_source)
-makedepends=(git)
-checkdepends=(ruby-rake ruby-rspec ruby-yard)
+depends=(
+  ruby
+  ruby-coderay
+  ruby-method_source
+)
+makedepends=(
+  git
+)
+checkdepends=(
+  ruby-bundler
+  ruby-irb
+  ruby-rake
+  ruby-rspec
+  ruby-yard
+)
 options=(!emptydirs)
 source=(git+https://github.com/pry/pry.git#commit=$_commit)
 sha256sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-pry/-/commit/127e3f859312d0d5d33dda7f6bd8b0ac927c5bad

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-pry/-/commit/127e3f859312d0d5d33dda7f6bd8b0ac927c5bad
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to