Updated for new aurutils (can't be arsed for specifics)

This commit is contained in:
David Thurstenson 2021-12-24 05:40:37 -06:00
parent 7dada39111
commit 0b41eaa739
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: David Thurstenson <thurstylark@gmail.com>
pkgname=tl-aurutils-helpers
pkgver=0.2
pkgver=0.3
pkgrel=1
pkgdesc="Scripts for automating common aurutils tasks"
arch=('any')
@ -10,7 +10,7 @@ depends=('aurutils')
source=("aur-remove"
"aur-sync-devel"
"aur-vercmp-devel")
md5sums=('e6daee721038a55017b84cf32aa081bb'
md5sums=('24b357851065a39e8a0b7af2e9ca980b'
'0363a0fb4cb07a162ca57c00879a895f'
'19fb39b8b745dc3ecea1df8d2eca9307')

View File

@ -6,7 +6,7 @@ if [ "$#" -eq 0 ]; then
exit 1
fi
aur repo --path-list | while read -r repo_path; do
aur repo --list-path | while read -r repo_path; do
repo-remove "$repo_path" "$@"
paccache -c "${repo_path%/*}" -rvk0 "$@"
done