diff options
author | mia <mia@mia.jetzt> | 2024-06-30 18:25:52 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-06-30 18:25:52 -0700 |
commit | 56979efd3c0601e2b1c72ef5fb66512c81c1ccf7 (patch) | |
tree | 20c6f1d099b4825394de7ac32960ee4084891a20 /packages/aur.py | |
parent | 43b8b07f1e67e8c49cb4988192320266063debe6 (diff) | |
download | asylum-56979efd3c0601e2b1c72ef5fb66512c81c1ccf7.tar.gz asylum-56979efd3c0601e2b1c72ef5fb66512c81c1ccf7.zip |
add outskirts.town
Diffstat (limited to 'packages/aur.py')
-rw-r--r-- | packages/aur.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |