summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-15 16:10:27 +0100
committerErich Eckner <git@eckner.net>2020-01-15 16:10:27 +0100
commitbca7a275a3efc9f043bddf0e18889618a273f911 (patch)
tree0b13e0f8c2e9e08dc33d75c0b05503efce59b5c6
parent90c542991e4aad8924ac6eeccfb87cb7e5c3ee12 (diff)
downloaddevops-bca7a275a3efc9f043bddf0e18889618a273f911.tar.xz
update-archlinux32-package: archiso is in [archlinuxewe], not identical to upstream
-rwxr-xr-xupdate-archlinux32-package4
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'
;;