This commit is contained in:
Daniel Langbein 2021-06-18 22:00:09 +02:00
parent 91369b04a0
commit af35daca89
3 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ Then you can start building all packages and adding them to your mirror-server:
``` ```
## Installing Arch Linux ## Install Arch Linux
See [pkg/de-p1st-installer/README.md](pkg/de-p1st-installer/README.md) See [pkg/de-p1st-installer/README.md](pkg/de-p1st-installer/README.md)

View File

@ -2,8 +2,8 @@
_pkgname=repo _pkgname=repo
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.2.10 pkgver=0.2.11
pkgrel=2 pkgrel=1
pkgdesc="Bash script to manage remote Arch Linux repository" pkgdesc="Bash script to manage remote Arch Linux repository"
arch=('any') arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}" url="https://codeberg.org/privacy1st/${_reponame}"

View File

@ -14,6 +14,6 @@ REMOTE_DB_NAME=de-p1st
# #
# Some variables for index.html generation. # Some variables for index.html generation.
# #
HTML_TITLE='privacy1st.de Arch Packages' HTML_TITLE='Privacy1st'
HTML_HEADING='My personalized Arch Packages' HTML_HEADING='My personalized Arch Linux distribution'
HTML_LINK_SRC='https://codeberg.org/privacy1st/arch' HTML_LINK_SRC='https://codeberg.org/privacy1st/arch'