fix path in example cfg

This commit is contained in:
Daniel Langbein 2021-06-12 22:50:23 +02:00
parent 4d86257c1f
commit 89709f43f8
2 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
_pkgname=repo _pkgname=repo
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.2.9 pkgver=0.2.10
pkgrel=2 pkgrel=2
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}"
license=('MIT') 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') makedepends=('git')
source=("git+${url}.git") source=("git+${url}.git")
sha256sums=('SKIP') sha256sums=('SKIP')

View File

@ -1,7 +1,7 @@
#=== LOCAL MACHINE CONFIGURATION ===# #=== LOCAL MACHINE CONFIGURATION ===#
# Locations of built packages # 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 ===# #=== REMOTE MIRROR SERVER CONFIGURATION ===#