From bd2aae694f4ea88bc9d49efbac60381e3110621e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 1 Jul 2020 13:26:58 +0200 Subject: update-archlinux32-package: update all *-bootstrap packages --- update-archlinux32-package | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'update-archlinux32-package') diff --git a/update-archlinux32-package b/update-archlinux32-package index b2b0523..256daa0 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -1,6 +1,8 @@ #!/bin/bash # update an archlinux32 package +# *-bootstrap +# *-dummy # archiso # archlinux32-keyring # archlinux32-keyring-transition @@ -15,8 +17,6 @@ # linux-olpc-xo1 (no upstream) # linux-pae (no upstream) # linux-zen -# python-pip-bootstrap -# python-setuptools-bootstrap # reflector # teamspeak3-server @@ -106,7 +106,7 @@ case "${pkgname}" in # an upstream package which is updated by solely updating its checksum update_path='checksum' ;; - 'archlinux32-keyring'|'archlinux32-keyring-transition'|'python-pip-bootstrap'|'python-setuptools-bootstrap'|*'-dummy') + 'archlinux32-keyring'|'archlinux32-keyring-transition'|*'-bootstrap'|*'-dummy') # a package without upstream which is updated by updating its # version (according to watch-versions) and checksum update_path='version and checksum without upstream' -- cgit v1.2.3