From 56979efd3c0601e2b1c72ef5fb66512c81c1ccf7 Mon Sep 17 00:00:00 2001 From: mia Date: Sun, 30 Jun 2024 18:25:52 -0700 Subject: add outskirts.town --- packages/aur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/aur.py') diff --git a/packages/aur.py b/packages/aur.py index 85658e1..4fdbcfc 100644 --- a/packages/aur.py +++ b/packages/aur.py @@ -93,7 +93,7 @@ for name, current in packages.items(): print() if not check_continue(): continue - run_check(["git", "checkout", origin], cwd=path) + run_check(["git", "checkout", "--force", origin], cwd=path) # check for new version run_check(["makepkg", "--noprepare", "--nobuild"], cwd=path) ver = None -- cgit 1.4.1