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
8edc7321
Commit
8edc7321
authored
4 years ago
by
Justin Berthault
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/partclone: upgrade to 0.3.17
parent
1c4e9561
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!15888
testing/partclone: upgrade to 0.3.17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/partclone/APKBUILD
+3
-4
3 additions, 4 deletions
testing/partclone/APKBUILD
testing/partclone/musl.patch
+2
-2
2 additions, 2 deletions
testing/partclone/musl.patch
with
5 additions
and
6 deletions
testing/partclone/APKBUILD
+
3
−
4
View file @
8edc7321
# Contributor: Sean McAvoy <seanmcavoy@gmail.com>
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
pkgname
=
partclone
pkgver
=
0.3.1
4
pkgver
=
0.3.1
7
pkgrel
=
0
pkgdesc
=
"utilities to save and restore used blocks on a partition"
url
=
"https://partclone.org"
...
...
@@ -14,7 +14,6 @@ subpackages="$pkgname-doc $pkgname-lang"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/
$pkgver
.tar.gz
musl.patch
"
# musl.patch taken from voidlinux
prepare
()
{
cd
"
$builddir
"
/src
...
...
@@ -47,5 +46,5 @@ package() {
}
sha512sums
=
"
bf2829b9a21b8140b0b4925a8dff6252e72d800a648e69d02fa3ddcd0a7737cd13bf4d1feb015f8a397b91f8e745fd95bd8f7d7abb1d88a9c73a45881123403e
partclone-0.3.1
4
.tar.gz
45904139a559a17fbe20ec7df52d3f3c7fcdf9305d50e1ae00b667133146098aac1825ce898a0dac25e78c8dcbcfdef7696ae740ff977e45e3ada0f8427d0dfa
musl.patch"
sha512sums
=
"
a9d7cc1601d485530c2c92621fed56c25ec75bf0ed06d403de86a282b34ec6aa961bf90c9c6ab3a9476de8bfe168d59b2b5c85623aea5aac8ea50d6798d54f53
partclone-0.3.1
7
.tar.gz
0676b34c5818f8866e733b0aee151e8220b8db839ba732acfdaad4dcea81a4b5d514a520e43c79efcf53ba0788c9a7f06c043441b4d1f56dd684882329efce9d
musl.patch"
This diff is collapsed.
Click to expand it.
testing/partclone/musl.patch
+
2
−
2
View file @
8edc7321
...
...
@@ -12,8 +12,8 @@ Summary: Fixes musl compatibility
#include <stdint.h>
#include <stdarg.h>
#include <string.h>
--- a/src/btrfs/rbtree.h.orig
+++ b/src/btrfs/rbtree.h
--- a/src/btrfs/
kernel-lib/
rbtree.h.orig
+++ b/src/btrfs/
kernel-lib/
rbtree.h
@@ -38,6 +38,10 @@
extern "C" {
#endif
...
...
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