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


Commits:
000c5373 by Andreas Schleifer at 2024-06-09T11:52:42+02:00
upgpkg: 1.2.0-2: Ruby 3.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = ruby-range_compressor
+       pkgdesc = Compresses Arrays of Objects to Arrays of Ranges
+       pkgver = 1.2.0
+       pkgrel = 2
+       url = https://github.com/jaynetics/range_compressor
+       arch = any
+       license = MIT
+       checkdepends = ruby-bundler
+       checkdepends = ruby-rake
+       checkdepends = ruby-rspec
+       checkdepends = ruby-sorted_set
+       depends = ruby
+       options = !emptydirs
+       source = 
https://github.com/jaynetics/range_compressor/archive/v1.2.0/ruby-range_compressor-1.2.0.tar.gz
+       sha256sums = 
0b1544ce2e3980495f11e6e26c248c30c9246c840f5f6ccca5634fd320e4201d
+
+pkgname = ruby-range_compressor


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,20 @@
 
 pkgname=ruby-range_compressor
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Compresses Arrays of Objects to Arrays of Ranges'
 arch=(any)
 url='https://github.com/jaynetics/range_compressor'
 license=(MIT)
-depends=(ruby)
-checkdepends=(ruby-rake ruby-rspec ruby-sorted_set)
+depends=(
+  ruby
+)
+checkdepends=(
+  ruby-bundler
+  ruby-rake
+  ruby-rspec
+  ruby-sorted_set
+)
 options=(!emptydirs)
 
source=(https://github.com/jaynetics/range_compressor/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('0b1544ce2e3980495f11e6e26c248c30c9246c840f5f6ccca5634fd320e4201d')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-range_compressor/-/commit/000c53730fe2c200d053764f96edacf03cdff3dd

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


Reply via email to