From 62ad378611dd84b08c0a95b4d6dd73e518bb86ab Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 12 Jun 2021 23:34:18 +0200 Subject: [PATCH] fix --- pkg/de-p1st-ssh/PKGBUILD | 5 +++-- prototype/proto.PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/de-p1st-ssh/PKGBUILD b/pkg/de-p1st-ssh/PKGBUILD index b209b3b..5badb9a 100644 --- a/pkg/de-p1st-ssh/PKGBUILD +++ b/pkg/de-p1st-ssh/PKGBUILD @@ -2,14 +2,14 @@ _pkgname=ssh _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.0.1 +pkgver=0.0.2 pkgrel=1 pkgdesc="ssh with configuration" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') depends=('openssh' 'systemd') -depends+=('holo' 'git' 'base') # holo and its dependencies: git for holo-diff; without base "holo apply" may fail on initial system installation +depends+=('holo' 'git' 'base') # holo and its dependencies: git because of git-diff; without base "holo apply" may fail on initial system installation makedepends=('git') install='.install' source=("git+${url}.git") @@ -18,5 +18,6 @@ sha256sums=('SKIP') package() { cd "${_reponame}/pkg/${pkgname}" + install -Dm0544 sshd_config.holoscript "$pkgdir"/usr/share/holo/files/"$pkgname"/etc/ssh/sshd_config.holoscript install -Dm0644 systemd.preset "$pkgdir"/usr/lib/systemd/system-preset/20-"$pkgname".preset } diff --git a/prototype/proto.PKGBUILD b/prototype/proto.PKGBUILD index 854b9b3..5c4bc22 100644 --- a/prototype/proto.PKGBUILD +++ b/prototype/proto.PKGBUILD @@ -10,7 +10,7 @@ url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') groups=() depends=() -depends+=('holo' 'git' 'base') # holo and its dependencies: git for holo-diff; without base "holo apply" may fail on initial system installation +depends+=('holo' 'git' 'base') # holo and its dependencies: git because of git-diff; without base "holo apply" may fail on initial system installation makedepends=('git') # to fetch source(s) via git optdepends=() provides=()