summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate-archlinux32-package6
1 files changed, 3 insertions, 3 deletions
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'