Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-shoulda-context
Commits:
0034a71f by Andreas Schleifer at 2024-10-06T13:07:26+02:00
upgpkg: 2.0.0-7: 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 = 6
+ pkgrel = 7
url = https://github.com/thoughtbot/shoulda-context
arch = any
license = MIT
@@ -21,11 +21,11 @@ pkgbase = ruby-shoulda-context
makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
- source =
git+https://github.com/thoughtbot/shoulda-context.git#commit=eff9fdde51db7681128336c682311b36867fb288
+ source =
git+https://github.com/thoughtbot/shoulda-context.git#tag=v2.0.0
source =
ruby-shoulda-context_exists.patch::https://github.com/thoughtbot/shoulda-context/commit/ee3aeb239ea69c9a855d64e8c1cfda87958c833d.patch
- sha512sums = SKIP
+ sha512sums =
c06011503e8666ec3b6eaa40be7f477feb5925767885b9d5161bd7d60d03cef9935105ba268a8055506f871cd5402cc014c165d870b2016f65733af9a1945069
sha512sums =
25a10a6448ae630a06faa7f2c4a98dce7d6148cc4e2e1761975c1d260cc3231ca3c4adb523c06d35847794efc4978ae042fbfe75aa98f2a3adc79ab38b77c522
- b2sums = SKIP
+ b2sums =
b41df5851ac20d9226eb853872494b4e6d3dc7eadc56b465065ac3b072edd5e0bbee0ba7fe3c00b08ef7233faafa5bfd739aa7205b738db8158e2a9329a0059c
b2sums =
8b8210c86825dda93f9dd93711c374bd15bd9a9629d0b5d3f31802034beff71f11f3c46fd28455efa3a34e9bf2ab8274eea639710c570eedd5ccb23dd9e6918c
pkgname = ruby-shoulda-context
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,7 @@
pkgname=ruby-shoulda-context
pkgver=2.0.0
-_commit=eff9fdde51db7681128336c682311b36867fb288
-pkgrel=6
+pkgrel=7
pkgdesc='Minitest & Test::Unit context framework'
arch=(any)
url='https://github.com/thoughtbot/shoulda-context'
@@ -31,12 +30,12 @@ checkdepends=(
)
options=(!emptydirs)
source=(
- "git+https://github.com/thoughtbot/shoulda-context.git#commit=$_commit"
+ "git+${url}.git#tag=v${pkgver}"
"${pkgname}_exists.patch::${url}/commit/ee3aeb239ea69c9a855d64e8c1cfda87958c833d.patch"
)
-sha512sums=('SKIP'
+sha512sums=('c06011503e8666ec3b6eaa40be7f477feb5925767885b9d5161bd7d60d03cef9935105ba268a8055506f871cd5402cc014c165d870b2016f65733af9a1945069'
'25a10a6448ae630a06faa7f2c4a98dce7d6148cc4e2e1761975c1d260cc3231ca3c4adb523c06d35847794efc4978ae042fbfe75aa98f2a3adc79ab38b77c522')
-b2sums=('SKIP'
+b2sums=('b41df5851ac20d9226eb853872494b4e6d3dc7eadc56b465065ac3b072edd5e0bbee0ba7fe3c00b08ef7233faafa5bfd739aa7205b738db8158e2a9329a0059c'
'8b8210c86825dda93f9dd93711c374bd15bd9a9629d0b5d3f31802034beff71f11f3c46fd28455efa3a34e9bf2ab8274eea639710c570eedd5ccb23dd9e6918c')
prepare() {
@@ -44,7 +43,12 @@ prepare() {
patch --verbose --strip=1 --input="../${pkgname}_exists.patch"
- sed -i -e 's|~>|>=|' -e '/appraisal/d' -e 's/, "0.71.0"//' Gemfile
+ sed -i \
+ -e 's|~>|>=|' \
+ -e '/appraisal/d' \
+ -e '/rubocop/d' \
+ -e 's/, "0.71.0"//' \
+ Gemfile
# Multiple hacks to avoid appraisal and rails
sed -i 's/Tests::CurrentBundle.instance.appraisal_in_use?/true/' Rakefile
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-shoulda-context/-/commit/0034a71f7d4bdd875af0b1cee24374c9e73d8e0d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-shoulda-context/-/commit/0034a71f7d4bdd875af0b1cee24374c9e73d8e0d
You're receiving this email because of your account on gitlab.archlinux.org.