This commit is contained in:
Daniel Langbein 2021-11-13 17:17:07 +01:00
parent 1a971f815a
commit 8a4e074096
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
_pkgname=installer _pkgname=installer
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.2.1 pkgver=0.2.2
pkgrel=1 pkgrel=1
pkgdesc="Installer for Arch Linux written in Bash" pkgdesc="Installer for Arch Linux written in Bash"
arch=('any') arch=('any')

View File

@ -23,6 +23,6 @@ ADDITIONAL_PKGS+=('mkinitcpio' 'de-p1st-kernel-lts' 'de-p1st-ucode-placeholder'
# remote ssh access # remote ssh access
ADDITIONAL_PKGS+=('de-p1st-ssh' 'de-p1st-ssh-key-yoda') ADDITIONAL_PKGS+=('de-p1st-ssh' 'de-p1st-ssh-key-yoda')
# docker and docker-compose # docker and docker-compose
ADDITIONAL_PKGS+=('docker' 'docker-compose') ADDITIONAL_PKGS+=('de-p1st-docker')
# cronie # cronie
ADDITIONAL_PKGS+=('de-p1st-cronie') ADDITIONAL_PKGS+=('de-p1st-cronie')

View File

@ -3,8 +3,8 @@ _pkgname=ssh-key-yoda
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.3 pkgver=0.0.3
pkgrel=1 pkgrel=2
pkgdesc="ssh authorized_keys for user yoda" pkgdesc="ssh authorized_keys for user yoda with uid 1000"
arch=('any') arch=('any')
url="https://codeberg.org/privacy1st/${_reponame}" url="https://codeberg.org/privacy1st/${_reponame}"
license=('MIT') license=('MIT')