This commit is contained in:
Daniel Langbein 2021-05-24 15:17:31 +02:00
parent 41271634c9
commit 08e587a2c0
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
_pkgname=repo _pkgname=repo
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.2.4 pkgver=0.2.5
pkgrel=1 pkgrel=1
pkgdesc="Bash script to manage remote Arch Linux repository" pkgdesc="Bash script to manage remote Arch Linux repository"
arch=('any') arch=('any')

View File

@ -13,7 +13,6 @@ source /etc/de-p1st-repo/arch-repo.cfg || exit $?
function main(){ function main(){
cd "${REMOTE_PKG_DIR}" || return $?
echo "Note: You may run 'arch-repo-push-new' and 'pacman -Sy' first ..." echo "Note: You may run 'arch-repo-push-new' and 'pacman -Sy' first ..."
all_pkg_vers || return $? all_pkg_vers || return $?