index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-01-01 18:47:42 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-01 18:47:42 +0100 |
commit | 12c274fd4428eaa5a12b70388cb48b5911e8569e (patch) | |
tree | 2e27db3c1badf85f29fa0d6734d73338d13f9f02 /update-archlinux32-package | |
parent | 2f401ba299ebd4aa408ca9187e3e983b0e50c9b6 (diff) |
-rwxr-xr-x | update-archlinux32-package | 2 |
diff --git a/update-archlinux32-package b/update-archlinux32-package index c370803..5124f73 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' ;; - 'python-pip-bootstrap'|'python-setuptools-bootstrap') + 'archlinux32-keyring'|'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' |