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 0f327f4..cac7f22 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -3,6 +3,7 @@ # update an archlinux32 package # archiso # asp +# dart # devtools # eclipse # flashplugin @@ -13,6 +14,7 @@ # linux-zen # python-pip-bootstrap # reflector +# teamspeak3-server git_repo_path='/usr/src/archlinux32/packages' upstream_git_path='/usr/src/archlinux/packages' @@ -95,7 +97,7 @@ case "${pkgname}" in # upstream, though) update_path='archlinuxewe' ;; - 'archiso'|'eclipse'|'flashplugin'|'freebasic'|'reflector') + 'archiso'|'dart'|'eclipse'|'flashplugin'|'freebasic'|'reflector'|'teamspeak3-server') # an upstream package which is updated by solely updating its checksum update_path='checksum' ;; |