summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-04-08 12:16:18 +0200
committerErich Eckner <git@eckner.net>2020-04-08 12:16:18 +0200
commitbf79e39a8e75add0c694b6eef7c68d0f5233fe9e (patch)
tree1ee0e53c4a88cdb4c0c463d499011f70932ad68b
parent1513af5b3a7c5fb523060b82a903c2c32b9c1a8b (diff)
downloaddevops-bf79e39a8e75add0c694b6eef7c68d0f5233fe9e.tar.xz
update-archlinux32-package: learn how to update *-dummy packages
-rwxr-xr-xupdate-archlinux32-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package
index 3ad636e..fd0b6e2 100755
--- a/update-archlinux32-package
+++ b/update-archlinux32-package
@@ -105,7 +105,7 @@ case "${pkgname}" in
# an upstream package which is updated by solely updating its checksum
update_path='checksum'
;;
- 'archlinux32-keyring'|'archlinux32-keyring-transition'|'python-pip-bootstrap'|'python-setuptools-bootstrap')
+ 'archlinux32-keyring'|'archlinux32-keyring-transition'|'python-pip-bootstrap'|'python-setuptools-bootstrap'|*'-dummy')
# a package without upstream which is updated by updating its
# version (according to watch-versions) and checksum
update_path='version and checksum without upstream'