docs: update Linux/Arch/make-package

This commit is contained in:
Lukas Forsberg 2025-05-30 15:50:18 +02:00 committed by Lukas Forsberg
parent 3aeb62bda8
commit 4923d68565

View File

@ -2,7 +2,7 @@
title: Make Package title: Make Package
description: Information on how to make arch packages that can be used with pacman description: Information on how to make arch packages that can be used with pacman
published: true published: true
date: 2025-05-30T13:50:07.095Z date: 2025-05-30T13:50:16.714Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-05-30T08:32:02.401Z dateCreated: 2025-05-30T08:32:02.401Z
@ -34,5 +34,5 @@ Create the file
/etc/pacman.d/customrepo.conf /etc/pacman.d/customrepo.conf
``` ```
[customrepo] [customrepo]
Server = http://<your-host-ip>:8000/archrepo/x86_64 Server = http://<your-host-ip>:3015/archrepo/x86_64
``` ```