mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix path in example cfg
This commit is contained in:
parent
4d86257c1f
commit
89709f43f8
@ -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')
|
||||
|
@ -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 ===#
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user