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
!77647
community/*: enable on loongarch64
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/*: enable on loongarch64
DWwanghao/aports:swayrbar
into
master
Overview
0
Commits
1
Pipelines
5
Changes
2
Merged
DWwanghao
requested to merge
DWwanghao/aports:swayrbar
into
master
3 months ago
Overview
0
Commits
1
Pipelines
5
Changes
2
Expand
0
0
Merge request reports
Viewing commit
92226e37
Show latest version
2 files
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
92226e37
community/*: enable on loongarch64
· 92226e37
DWwanghao
authored
3 months ago
community/pg_probackup/APKBUILD
+
1
−
1
Options
@@ -6,7 +6,7 @@ _pgsqlverm="${_pgsqlver%%.[0-9]*}"
pkgrel
=
1
pkgdesc
=
"Backup and recovery manager for PostgreSQL"
url
=
"https://github.com/postgrespro/pg_probackup"
arch
=
"all !riscv64
!loongarch64
"
# blocked by postgresql15
arch
=
"all !riscv64"
# blocked by postgresql15
license
=
"PostgreSQL"
makedepends
=
"
bison
Loading