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
!59743
testing/angband: upgrade to 4.2.5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/angband: upgrade to 4.2.5
elly/aports:angband-4.2.5
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
elly
requested to merge
elly/aports:angband-4.2.5
into
master
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
This allows dropping the config.sub fix in APKBUILD since it was fixed upstream.
0
0
Merge request reports
Compare
master
version 1
52262245
1 year ago
master (base)
and
latest version
latest version
107fc5ad
1 commit,
1 year ago
version 1
52262245
1 commit,
1 year ago
1 file
+
2
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testing/angband/APKBUILD
+
2
−
8
Options
# Contributor: Elly Fong-Jones <elly@elly.town>
# Maintainer: Elly Fong-Jones <elly@elly.town>
pkgname
=
angband
pkgver
=
4.2.
4
pkgver
=
4.2.
5
pkgrel
=
0
pkgdesc
=
"Roguelike computer role playing game"
url
=
"https://rephial.org"
@@ -19,12 +19,6 @@ builddir="$srcdir/Angband-$pkgver"
# to run: https://github.com/angband/angband/issues/5517
options
=
"!check"
prepare
()
{
default_prepare
# angband ships some obsolete autoconf intermediates that choke on musl
update_config_sub
}
build
()
{
./configure
\
--build
=
$CBUILD
\
@@ -56,5 +50,5 @@ package() {
}
sha512sums
=
"
41a36a0be570ccef62da826a9a53fa20d82c7adf8e862389ed92340a20a0426d21433c507c25a56ef63809aa2023d54d3689072168a87c7f2b3109caa848ada3
Angband-4.2.
4
.tar.gz
5d907849da64c27b16ebd8fac839eb7db72d7f2352671c57545beea6700dfd1c5b3387e6a222da12ef066329c28108d03bad6e84c99ab8bcb68513adbb71aad1
Angband-4.2.
5
.tar.gz
"
Loading