index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
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) |
-rwxr-xr-x | update-archlinux32-package | 4 |
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' ;; |