summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/commitpkg b/commitpkg
index 74463c9..d548065 100755
--- a/commitpkg
+++ b/commitpkg
@@ -46,6 +46,8 @@ elif [ "$cmd" == 'corepkg' ]; then
repo='core'
elif [ "$cmd" == 'testingpkg' ]; then
repo='testing'
+elif [ "$cmd" == 'stagingpkg' ]; then
+ repo='staging'
elif [ "$cmd" == 'communitypkg' ]; then
repo='community'
server='aur.archlinux.org'