diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-12-04 17:48:46 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-12-04 17:48:46 +0100 |
commit | f62f307c8490a3018941e2a8805a082e001b95e2 (patch) | |
tree | 886e1501c72464ae2194ea73f759ed79b582e162 /commitpkg.in | |
parent | 8efe61b4e2769f2a0e54c285f4de4083ada40e3c (diff) | |
download | devtools32-f62f307c8490a3018941e2a8805a082e001b95e2.tar.xz |
Add support for kde-unstable and gnome-unstable
Diffstat (limited to 'commitpkg.in')
-rw-r--r-- | commitpkg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commitpkg.in b/commitpkg.in index e8f271a..f81cc93 100644 --- a/commitpkg.in +++ b/commitpkg.in @@ -50,7 +50,7 @@ case "$cmd" in esac case "$repo" in - core|extra|testing|staging) + core|extra|testing|staging|kde-unstable|gnome-unstable) server='gerolde.archlinux.org' ;; community*|multilib*) server='aur.archlinux.org' ;; |