Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!57969
Upgrade Ruby to 3.3.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade Ruby to 3.3.0
jirutka/aports:ruby330
into
master
Overview
0
Commits
36
Pipelines
9
Changes
1
Merged
Jakub Jirutka
requested to merge
jirutka/aports:ruby330
into
master
1 year ago
Overview
0
Commits
36
Pipelines
9
Changes
1
Expand
https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
Edited
1 year ago
by
Andy Postnikov
1
0
Merge request reports
Viewing commit
43781c6d
Show latest version
1 file
+
3
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
43781c6d
community/ruby-pkg-config: upgrade to 1.5.6 and reenable check
· 43781c6d
Jakub Jirutka
authored
1 year ago
community/ruby-pkg-config/APKBUILD
+
3
−
7
Options
@@ -2,8 +2,8 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
ruby-pkg-config
_gemname
=
pkg-config
pkgver
=
1.5.
5
pkgrel
=
1
pkgver
=
1.5.
6
pkgrel
=
0
pkgdesc
=
"pkg-config implemented by pure Ruby"
url
=
"https://github.com/ruby-gnome/pkg-config"
arch
=
"noarch"
@@ -18,10 +18,6 @@ source="https://github.com/ruby-gnome/pkg-config/archive/$pkgver/ruby-pkg-config
gemspec.patch
"
builddir
=
"
$srcdir
/
$_gemname
-
$pkgver
"
# fail with pkgconf ordering:
# <"-I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng16">(UTF-8) expected but was
# <"-I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1">(ASCII-8BIT)
options
=
"!check"
build
()
{
gem build
$_gemname
.gemspec
@@ -51,6 +47,6 @@ package() {
}
sha512sums
=
"
08cbf8c1001e6a7177935c8bde9df40b847c9612933f27afbad7a0824e8f9ee2e4c6660a9bd4e3d23e1219
ec
e
04
a6f6109c02824b03426e9216abe743a172929
ruby-pkg-config-1.5.
5
.tar.gz
8b69ed93a56687d4ecb1afb967fa38cac76ccd0bb332a405ebf02ab6881e341fbbd2fed746d9bf0d0bd6
ec
b
04
7dea875cdeb1e585b0ce2befc91ce414b47c858
ruby-pkg-config-1.5.
6
.tar.gz
d3dc12c47ca186ae0cde00788272a71d2a9256df280e9164a9a3c54ca8f27a681cc7808ce16546c15ae7af19d379da7ca0dd48f72ba740aa0fa0b8b5d7a8e650 gemspec.patch
"
Loading