Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-pandoc-ruby
Commits:
74286457 by Andreas Schleifer at 2024-10-05T15:30:02+02:00
upgpkg: 2.1.10-2: Ruby 3.3 rebuild; closes #2
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − ruby-pandoc-ruby_fix_tests.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-pandoc-ruby
pkgdesc = Ruby wrapper for pandoc
pkgver = 2.1.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xwmx/pandoc-ruby
arch = any
license = MIT
@@ -14,10 +14,7 @@ pkgbase = ruby-pandoc-ruby
depends = ruby
options = !emptydirs
source =
https://github.com/xwmx/pandoc-ruby/archive/2.1.10/ruby-pandoc-ruby-2.1.10.tar.gz
- source = ruby-pandoc-ruby_fix_tests.patch
sha512sums =
9382af54106273e17c06aa8dc7ebcecfed72d1580337dd0ccf669032753f57abb646d29b645be375325509e5dea9113f5a95a3f75144b3c0f6978392595a26a8
- sha512sums =
52dfbfb2e07d1b51b1fc4510ae0ca6007e126a58ae64054efa3ac6d581d4d0d95bdf86776474ca9b4c272c4ac7a63f62d569dc05d3c53a3ea0e6293023ce294e
b2sums =
594d9dbe6f1cd934a06b858d4f2191b66432db7a9e12f59c58081a0e4b813a8ddfad78792773e0cea4655fdb50be4668175c61ea9b3e97d56eaebe137df7e436
- b2sums =
4d14bec4bb55439bbff606aa01b83621e894a93c575228c34839d4bcc031dbe6b24f4b5d81878f111d906e9d49799ec0d15cb540adf7e6b6a0b8993dd85db705
pkgname = ruby-pandoc-ruby
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=ruby-pandoc-ruby
pkgver=2.1.10
-pkgrel=1
+pkgrel=2
pkgdesc='Ruby wrapper for pandoc'
arch=(any)
url='https://github.com/xwmx/pandoc-ruby'
@@ -21,20 +21,13 @@ checkdepends=(
ruby-rake
)
options=(!emptydirs)
-source=(
- "https://github.com/xwmx/pandoc-ruby/archive/$pkgver/$pkgname-$pkgver.tar.gz"
- "${pkgname}_fix_tests.patch"
-)
-sha512sums=('9382af54106273e17c06aa8dc7ebcecfed72d1580337dd0ccf669032753f57abb646d29b645be375325509e5dea9113f5a95a3f75144b3c0f6978392595a26a8'
-
'52dfbfb2e07d1b51b1fc4510ae0ca6007e126a58ae64054efa3ac6d581d4d0d95bdf86776474ca9b4c272c4ac7a63f62d569dc05d3c53a3ea0e6293023ce294e')
-b2sums=('594d9dbe6f1cd934a06b858d4f2191b66432db7a9e12f59c58081a0e4b813a8ddfad78792773e0cea4655fdb50be4668175c61ea9b3e97d56eaebe137df7e436'
-
'4d14bec4bb55439bbff606aa01b83621e894a93c575228c34839d4bcc031dbe6b24f4b5d81878f111d906e9d49799ec0d15cb540adf7e6b6a0b8993dd85db705')
+source=("https://github.com/xwmx/pandoc-ruby/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('9382af54106273e17c06aa8dc7ebcecfed72d1580337dd0ccf669032753f57abb646d29b645be375325509e5dea9113f5a95a3f75144b3c0f6978392595a26a8')
+b2sums=('594d9dbe6f1cd934a06b858d4f2191b66432db7a9e12f59c58081a0e4b813a8ddfad78792773e0cea4655fdb50be4668175c61ea9b3e97d56eaebe137df7e436')
prepare() {
cd pandoc-ruby-$pkgver
- patch --verbose --strip=1 --input="../${pkgname}_fix_tests.patch"
-
rm Gemfile.lock
sed -i '/Gemfile.lock/d' pandoc-ruby.gemspec
sed -i '/rubocop/Id' Gemfile
=====================================
ruby-pandoc-ruby_fix_tests.patch deleted
=====================================
@@ -1,10 +0,0 @@
---- a/test/files/format.man
-+++ b/test/files/format.man
-@@ -1,5 +1,3 @@
- .SH This is a Title
--Some \f[I]emphasized text\f[R] and \c
--.UR http://daringfireball.net/projects/markdown/
--a link
--.UE \c
-+Some \f[I]emphasized text\f[R] and a
-+link (http://daringfireball.net/projects/markdown/)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-pandoc-ruby/-/commit/74286457f74105eee2f4edbc6d493d4e76b62957
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-pandoc-ruby/-/commit/74286457f74105eee2f4edbc6d493d4e76b62957
You're receiving this email because of your account on gitlab.archlinux.org.