summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/commitpkg b/commitpkg
index 0bbe15c..1b1fc46 100755
--- a/commitpkg
+++ b/commitpkg
@@ -58,6 +58,9 @@ for _pkgname in ${pkgname[@]}; do
elif [ "$cmd" == "communitypkg" ]; then
repo="community"
server="aur.archlinux.org"
+ elif [ "$cmd" == "community-testingpkg" ]; then
+ repo="community-testing"
+ server="aur.archlinux.org"
else
if [ $# -eq 0 ]; then
echo "usage: commitpkg <reponame> [-l limit] [commit message]"