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


Commits:
eae12150 by Andreas Schleifer at 2024-10-03T16:02:21+02:00
upgpkg: 7.1.1-5: Ruby 3.3 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
 pkgbase = ruby-rbnacl
        pkgdesc = Ruby FFI binding to the Networking and Cryptography (NaCl) 
library (libsodium)
        pkgver = 7.1.1
-       pkgrel = 4
+       pkgrel = 5
        url = https://github.com/RubyCrypto/rbnacl
        arch = any
        license = MIT
+       checkdepends = ruby-bundler
+       checkdepends = ruby-rake
+       checkdepends = ruby-rspec
        makedepends = git
-       makedepends = ruby-bundler
-       makedepends = ruby-rake
-       makedepends = ruby-rspec
-       makedepends = ruby-rubocop
+       makedepends = ruby-rdoc
        depends = libsodium
        depends = ruby
        depends = ruby-ffi


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 pkgname=ruby-rbnacl
 pkgver=7.1.1
 _commit=8794ab08c482e67819958705198df9e866165133
-pkgrel=4
+pkgrel=5
 pkgdesc='Ruby FFI binding to the Networking and Cryptography (NaCl) library 
(libsodium)'
 arch=(any)
 url='https://github.com/RubyCrypto/rbnacl'
@@ -15,10 +15,12 @@ depends=(
 )
 makedepends=(
   git
+  ruby-rdoc
+)
+checkdepends=(
   ruby-bundler
   ruby-rake
   ruby-rspec
-  ruby-rubocop
 )
 options=(!emptydirs)
 source=(git+https://github.com/RubyCrypto/rbnacl.git#commit=$_commit)
@@ -26,7 +28,8 @@ sha256sums=('SKIP')
 
 prepare() {
   cd rbnacl
-  sed -i '/guard-rspec/d;/[cC]overalls/d;s/, "= 0.70.0"//' Rakefile Gemfile 
spec/spec_helper.rb
+  sed -i '/rubocop/d;/guard-rspec/d;/[cC]overalls/d;s/, "= 0.70.0"//' Rakefile 
Gemfile spec/spec_helper.rb
+  git rm tasks/rubocop.rake
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rbnacl/-/commit/eae121508062e1304273893cc95f2e715281927d

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


Reply via email to