diff options
author | Erich Eckner <git@eckner.net> | 2020-01-03 10:36:20 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-03 10:36:20 +0100 |
commit | 2e81aa9cda646d8486d2b3ae2d6158641510abca (patch) | |
tree | d64e72a37848c9c70d97e29f249521a3aff009b3 /update-archlinux32-package | |
parent | 12c274fd4428eaa5a12b70388cb48b5911e8569e (diff) | |
download | devops-2e81aa9cda646d8486d2b3ae2d6158641510abca.tar.xz |
update-archlinux32-package: learn to update archlinux32-keyring-transition
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-x | update-archlinux32-package | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package index 5124f73..4db57fe 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -101,7 +101,7 @@ case "${pkgname}" in # an upstream package which is updated by solely updating its checksum update_path='checksum' ;; - 'archlinux32-keyring'|'python-pip-bootstrap'|'python-setuptools-bootstrap') + 'archlinux32-keyring'|'archlinux32-keyring-transition'|'python-pip-bootstrap'|'python-setuptools-bootstrap') # a package without upstream which is updated by updating its # version (according to watch-versions) and checksum update_path='version and checksum without upstream' |