index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-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' ;; |