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