From bca7a275a3efc9f043bddf0e18889618a273f911 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 15 Jan 2020 16:10:27 +0100 Subject: update-archlinux32-package: archiso is in [archlinuxewe], not identical to upstream --- update-archlinux32-package | 4 ++-- 1 file 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' ;; -- cgit v1.2.3