diff options
author | Erich Eckner <git@eckner.net> | 2020-01-15 16:10:27 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-15 16:10:27 +0100 |
commit | bca7a275a3efc9f043bddf0e18889618a273f911 (patch) | |
tree | 0b13e0f8c2e9e08dc33d75c0b05503efce59b5c6 /update-archlinux32-package | |
parent | 90c542991e4aad8924ac6eeccfb87cb7e5c3ee12 (diff) | |
download | devops-bca7a275a3efc9f043bddf0e18889618a273f911.tar.xz |
update-archlinux32-package: archiso is in [archlinuxewe], not identical to upstream
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-x | update-archlinux32-package | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package index 4db57fe..2f584e4 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -91,13 +91,13 @@ update_checksum() { # selecting the "update path" case "${pkgname}" in - 'asp'|'devtools') + 'asp'|'devtools'|'archiso') # a package which is in [archlinuxewe] -> mostly upstream, but with # replaced sources, checksums and pkgver (might be identical to # upstream, though) update_path='archlinuxewe' ;; - 'archiso'|'dart'|'eclipse'|'flashplugin'|'freebasic'|'reflector'|'teamspeak3-server') + 'dart'|'eclipse'|'flashplugin'|'freebasic'|'reflector'|'teamspeak3-server') # an upstream package which is updated by solely updating its checksum update_path='checksum' ;; |