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


Commits:
0308f8f5 by Andreas Schleifer at 2024-10-03T16:13:27+02:00
upgpkg: 2.3.2-2: Ruby 3.3 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
 pkgbase = ruby-rubyzip
        pkgdesc = a ruby module for reading and writing zip files
        pkgver = 2.3.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/rubyzip/rubyzip
        arch = any
        license = BSD-2-Clause
        checkdepends = ruby-bundler
        checkdepends = ruby-minitest
        checkdepends = ruby-rake
-       checkdepends = ruby-rubocop
        checkdepends = unzip
        checkdepends = zip
+       makedepends = ruby-rdoc
        depends = ruby
        options = !emptydirs
        source = 
https://github.com/rubyzip/rubyzip/archive/v2.3.2/ruby-rubyzip-2.3.2.tar.gz


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 _gemname='rubyzip'
 pkgname="ruby-${_gemname}"
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='a ruby module for reading and writing zip files'
 arch=('any')
 url="https://github.com/rubyzip/${_gemname}";
@@ -11,11 +11,13 @@ license=('BSD-2-Clause')
 depends=(
   ruby
 )
+makedepends=(
+  ruby-rdoc
+)
 checkdepends=(
   ruby-bundler
   ruby-minitest
   ruby-rake
-  ruby-rubocop
   unzip
   zip
 )
@@ -41,6 +43,10 @@ prepare() {
   # remove simplecov
   rm --verbose .simplecov
   sed --in-place '/simplecov/d' test/test_helper.rb "${_gemname}.gemspec"
+
+  # remove rubocop
+  rm --verbose .rubocop*
+  sed --in-place '/[rR]ubo[cC]op/d' Rakefile
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rubyzip/-/commit/0308f8f5d5417cf30e5eb59f727b19943390db19

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


Reply via email to