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
Commits
185d04f4
Commit
185d04f4
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
main/abuild: upgrade to 3.11.8
parent
5ecc3adb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/abuild/APKBUILD
+16
-5
16 additions, 5 deletions
main/abuild/APKBUILD
with
16 additions
and
5 deletions
main/abuild/APKBUILD
+
16
−
5
View file @
185d04f4
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
abuild
pkgver
=
3.11.
7
pkgver
=
3.11.
8
_ver
=
${
pkgver
%_git*
}
pkgrel
=
0
pkgdesc
=
"Script to build Alpine Packages"
url
=
"https://git.alpinelinux.org/cgit/abuild/"
arch
=
"all"
license
=
"GPL-2.0-only"
depends
=
"fakeroot scanelf openssl>3 apk-tools>=2.0.7-r1 libc-utils
attr tar pkgconf patch lzip"
depends
=
"
apk-tools>=2.0.7-r1
attr
cmd:getcap
fakeroot
libc-utils
lzip
openssl>3
patch
pkgconf
scanelf
tar
"
if
[
"
$CBUILD
"
=
"
$CHOST
"
]
;
then
depends
=
"
$depends
curl"
fi
makedepends_build
=
"pkgconfig scdoc"
makedepends_host
=
"openssl-dev>3 zlib-dev"
makedepends
=
"
$makedepends_host
$makedepends_build
"
checkdepends
=
"kyua git"
checkdepends
=
"
cmd:setcap
kyua git"
install
=
"
$pkgname
.pre-install
$pkgname
.pre-upgrade"
subpackages
=
"
apkbuild-cpan:cpan:noarch
...
...
@@ -101,5 +112,5 @@ _rootbld() {
}
sha512sums
=
"
2a3d145e9d2d897d1eff40d06120275f8d28654cffa4365e07469c39924e614f7b8fafb58911cca749cbea790df5618bf3333efb13ea13ba49281653557d8811
abuild-3.11.
7
.tar.gz
de717ea674dd10e70b24bc674070599f4a4e346f93c1fec521f8408c190fa86ddc5d4633416bf019150bc1a5636de4e652a27350b5a6a5da9bf25c4d4e1481af
abuild-3.11.
8
.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment