From 89709f43f80992ba0299139a9279b6c4aa002ab9 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 12 Jun 2021 22:50:23 +0200 Subject: [PATCH] fix path in example cfg --- pkg/de-p1st-repo/PKGBUILD | 4 ++-- pkg/de-p1st-repo/arch-repo.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/de-p1st-repo/PKGBUILD b/pkg/de-p1st-repo/PKGBUILD index 7d6cf0a..c761d5b 100644 --- a/pkg/de-p1st-repo/PKGBUILD +++ b/pkg/de-p1st-repo/PKGBUILD @@ -2,13 +2,13 @@ _pkgname=repo _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.2.9 +pkgver=0.2.10 pkgrel=2 pkgdesc="Bash script to manage remote Arch Linux repository" arch=('any') url="https://codeberg.org/privacy1st/${_reponame}" license=('MIT') -depends=('openssh' 'aurutils') # arch-repo-vercmp uses "aur vercmp" which is part of "aurutils" +depends=('openssh' 'aurutils') # arch-repo-vercmp uses "aur vercmp" which is part of "aurutils" makedepends=('git') source=("git+${url}.git") sha256sums=('SKIP') diff --git a/pkg/de-p1st-repo/arch-repo.cfg b/pkg/de-p1st-repo/arch-repo.cfg index 24b4bd1..047c211 100644 --- a/pkg/de-p1st-repo/arch-repo.cfg +++ b/pkg/de-p1st-repo/arch-repo.cfg @@ -1,7 +1,7 @@ #=== LOCAL MACHINE CONFIGURATION ===# # Locations of built packages -LOCAL_PKG_DIRS=('/home/custompkgs' '/home/yoda/Downloads/git/arch/out') +LOCAL_PKG_DIRS=('/home/custompkgs' '/home/yoda/Downloads/git/arch/build-pkg/out') #=== REMOTE MIRROR SERVER CONFIGURATION ===#