Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
redmine
Commits:
f5ee4e20 by Andreas Schleifer at 2024-10-05T02:19:03+02:00
upgpkg: 5.1.3-2: Ruby 3.3 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = redmine
pkgdesc = A flexible project management web application written using
Ruby on Rails framework.
pkgver = 5.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.redmine.org
arch = x86_64
license = GPL2
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=redmine
pkgver=5.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A flexible project management web application written using Ruby on
Rails framework."
arch=('x86_64')
url="https://www.redmine.org"
@@ -37,6 +37,7 @@
sha512sums=('60d33aacf7694e25fbf880f54bda4ac6b996f807a5e616938f27eb2a2b5da23ac84
build() {
cd "$srcdir"/redmine-$pkgver
+ sed -i "/ruby '/d" Gemfile
cp "${srcdir}"/Gemfile.local Gemfile.local
bundle config set force_ruby_platform true
bundle config build.nokogiri --use-system-libraries "--
--with-cflags='$(ruby -r rbconfig -e 'print RbConfig::CONFIG["CFLAGS"]')
-Wno-incompatible-pointer-types'"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/redmine/-/commit/f5ee4e20b73f1194ab86c5f4f3d55333b4005d63
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/redmine/-/commit/f5ee4e20b73f1194ab86c5f4f3d55333b4005d63
You're receiving this email because of your account on gitlab.archlinux.org.