From 0b41eaa7392d93a695472bdaa4140c80f33dc826 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 24 Dec 2021 05:40:37 -0600 Subject: [PATCH] Updated for new aurutils (can't be arsed for specifics) --- PKGBUILD | 4 ++-- aur-remove | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ec30837..6cab0a4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: David Thurstenson 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') diff --git a/aur-remove b/aur-remove index 94b462d..b4c0176 100755 --- a/aur-remove +++ b/aur-remove @@ -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