Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-shoulda-context
Commits:
5c0dff0e by Andreas Schleifer at 2024-10-03T15:03:22+02:00
upgpkg: 2.0.0-6: Ruby 3.3 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-shoulda-context
pkgdesc = Minitest & Test::Unit context framework
pkgver = 2.0.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/thoughtbot/shoulda-context
arch = any
license = MIT
@@ -14,11 +14,11 @@ pkgbase = ruby-shoulda-context
checkdepends = ruby-pry
checkdepends = ruby-pry-byebug
checkdepends = ruby-rake
- checkdepends = ruby-rubocop
checkdepends = ruby-snowglobe
checkdepends = ruby-test-unit
checkdepends = ruby-warnings_logger
makedepends = git
+ makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
source =
git+https://github.com/thoughtbot/shoulda-context.git#commit=eff9fdde51db7681128336c682311b36867fb288
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=ruby-shoulda-context
pkgver=2.0.0
_commit=eff9fdde51db7681128336c682311b36867fb288
-pkgrel=5
+pkgrel=6
pkgdesc='Minitest & Test::Unit context framework'
arch=(any)
url='https://github.com/thoughtbot/shoulda-context'
@@ -13,6 +13,7 @@ depends=(
)
makedepends=(
git
+ ruby-rdoc
)
checkdepends=(
ruby-bundler
@@ -24,7 +25,6 @@ checkdepends=(
ruby-pry
ruby-pry-byebug
ruby-rake
- ruby-rubocop
ruby-snowglobe
ruby-test-unit
ruby-warnings_logger
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-shoulda-context/-/commit/5c0dff0e88a0c948925c42055fd79f5991d348f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-shoulda-context/-/commit/5c0dff0e88a0c948925c42055fd79f5991d348f7
You're receiving this email because of your account on gitlab.archlinux.org.