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
!66295
main/npth: upgrade to 1.8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
main/npth: upgrade to 1.8
J0WI/aports:npth-1.7
into
master
Overview
6
Commits
1
Pipelines
5
Changes
1
Merged
J0WI
requested to merge
J0WI/aports:npth-1.7
into
master
10 months ago
Overview
6
Commits
1
Pipelines
5
Changes
1
Expand
0
0
Merge request reports
Viewing commit
bf86ff2a
Show latest version
1 file
+
5
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bf86ff2a
main/npth: upgrade to 1.8
· bf86ff2a
J0WI
authored
10 months ago
main/npth/APKBUILD
+
5
−
8
Options
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
npth
pkgver
=
1.
6
pkgrel
=
4
pkgver
=
1.
8
pkgrel
=
0
pkgdesc
=
"The New GNU Portable Threads library"
url
=
"https://gnupg.org/related_software/npth/"
arch
=
"all"
@@ -9,11 +9,6 @@ license="LGPL-2.0-or-later"
subpackages
=
"
$pkgname
-dev"
source
=
"https://gnupg.org/ftp/gcrypt/npth/npth-
$pkgver
.tar.bz2"
prepare
()
{
default_prepare
update_config_sub
}
build
()
{
./configure
\
--build
=
$CBUILD
\
@@ -34,4 +29,6 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"2ed1012e14a9d10665420b9a23628be7e206fd9348111ec751349b93557ee69f1176bcf7e6b195b35b1c44a5e0e81ee33b713f03d79a33d1ecd9037035afeda2 npth-1.6.tar.bz2"
sha512sums
=
"
34fdeea3d8a7a594d8fdbcc6d5d389b5c8e282e8e84c1491b1e51960c0fa007df6a1d62543f0107f0772f3215557d4b25c2a9c7067cb0ae2f8de7b4d63d09fb4 npth-1.8.tar.bz2
"
Loading