「非公式ユーザーリポジトリ」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
6行目: 6行目:
 
{{Related|公式リポジトリ}}
 
{{Related|公式リポジトリ}}
 
{{Related articles end}}
 
{{Related articles end}}
この記事ではコミュニティによって自由に作成・共有されたバイナリリポジトリを並べています。多くは [[AUR|AUR]] にある PKGBUILD のビルド済みバージョンを提供しています。
+
この記事ではコミュニティによって自由に作成・共有されたバイナリリポジトリを並べています。多くは [[AUR]] にある PKGBUILD のビルド済みバージョンを提供しています。
   
 
{{Warning|Arch Linux の正式な開発者や Trusted User はこれらのリポジトリの中身を全く精査していません。リポジトリのメンテナを信頼するか決めるのはユーザー次第であり、自分で決定する以上、完全に自己責任です。}}
 
{{Warning|Arch Linux の正式な開発者や Trusted User はこれらのリポジトリの中身を全く精査していません。リポジトリのメンテナを信頼するか決めるのはユーザー次第であり、自分で決定する以上、完全に自己責任です。}}
   
ここにあるリポジトリを使用するには、[[pacman#Repositories|pacman#Repositories]] で説明されているように、リポジトリを {{ic|/etc/pacman.conf}} に追加する必要があります。リポジトリに署名がある場合は、[[Pacman-key#非公式のキーの追加|Pacman-key#非公式のキーの追加]] に書かれているように、適当なキーを取得してローカルで署名してください。
+
ここにあるリポジトリを使用するには、[[pacman#Repositories]] で説明されているように、リポジトリを {{ic|/etc/pacman.conf}} に追加する必要があります。リポジトリに署名がある場合は、[[Pacman-key#非公式のキーの追加]] に書かれているように、適当なキーを取得してローカルで署名してください。
   
 
自分でカスタムリポジトリを作ってみたい場合は、[[pacman ヒント#カスタムローカルリポジトリ]]を見て下さい。
 
自分でカスタムリポジトリを作ってみたい場合は、[[pacman ヒント#カスタムローカルリポジトリ]]を見て下さい。
  +
  +
{{Tip|このページに記載されている全てのサーバーのリストを取得するには: {{bc|<nowiki>curl 'https://wiki.archlinux.org/index.php/Unofficial_user_repositories' | grep 'Server = ' | sed "s/\$arch/$(uname -m)/g" | cut -f 3 -d' '</nowiki>}}
  +
ウェブブラウザで開いて、リポジトリの中身を調べることができます。}}
   
 
== このページにリポジトリを追加 ==
 
== このページにリポジトリを追加 ==
52行目: 55行目:
 
[infinality-bundle-fonts]
 
[infinality-bundle-fonts]
 
Server = http://bohoomil.com/repo/fonts
 
Server = http://bohoomil.com/repo/fonts
  +
</nowiki>}}
  +
  +
==== ivasilev ====
  +
  +
* '''メンテナ:''' [http://ivasilev.net Ianis G. Vasilev]
  +
* '''説明:''' 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。
  +
* '''上流ページ:''' http://ivasilev.net/pacman
  +
* '''Key-ID:''' 436BB513
  +
  +
{{Note|'any', 'i686', 'x86_64' リポジトリをメンテナンスしています。どのリポジトリも 'any' のパッケージを含んでいます。$arch は3つのうちどれかに置き換えることが可能。}}
  +
  +
{{bc|<nowiki>
  +
[ivasilev]
  +
Server = http://ivasilev.net/pacman/any
  +
# Server = http://ivasilev.net/pacman/$arch
  +
</nowiki>}}
  +
  +
==== pkgbuilder ====
  +
  +
* '''メンテナ:''' [https://chriswarrick.com/ Chris Warrick]
  +
* '''説明:''' Python の AUR ヘルパー、PKGBUILDer のリポジトリ。
  +
* '''上流ページ:''' https://github.com/Kwpolska/pkgbuilder
  +
* '''Key-ID:''' 5EAAEA16
  +
  +
{{bc|<nowiki>
  +
[pkgbuilder]
  +
Server = https://pkgbuilder-repo.chriswarrick.com/
 
</nowiki>}}
 
</nowiki>}}
   
90行目: 120行目:
 
* '''説明:''' Arch Linux の中国コミュニティによるパッケージ (ほとんどが署名済み)
 
* '''説明:''' Arch Linux の中国コミュニティによるパッケージ (ほとんどが署名済み)
 
* '''Git リポジトリ:''' https://github.com/archlinuxcn/repo
 
* '''Git リポジトリ:''' https://github.com/archlinuxcn/repo
  +
* '''ミラー:''' https://github.com/archlinuxcn/mirrorlist-repo
 
* '''Key-ID:''' このリポジトリを追加したら、何よりもまず ''archlinuxcn-keyring'' パッケージをインストールする必要があります。
 
* '''Key-ID:''' このリポジトリを追加したら、何よりもまず ''archlinuxcn-keyring'' パッケージをインストールする必要があります。
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[archlinuxcn]
 
[archlinuxcn]
SigLevel = Optional TrustAll
+
SigLevel = Optional TrustedOnly
 
Server = http://repo.archlinuxcn.org/$arch
 
Server = http://repo.archlinuxcn.org/$arch
 
</nowiki>}}
 
</nowiki>}}
117行目: 148行目:
 
[bbqlinux]
 
[bbqlinux]
 
Server = http://packages.bbqlinux.org/$repo/os/$arch
 
Server = http://packages.bbqlinux.org/$repo/os/$arch
</nowiki>}}
 
 
==== carstene1ns ====
 
 
* '''メンテナ:''' [[en2:User:Carstene1ns|Carsten Teibes]]
 
* '''説明:''' Carsten Teibes によってメンテ・使用されている AUR パッケージ (games/Wii/lib32/Python)
 
* '''上流ページ:''' http://repo.carsten-teibes.de
 
* '''Key-ID:''' 2476B20B
 
 
{{bc|<nowiki>
 
[carstene1ns]
 
Server = http://repo.carsten-teibes.de/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
142行目: 161行目:
 
Server = http://catalyst.wirephire.com/repo/catalyst/$arch
 
Server = http://catalyst.wirephire.com/repo/catalyst/$arch
 
## Mirrors, if the primary server does not work or is too slow:
 
## Mirrors, if the primary server does not work or is too slow:
#Server = http://70.239.162.206/catalyst-mirror/repo/catalyst/$arch
 
 
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst/$arch
 
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst/$arch
 
#Server = http://mirror.hactar.bz/Vi0L0/catalyst/$arch
 
#Server = http://mirror.hactar.bz/Vi0L0/catalyst/$arch
158行目: 176行目:
 
Server = http://catalyst.wirephire.com/repo/catalyst-hd234k/$arch
 
Server = http://catalyst.wirephire.com/repo/catalyst-hd234k/$arch
 
## Mirrors, if the primary server does not work or is too slow:
 
## Mirrors, if the primary server does not work or is too slow:
#Server = http://70.239.162.206/catalyst-mirror/repo/catalyst-hd234k/$arch
 
 
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst-hd234k/$arch
 
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst-hd234k/$arch
 
#Server = http://mirror.hactar.bz/Vi0L0/catalyst-hd234k/$arch
 
#Server = http://mirror.hactar.bz/Vi0L0/catalyst-hd234k/$arch
180行目: 197行目:
 
* '''説明:''' Arch ISO ライブディスクから ZFS をインストールするためのパッケージ
 
* '''説明:''' Arch ISO ライブディスクから ZFS をインストールするためのパッケージ
 
* '''上流ページ:''' https://github.com/demizer/archzfs
 
* '''上流ページ:''' https://github.com/demizer/archzfs
* '''Key-ID:''' 0EE7A126
+
* '''Key-ID:''' 5E1ABF240EE7A126
  +
  +
{{bc|<nowiki>
  +
[demz-repo-archiso]
  +
Server = http://demizerone.com/$repo/$arch
  +
</nowiki>}}
   
 
==== demz-repo-core ====
 
==== demz-repo-core ====
187行目: 209行目:
 
* '''説明:''' Arch Linux で ZFS を扱うためのパッケージ。
 
* '''説明:''' Arch Linux で ZFS を扱うためのパッケージ。
 
* '''上流ページ:''' https://github.com/demizer/archzfs
 
* '''上流ページ:''' https://github.com/demizer/archzfs
* '''Key-ID:''' 0EE7A126
+
* '''Key-ID:''' 5E1ABF240EE7A126
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[demz-repo-core]
 
[demz-repo-core]
Server = http://demizerone.com/$repo/$arch
 
</nowiki>}}
 
 
{{bc|<nowiki>
 
[demz-repo-archiso]
 
 
Server = http://demizerone.com/$repo/$arch
 
Server = http://demizerone.com/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
202行目: 219行目:
   
 
* '''メンテナ:''' Moritz Molch
 
* '''メンテナ:''' Moritz Molch
* '''説明:''' [[EncFS|EncFS]] を統合するのに使える gnome-encfs-manager
+
* '''説明:''' [[EncFS]] を統合するのに使える gnome-encfs-manager
 
* '''上流ページ:''' [https://launchpad.net/gencfsm Gnome EncfsM].
 
* '''上流ページ:''' [https://launchpad.net/gencfsm Gnome EncfsM].
 
* '''Key ID:'''
 
* '''Key ID:'''
209行目: 226行目:
 
[home_moritzmolch_gencfsm_Arch_Extra]
 
[home_moritzmolch_gencfsm_Arch_Extra]
 
Server = http://download.opensuse.org/repositories/home:/moritzmolch:/gencfsm/Arch_Extra/$arch
 
Server = http://download.opensuse.org/repositories/home:/moritzmolch:/gencfsm/Arch_Extra/$arch
</nowiki>}}
 
 
==== haavard ====
 
 
* '''メンテナ:''' Håvard Pettersson
 
* '''説明:''' Tox 関連のパッケージ
 
* '''上流ページ:''' https://haavard.me/archlinux
 
* '''Key-ID:''' 928988CE
 
{{bc|<nowiki>
 
[haavard]
 
Server = https://haavard.me/archlinux/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
244行目: 250行目:
 
[infinality-bundle]
 
[infinality-bundle]
 
Server = http://bohoomil.com/repo/$arch
 
Server = http://bohoomil.com/repo/$arch
  +
</nowiki>}}
  +
  +
==== ivasilev ====
  +
  +
* '''メンテナ:''' [http://ivasilev.net Ianis G. Vasilev]
  +
* '''説明:''' 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。
  +
* '''上流ページ:''' http://ivasilev.net/pacman
  +
* '''Key-ID:''' 436BB513
  +
  +
{{Note|'any', 'i686', 'x86_64' リポジトリをメンテナンスしています。どのリポジトリも 'any' のパッケージを含んでいます。$arch は3つのうちどれかに置き換えることが可能。}}
  +
  +
{{bc|<nowiki>
  +
[ivasilev]
  +
Server = http://ivasilev.net/pacman/$arch
 
</nowiki>}}
 
</nowiki>}}
   
262行目: 282行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== lxqt-git ====
+
==== llvm-svn ====
   
* '''メンテナ:''' [http://www.stobbstechnical.com/ stobbsm]
+
* '''メンテナ:''' [[en2:User:Kerberizer|Luchesar V. ILIEV (kerberizer)]]
  +
* '''説明:''' AUR の [https://aur.archlinux.org/pkgbase/llvm-svn llvm-svn] と [https://aur.archlinux.org/pkgbase/lib32-llvm-svn lib32-llvm-svn]: LLVM コンパイラインフラストラクチャ、Clang フロント、関連ツール。
* '''説明:''' lxqt-git のウィークリービルドリポジトリ。
 
  +
* '''Key-ID:''' [https://sks-keyservers.net/pks/lookup?op=vindex&search=0x76563F75679E4525&fingerprint=on&exact=on 0x76563F75679E4525], 指紋 <tt>D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525</tt>
* '''Key-ID:''' 26EBCC57
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[lxqt-git]
+
[llvm-svn]
Server = http://repo.stobbstechnical.com/$arch
+
Server = http://repos.uni-plovdiv.net/archlinux/$repo/$arch
  +
</nowiki>}}
  +
  +
==== markzz ====
  +
  +
* '''メンテナ:''' [[en2:User:Markzz|Mark Weiman (markzz)]]
  +
* '''説明:''' markzz が AUR でメンテしているパッケージ、vfio パッチが適用された Linux ({{AUR|linux-vfio}} と {{AUR|linux-vfio-lts}})、Debian パッケージリポジトリを管理するためのパッケージ。
  +
* '''Key ID:''' 3CADDFDD
  +
  +
{{Note|''markzz-keyring'' パッケージをインストールしてキーを追加したい場合、一時的にリポジトリセクションに {{ic|1=SigLevel = Never}} を追加してください。}}
  +
  +
{{bc|<nowiki>
  +
[markzz]
  +
Server = http://repo.markzz.com/arch/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
284行目: 317行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== openrc-eudev ====
+
==== miffe ====
   
* '''メンテナ:''' Aaditya Bagga <aaditya_gnulinux@zoho.com>
+
* '''メンテナ:''' [https://bbs.archlinux.org/profile.php?id=4059 miffe]
* '''説明:''' OpenRC eudev パッケージが含まれているリポジトリ
+
* '''説明:''' miffe によってメンテされている AUR パッケージ、例: linux-mainline
  +
* '''Key ID:''' 313F5ABD
* '''上流ページ:''' [https://bbs.archlinux.org/viewtopic.php?pid=1462275#p1462275 Arch フォーラムの投稿]
 
* '''Key-ID:''' [http://pgp.mit.edu/pks/lookup?op=get&search=0x73A60C59518B147D 518B147D]
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[miffe]
[openrc-eudev]
 
Server = http://downloads.sourceforge.net/project/mefiles/Manjaro/$repo/$arch
+
Server = http://arch.miffe.org/$arch/
 
</nowiki>}}
 
</nowiki>}}
   
339行目: 371行目:
 
[sergej-repo]
 
[sergej-repo]
 
Server = http://repo.p5n.pp.ru/$repo/os/$arch
 
Server = http://repo.p5n.pp.ru/$repo/os/$arch
  +
</nowiki>}}
  +
  +
==== tredaelli-systemd ====
  +
  +
* '''メンテナ:''' [https://www.archlinux.org/trustedusers/#tredaelli Timothy Redaelli]
  +
* '''説明:''' 非公式の OpenVZ パッチを適用してビルドされた systemd (カーネル < 2.6.32-042stab111.1)
  +
* '''Key-ID:''' 不要、メンテナは TU です
  +
  +
{{Warning|{{ic|/etc/pacman.conf}} で {{ic|[tredaelli-systemd]}} は {{ic|[core]}} の前に記述する必要があります。}}
  +
  +
{{bc|<nowiki>
  +
[tredaelli-systemd]
  +
Server = http://pkgbuild.com/~tredaelli/repo/systemd/$arch
  +
</nowiki>}}
  +
  +
==== herecura ====
  +
  +
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder]
  +
* '''説明:''' ''community'' リポジトリに含まれていない追加パッケージ
  +
* '''Key-ID:''' 不要、メンテナは TU です
  +
  +
{{bc|<nowiki>
  +
[herecura]
  +
Server = http://repo.herecura.be/$repo/$arch
  +
</nowiki>}}
  +
  +
==== blackeagle-pre-community ====
  +
  +
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder]
  +
* '''説明:''' ''community'' リポジトリに移動する前にテストするパッケージ
  +
* '''Key-ID:''' 不要、メンテナは TU です
  +
  +
{{bc|<nowiki>
  +
[blackeagle-pre-community]
  +
Server = http://repo.herecura.be/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
 
=== 署名なし ===
 
=== 署名なし ===
   
{{Note|Users will need to add the following to these entries: {{ic|1=SigLevel = PackageOptional}}}}
+
{{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}}
   
 
==== arch-deepin ====
 
==== arch-deepin ====
366行目: 433行目:
 
[archaudio-production]
 
[archaudio-production]
 
Server = http://repos.archaudio.org/$repo/$arch
 
Server = http://repos.archaudio.org/$repo/$arch
</nowiki>}}
 
 
==== archie-repo ====
 
* '''メンテナ:''' [https://aur.archlinux.org/account/Kalinda/ Kalinda]
 
* '''説明:''' wine-silverlight, pipelight などの雑多なパッケージのリポジトリ。
 
 
{{bc|<nowiki>
 
[archie-repo]
 
Server = http://andontie.net/archie-repo/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
390行目: 448行目:
 
==== archlinuxgis ====
 
==== archlinuxgis ====
 
* '''メンテナ:'''
 
* '''メンテナ:'''
* '''説明:''' Maintainers needed - low bandwidth
+
* '''説明:''' メンテナ募集 - 低帯域
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
420行目: 478行目:
   
 
* '''メンテナ:'''
 
* '''メンテナ:'''
* '''説明:''' From users of orgizm.net
+
* '''説明:''' orgizm.net のユーザーが提供
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[arsch]
 
[arsch]
 
Server = http://arsch.orgizm.net/$arch
 
Server = http://arsch.orgizm.net/$arch
</nowiki>}}
 
 
==== aurbin ====
 
{{Note|このパッケージは2013年10月から更新されていません。}}
 
* '''メンテナ:'''
 
* '''説明:''' AUR パッケージの自動ビルド
 
* '''上流ページ:''' http://aurbin.net/
 
 
{{bc|<nowiki>
 
[aurbin]
 
Server = http://aurbin.net/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
467行目: 514行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== herecura-stable ====
+
==== mesa-git ====
   
* '''メンテナ:'''
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#lcarlier Laurent Carlier]
  +
* '''説明:''' ''testing'' や ''multilib-testing'' リポジトリ用の Mesa git ビルド
* '''説明:''' additional packages not found in the ''community'' repository
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[mesa-git]
[herecura-stable]
 
Server = http://repo.herecura.be/herecura-stable/$arch
+
Server = http://pkgbuild.com/~lcarlier/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== herecura-testing ====
+
==== noware ====
   
  +
* '''メンテナ:''' Alexandru Thirtheu (alex_giusi_tiri2@yahoo.com) ([https://bbs.archlinux.org/profile.php?id=65036 フォーラム]) ([https://wiki.archlinux.org/index.php/User:AGT Wiki]) ([http://direct.noware.systems.:2 ウェブサイト])
* '''メンテナ:'''
 
  +
* '''説明:''' 何度もコンパイルしたくない、リポジトリに欲しいと思っているソフトウェア。ソフトウェアのメンテを楽にするパッケージ。何でもあり。
* '''説明:''' additional packages for testing build against stable arch
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[noware]
[herecura-testing]
 
Server = http://repo.herecura.be/herecura-testing/$arch
+
Server = http://direct.$repo.systems.:2/repository/arch/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== mesa-git ====
+
==== openrc-eudev ====
   
* '''メンテナ:'''
+
* '''メンテナ:''' [[en2:User:Aaditya|Aaditya]], [[en2:User:Nous|Nous]]
* '''説明:''' ''testing''''multilib-testing'' リポジトリ用の Mesa git ビルド
+
* '''説明:''' OpenRCeudev のパッケージが含まれているリポジトリ
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[mesa-git]
+
[openrc-eudev]
Server = http://pkgbuild.com/~lcarlier/$repo/$arch
+
Server = http://downloads.sourceforge.net/project/archopenrc/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
 
==== oracle ====
 
==== oracle ====
   
* '''メンテナ:'''
+
* '''メンテナ:''' [[en2:User:Malvineous|Malvineous]]
 
* '''説明:''' Oracle データベースクライアント
 
* '''説明:''' Oracle データベースクライアント
   
529行目: 576行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== pfkernel ====
+
==== pietma ====
   
* '''メンテナ:''' [[en2:User:Nous|nous]]
+
* '''メンテナ:''' MartiMcFly <martimcfly@autorisation.de>
  +
* '''説明:''' [https://aur.archlinux.org/packages/?K=martimcfly&SeB=m 作成あるいはメンテしている] Arch User Repository のパッケージ。
* '''説明:''' Generic and optimized binaries of the ARCH kernel patched with BFS, TuxOnIce, BFQ, Aufs3, linux-pf, kernel26-pf, gdm-old, nvidia-pf, nvidia-96xx, xchat-greek, arora-git
 
  +
* '''上流ページ:''' http://pietma.com/tag/aur/
* '''備考:''' To browse through the repository, one needs to append {{ic|index.html}} after the server URL (this is an intentional quirk of Dropbox). For example, for x86_64, point your browser to http://dl.dropbox.com/u/11734958/x86_64/index.html or start at http://tiny.cc/linux-pf
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[pietma]
[pfkernel]
 
  +
SigLevel = Optional TrustAll
Server = http://dl.dropbox.com/u/11734958/$arch
 
  +
Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo
 
</nowiki>}}
 
</nowiki>}}
   
==== rstudio ====
+
==== pfkernel ====
   
* '''メンテナ:''' Artem Klevtsov <a.a.klevtsov@gmail.com>
+
* '''メンテナ:''' [[en2:User:Nous|nous]]
  +
* '''説明:''' BFS, TuxOnIce, BFQ, Aufs3, linux-pf, kernel26-pf, gdm-old, nvidia-pf, nvidia-96xx, xchat-greek, arora-git のパッチを ARCH カーネルに適用した、汎用・最適化済みのバイナリ
* '''説明:''' Rstudio IDE パッケージ (git 版) と依存パッケージ。
 
  +
* '''備考:''' リポジトリの中を見るには、サーバーの URL の末尾に {{ic|index.html}} を追加する必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/11734958/x86_64/index.html または http://bit.do/linux-pf を開いてください。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[pfkernel]
[rstudio]
 
Server = http://rstudio.archer.tw/$arch
+
Server = http://dl.dropbox.com/u/11734958/$arch
 
</nowiki>}}
 
</nowiki>}}
   
560行目: 609行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== unity ====
+
==== Unity-for-Arch ====
   
* '''メンテナ:'''
+
* '''メンテナ:''' https://github.com/chenxiaolong
* '''説明:''' Arch 用の unity パッケージ
+
* '''説明:''' Arch 用の [[Unity]] パッケージ
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[Unity-for-Arch]
[unity]
 
  +
SigLevel = Optional TrustAll
Server = http://unity.xe-xe.org/$arch
 
  +
Server = http://dl.dropbox.com/u/486665/Repos/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== unity-extra ====
+
==== Unity-for-Arch-Extra ====
   
* '''メンテナ:'''
+
* '''メンテナ:''' https://github.com/chenxiaolong
* '''説明:''' Arch 用の unity extra パッケージ
+
* '''説明:''' Arch 用の [[Unity]] extra パッケージ
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[Unity-for-Arch-Extra]
[unity-extra]
 
  +
SigLevel = Optional TrustAll
Server = http://unity.xe-xe.org/extra/$arch
 
  +
Server = http://dl.dropbox.com/u/486665/Repos/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
588行目: 639行目:
 
[home_tarakbumba_archlinux_Arch_Extra_standard]
 
[home_tarakbumba_archlinux_Arch_Extra_standard]
 
Server = http://download.opensuse.org/repositories/home:/tarakbumba:/archlinux/Arch_Extra_standard/$arch
 
Server = http://download.opensuse.org/repositories/home:/tarakbumba:/archlinux/Arch_Extra_standard/$arch
  +
</nowiki>}}
  +
  +
==== MEGAsync_Arch_Extra ====
  +
  +
* '''メンテナ:''' https://mega.nz/#sync
  +
* '''説明:''' Arch 用の MEGAsync extra パッケージ
  +
  +
{{bc|<nowiki>
  +
[MEGAsync_Arch_Extra]
  +
SigLevel = Never
  +
Server = https://mega.co.nz/linux/MEGAsync/Arch_Extra/$arch
 
</nowiki>}}
 
</nowiki>}}
   
598行目: 660行目:
 
* '''説明:''' Asus Eee PC 701 に最適化されたカーネルとモジュール。-ck パッチセットを含む。
 
* '''説明:''' Asus Eee PC 701 に最適化されたカーネルとモジュール。-ck パッチセットを含む。
 
* '''Key-ID:''' 27D4A19A
 
* '''Key-ID:''' 27D4A19A
* '''キーファイル:''' http://zembla.frozenslumber.com/repo/gruppenpest.gpg
+
* '''キーファイル:''' http://zembla.duckdns.org/repo/gruppenpest.gpg
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[eee-ck]
 
[eee-ck]
Server = http://zembla.frozenslumber.com/repo
+
Server = http://zembla.duckdns.org/repo
 
</nowiki>}}
 
</nowiki>}}
   
 
==== phillid ====
 
==== phillid ====
 
* '''メンテナ:''' Phillid
 
* '''メンテナ:''' Phillid
  +
* '''説明:''' (OS 開発用) ベアボーン環境を対象とする様々な GCC と binutils。GCC ツールチェインは NLS と C フロントエンド以外の全てを無効化することで ~8&nbsp;MiB まで縮小されています。hamlib, xastir, qsstv などで使用しているアマチュア無線関連のソフトウェアも含まれています。ビルドに時間がかかるレガシーなパッケージも少々 (kdelibs3, qt3)。
* '''説明:''' Various GCC-s and matching binutils-es which target bare-bones formats (for OS dev). The GCC toolchains are shrunk to ~8&nbsp;MiB each by disabling NLS and everything but the C front-end. Thrown in there is some ham-related stuff I use such as hamlib, xastir, qsstv. Also a couple of legacy packages which are a bit lengthy to build for most people (kdelibs3, qt3).
 
 
* '''Key-ID:''' 28F1E6CE
 
* '''Key-ID:''' 28F1E6CE
   
640行目: 702行目:
 
[andrwe]
 
[andrwe]
 
Server = http://repo.andrwe.org/i686
 
Server = http://repo.andrwe.org/i686
</nowiki>}}
 
 
==== esclinux ====
 
{{Note|Off-line since 2014-07-02.}}
 
* '''メンテナ:'''
 
* '''説明:''' AUR に存在する、ゲーム、インタラクティブフィクション、abc 記譜法関連のもの。
 
 
{{bc|<nowiki>
 
[esclinux]
 
Server = http://download.tuxfamily.org/esclinuxcd/ressources/repo/i686/
 
 
</nowiki>}}
 
</nowiki>}}
   
708行目: 760行目:
 
==== apathism ====
 
==== apathism ====
   
* '''メンテナ:''' Koryabkin Ivan ([https://aur.archlinux.org/account/apathism/ apathism])
+
* '''メンテナ:''' Ivan Koryabkin ([https://aur.archlinux.org/account/apathism/ apathism])
 
* '''上流ページ:''' https://apathism.net/
 
* '''上流ページ:''' https://apathism.net/
* '''説明:''' {{AUR|firefox-kde-opensuse}} など、ビルドに時間がかかる AUR パッケージ
+
* '''説明:''' {{AUR|psi-plus-git}} など AUR パッケージ (qt5 有効)
 
* '''Key-ID:''' 3E37398D
 
* '''Key-ID:''' 3E37398D
 
* '''キーファイル:''' http://apathism.net/archlinux/apathism.key
 
* '''キーファイル:''' http://apathism.net/archlinux/apathism.key
728行目: 780行目:
 
[bioinformatics]
 
[bioinformatics]
 
Server = http://decryptedepsilon.bl.ee/repo/x86_64
 
Server = http://decryptedepsilon.bl.ee/repo/x86_64
  +
</nowiki>}}
  +
  +
==== blackleg ====
  +
  +
* '''メンテナ:''' Blackleg ([https://aur.archlinux.org/account/blackleg blackleg])
  +
* '''上流ページ:''' [http://www.blackleg.es www.blackleg.es]
  +
* '''説明:''' AUR パッケージなど: linux-w110er, nvidia-dkms, android-studio, odoo (OpenErp)。
  +
* '''パッケージリスト:''' [http://www.blackleg.es/x86_64/index.html Blackleg x86_64 パッケージ]
  +
* '''Key-ID:''' 611BFDE1
  +
  +
{{bc|<nowiki>
  +
[blackleg]
  +
Server = ftp://ftp.blackleg.es/archlinux/$repo/$arch/
 
</nowiki>}}
 
</nowiki>}}
   
733行目: 798行目:
   
 
* '''メンテナ:''' boyska
 
* '''メンテナ:''' boyska
* '''説明:''' Personal repository: cryptography, sdr, mail handling and misc
+
* '''説明:''' 個人用リポジトリ: 暗号, sdr, メール管理など
 
* '''Key-ID:''' 0x7395DCAE58289CA9
 
* '''Key-ID:''' 0x7395DCAE58289CA9
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[boyska64]
 
[boyska64]
Server = http://boyska.s.pt-labs.net/archrepo
+
Server = http://boyska.degenerazione.xyz/archrepo
  +
</nowiki>}}
  +
  +
==== carstene1ns ====
  +
  +
* '''メンテナ:''' [[en2:User:Carstene1ns|Carsten Teibes]]
  +
* '''説明:''' Carsten Teibes によってメンテ・使用されている AUR パッケージ (ゲーム/Wii/lib32/Python)
  +
* '''上流ページ:''' http://repo.carsten-teibes.de
  +
* '''Key-ID:''' 2476B20B
  +
  +
{{bc|<nowiki>
  +
[carstene1ns]
  +
Server = http://repo.carsten-teibes.de/$arch
 
</nowiki>}}
 
</nowiki>}}
   
793行目: 870行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== freifunk-rheinland ====
+
==== eatabrick ====
   
* '''メンテナ:''' nomaster
+
* '''メンテナ:''' bentglasstube
  +
* '''説明:''' bentglasstube によって作成された (あるいはコンパイルされた) ソフトウェアのパッケージ。
* '''説明:''' Packages for the Freifunk project: batman-adv, batctl, fastd and dependencies.
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[eatabrick]
[freifunk-rheinland]
 
  +
SigLevel = Required
Server = http://mirror.fluxent.de/archlinux-custom/$repo/os/$arch
 
  +
Server = http://repo.eatabrick.org/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== infinality-bundle-multilib ====
+
==== freifunk-rheinland ====
   
* '''メンテナ:''' [http://bohoomil.com/ bohoomil]
+
* '''メンテナ:''' nomaster
* '''説明:''' infinality-bundlemultilib リポトリ
+
* '''説明:''' Freifunk プロジェクトパッケージ: batman-adv, batctl, fastd と依存パッケージ。
* '''上流ページ:''' [http://bohoomil.com/ Infinality bundle & fonts]
 
* '''Key-ID:''' 962DDE58
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[freifunk-rheinland]
[infinality-bundle-multilib]
 
Server = http://bohoomil.com/repo/multilib/$arch
+
Server = http://mirror.fluxent.de/archlinux-custom/$repo/os/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== siosm-aur ====
+
==== gustawho ====
   
* '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier]
+
* '''メンテナ:''' [https://twitter.com/gustawho Gustavo Castro] <gustawho@gmail.com>
  +
* '''説明:''' {{AUR|firefox-kde-opensuse}} など、ビルドに時間がかかる科学 (物理と数学) 用のツールと AUR パッケージ
* '''説明:''' packages also available in the Arch User Repository, sometimes with minor fixes
 
* '''上流ページ:''' https://tim.siosm.fr/repositories/
+
* '''パッケージリスト:''' http://gustawho.x10.mx/repo/x86_64
* '''Key-ID:''' 78688F83
+
* '''上流ページ:''' http://gustawho.x10.mx
  +
* '''Key-ID:''' 2C575D76
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[gustawho]
[siosm-aur]
 
Server = http://siosm.fr/repo/$repo/
+
Server = http://gustawho.x10.mx/repo/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
  +
* '''備考:''' i686 の firefox-kde-opensuse や署名がされていない x86_64 パッケージが必要な場合、以下のリポジトリを使って下さい:
==== siosm-selinux ====
 
 
* '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier]
 
* '''説明:''' SELinux のサポートに必要なパッケージ – 作業途中 (特に、Arch Linux 対応の SELinux ポリシーが欠けています)。詳しくは [[SELinux|SELinux]] のページを参照。
 
* '''上流ページ:''' https://tim.siosm.fr/repositories/
 
* '''Key-ID:''' 78688F83
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_gustawho_Arch_Extra]
[siosm-selinux]
 
  +
SigLevel = Never
Server = http://siosm.fr/repo/$repo/
 
  +
Server = http://download.opensuse.org/repositories/home:/gustawho/Arch_Extra/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== subtitlecomposer ====
+
==== Linux-pf ====
   
* '''メンテナ:''' Mladen Milinkovic (maxrd2)
+
* '''メンテナ:''' [[en2:User:Thaodan|Thaodan]]
  +
* '''説明:''' BFS, TuxOnIce, BFQ, Aufs3 などのパッチが適用された ARCH カーネルの汎用・最適化済みバイナリ。[[AUR]] の {{AUR|linux-pf}} と同じく linux-pf ですが、Intel の CPU (Sandy Bridge, Ivy Bridge, Haswell) 向けに最適化が施されており、他のパッケージも存在します。
* '''説明:''' Subtitle Composer の安定版とナイトリービルド。
 
  +
* '''備考:''' リポジトリの中身を見るときは、サーバー URL の末尾に {{ic|index.html}} を追加する必要があります (Dropbox)。
* '''上流ページ:''' https://github.com/maxrd2/subtitlecomposer
 
* '''Key-ID:''' EA8CEBEE
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[Linux-pf]
[subtitlecomposer]
 
  +
Server = https://dl.dropboxusercontent.com/u/172590784/Linux-pf/x86_64/
Server = http://smoothware.net/$repo/$arch
 
  +
SigLevel = Optional
 
</nowiki>}}
 
</nowiki>}}
   
==== xyne-x86_64 ====
+
==== infinality-bundle-multilib ====
   
* '''メンテナ:''' [https://www.archlinux.org/trustedusers/#xyne Xyne]
+
* '''メンテナ:''' [http://bohoomil.com/ bohoomil]
* '''説明:''' "x86_64" アーキテクチャ用パッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
+
* '''説明:''' infinality-bundlemultilib リポジトリ。
* '''上流ページ:''' http://xyne.archlinux.ca/projects/
+
* '''上流ページ:''' [http://bohoomil.com/ Infinality bundle & fonts]
* '''Key-ID:''' 不要、メンテナは TU です。
+
* '''Key-ID:''' 962DDE58
 
{{Note|This includes all packages in [[#xyne-any|<nowiki>[xyne-any]</nowiki>]].}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[infinality-bundle-multilib]
[xyne-x86_64]
 
Server = http://xyne.archlinux.ca/repos/xyne
+
Server = http://bohoomil.com/repo/multilib/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== quarry ====
+
==== kc9ydn ====
   
* '''メンテナ:''' [https://www.archlinux.org/developers/#anatolik anatolik]
+
* '''メンテナ:''' [http://kc9ydn.us KC9YDN]
  +
* '''説明:''' アマチュア無線関連のアプリ
* '''説明:''' [http://rubygems.org/ Rubygems] のパッケージの Arch バイナリリポジトリ。詳しくは[https://bbs.archlinux.org/viewtopic.php?id=182729 フォーラムのアナウンス]を参照。
 
* '''Key-ID:''' 不要、メンテナは開発者です。
+
* '''Key-ID:''' 7DA25A0F
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[quarry]
+
[kc9ydn]
Server = http://pkgbuild.com/~anatolik/quarry/x86_64/
+
Server = http://kc9ydn.us/repo/
 
</nowiki>}}
 
</nowiki>}}
   
881行目: 952行目:
 
* '''説明:''' CK パッチが適用された最新の ArchLinux LTS カーネル
 
* '''説明:''' CK パッチが適用された最新の ArchLinux LTS カーネル
 
* '''Key-ID:''' E6366A92
 
* '''Key-ID:''' E6366A92
* '''備考:''' To browse through the repository, one needs to append {{ic|index.html}} after the server URL (this is an intentional quirk of Dropbox). For example, for x86_64, point your browser to http://dl.dropbox.com/u/298301785/arch/linux-lts-ck/x86_64/index.html or start at http://tiny.cc/linux-lts-ck
+
* '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)For example, for x86_64, point your browser to http://dl.dropbox.com/u/298301785/arch/linux-lts-ck/x86_64/index.html or start at http://tiny.cc/linux-lts-ck
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
893行目: 964行目:
 
* '''説明:''' 昔の LTS カーネル (3.10 と 3.12 ブランチ)
 
* '''説明:''' 昔の LTS カーネル (3.10 と 3.12 ブランチ)
 
* '''Key-ID:''' E6366A92
 
* '''Key-ID:''' E6366A92
* '''備考:''' To browse through the repository, one needs to append {{ic|index.html}} after the server URL (this is an intentional quirk of Dropbox). For example, for x86_64, point your browser to http://dl.dropbox.com/u/298301785/arch/linux-lts31x/x86_64/index.html or start at http://tiny.cc/linux-lts31x
+
* '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)例えば、x86_64 の場合、ブラウザ http://dl.dropbox.com/u/298301785/arch/linux-lts31x/x86_64/index.html http://tiny.cc/linux-lts31x を開きます。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
905行目: 976行目:
 
* '''説明:''' CK パッチが適用された昔の LTS カーネル (3.10 と 3.12 ブランチ)
 
* '''説明:''' CK パッチが適用された昔の LTS カーネル (3.10 と 3.12 ブランチ)
 
* '''Key-ID:''' E6366A92
 
* '''Key-ID:''' E6366A92
* '''備考:''' To browse through the repository, one needs to append {{ic|index.html}} after the server URL (this is an intentional quirk of Dropbox). For example, for x86_64, point your browser to http://dl.dropbox.com/u/298301785/arch/linux-lts31x-ck/x86_64/index.html or start at http://tiny.cc/linux-lts31x-ck
+
* '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/298301785/arch/linux-lts31x-ck/x86_64/index.html http://tiny.cc/linux-lts31x-ck を開きます。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
917行目: 988行目:
 
* '''説明:''' CK と PaX セキュリティパッチセットが適用された最新の Arch カーネル
 
* '''説明:''' CK と PaX セキュリティパッチセットが適用された最新の Arch カーネル
 
* '''Key-ID:''' E6366A92
 
* '''Key-ID:''' E6366A92
* '''備考:''' To browse through the repository, one needs to append {{ic|index.html}} after the server URL (this is an intentional quirk of Dropbox). For example, for x86_64, point your browser to http://dl.dropbox.com/u/298301785/arch/linux-ck-pax/x86_64/index.html or start at http://tiny.cc/linux-ck-pax
+
* '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/298301785/arch/linux-ck-pax/x86_64/index.html http://tiny.cc/linux-ck-pax を開きます。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
927行目: 998行目:
   
 
* '''メンテナ:''' Claire Farron [https://aur.archlinux.org/account/clfarron4 clfarron4]
 
* '''メンテナ:''' Claire Farron [https://aur.archlinux.org/account/clfarron4 clfarron4]
* '''説明:''' Arch Current and LTS kernels with TRESOR
+
* '''説明:''' TRESOR パッチが適用された最新あるいは LTS Arch カーネル
 
* '''Key-ID:''' E6366A92
 
* '''Key-ID:''' E6366A92
* '''備考:''' To browse through the repository, one needs to append {{ic|index.html}} after the server URL (this is an intentional quirk of Dropbox). For example, for x86_64, point your browser to http://dl.dropbox.com/u/298301785/arch/linux-tresor/x86_64/index.html or start at http://tiny.cc/linux-tresor
+
* '''備考:''' リポジトリの中身を見るには、サーバー URL の末尾に {{ic|index.html}} を付ける必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/298301785/arch/linux-tresor/x86_64/index.html http://tiny.cc/linux-tresor を開きます。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[linux-tresor]
 
[linux-tresor]
 
Server = http://dl.dropbox.com/u/298301785/arch/linux-tresor/$arch
 
Server = http://dl.dropbox.com/u/298301785/arch/linux-tresor/$arch
  +
</nowiki>}}
  +
  +
==== qt-debug ====
  +
  +
* '''メンテナ:''' [http://blog.the-compiler.org/?page_id=36 The Compiler]
  +
* '''説明:''' デバッグシンボルを含む Qt/PyQt ビルド
  +
* '''上流ページ:''' https://github.com/The-Compiler/qt-debug-pkgbuild
  +
* '''Key-ID:''' D6A1C70FE80A0C82
  +
  +
{{bc|<nowiki>
  +
[qt-debug]
  +
Server = http://qutebrowser.org/qt-debug/$arch
  +
</nowiki>}}
  +
  +
==== quarry ====
  +
  +
* '''メンテナ:''' [https://www.archlinux.org/developers/#anatolik anatolik]
  +
* '''説明:''' [http://rubygems.org/ Rubygem] パッケージの Arch バイナリリポジトリ。詳しくは [https://bbs.archlinux.org/viewtopic.php?id=182729 フォーラムのアナウンス] を参照。
  +
* '''Key-ID:''' 不要、メンテナは開発者です。
  +
  +
{{bc|<nowiki>
  +
[quarry]
  +
# report issues at https://github.com/anatol/quarry
  +
Server = http://pkgbuild.com/~anatolik/quarry/x86_64/
  +
</nowiki>}}
  +
  +
==== rstudio ====
  +
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/unikum/ Artem Klevtsov]
  +
* '''説明:''' Rstudio IDE パッケージ (git 版) と依存パッケージ。
  +
* '''Key-ID:''' 1CB48DD4
  +
  +
{{bc|<nowiki>
  +
[rstudio]
  +
Server = http://repo.psylab.info/archlinux/x86_64/
  +
</nowiki>}}
  +
  +
==== siosm-aur ====
  +
  +
* '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier]
  +
* '''説明:''' Arch User Repository にあるパッケージ、マイナーフィックスあり
  +
* '''上流ページ:''' https://tim.siosm.fr/repositories/
  +
* '''Key-ID:''' 78688F83
  +
  +
{{bc|<nowiki>
  +
[siosm-aur]
  +
Server = http://siosm.fr/repo/$repo/
  +
</nowiki>}}
  +
  +
==== siosm-selinux ====
  +
  +
* '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier]
  +
* '''説明:''' SELinux のサポートに必要なパッケージ – 作業途中 (特に、Arch Linux 対応の SELinux ポリシーが欠けています)。詳しくは [[SELinux]] のページを参照。
  +
* '''上流ページ:''' https://tim.siosm.fr/repositories/
  +
* '''Key-ID:''' 78688F83
  +
  +
{{bc|<nowiki>
  +
[siosm-selinux]
  +
Server = http://siosm.fr/repo/$repo/
  +
</nowiki>}}
  +
  +
==== subtitlecomposer ====
  +
  +
* '''メンテナ:''' Mladen Milinkovic (maxrd2)
  +
* '''説明:''' Subtitle Composer の安定版とナイトリービルド。
  +
* '''上流ページ:''' https://github.com/maxrd2/subtitlecomposer
  +
* '''Key-ID:''' EA8CEBEE
  +
  +
{{bc|<nowiki>
  +
[subtitlecomposer]
  +
Server = http://smoothware.net/$repo/$arch
  +
</nowiki>}}
  +
  +
==== xyne-x86_64 ====
  +
  +
* '''メンテナ:''' [https://www.archlinux.org/trustedusers/#xyne Xyne]
  +
* '''説明:''' "x86_64" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
  +
* '''上流ページ:''' http://xyne.archlinux.ca/projects/
  +
* '''Key-ID:''' 不要、メンテナは TU です。
  +
  +
{{Note|[[#xyne-any|<nowiki>[xyne-any]</nowiki>]] の全てのパッケージが含まれています。}}
  +
  +
{{bc|<nowiki>
  +
[xyne-x86_64]
  +
Server = http://xyne.archlinux.ca/repos/xyne
 
</nowiki>}}
 
</nowiki>}}
   
 
=== 署名なし ===
 
=== 署名なし ===
   
{{Note|Users will need to add the following to these entries: {{ic|1=SigLevel = PackageOptional}}}}
+
{{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}}
   
 
==== alucryd ====
 
==== alucryd ====
963行目: 1,119行目:
   
 
* '''メンテナ:''' Andrwe Lord Weber
 
* '''メンテナ:''' Andrwe Lord Weber
* '''説明:''' contains programs I'm using on many systems
+
* '''説明:''' 多くの環境で使っているプログラム
 
* '''上流ページ:''' http://andrwe.dyndns.org/doku.php/blog/repository {{Dead link|2013|11|30}}
 
* '''上流ページ:''' http://andrwe.dyndns.org/doku.php/blog/repository {{Dead link|2013|11|30}}
   
992行目: 1,148行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== hawaii ====
+
==== mazdlc ====
   
* '''メンテナ:'''
+
* '''メンテナ:''' maz-1 <ohmygod19993 at gmail dot com>
* '''説明:''' hawaii Qt5/Wayland ベースのデスクトプ環境
+
* '''説明:''' maz-1 によってメンテされている様々なパッケージ (主に Qt5 ベースのパッケージとマルチメィア関連のパケージ)
* '''上流ページ:''' http://www.maui-project.org/
+
* '''上流ページ:''' https://build.opensuse.org/project/show/home:mazdlc
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_mazdlc_Arch_Extra]
[hawaii]
 
Server = http://archive.maui-project.org/archlinux/$repo/os/$arch
+
Server = http://download.opensuse.org/repositories/home:/mazdlc/Arch_Extra/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== kps ====
+
==== mazdlc-deadbeef-plugins ====
   
* '''メンテナ:''' kps
+
* '''メンテナ:''' maz-1 <ohmygod19993 at gmail dot com>
  +
* '''説明:''' 機能豊富なミュージックプレイヤー DeaDBeeF のプラグイン。
* '''説明:''' gmt, catalyst-test, ttf-ms-win8, rstudio, meshlab, gcc-gcj, vlc-git, ffmpeg-git (k10 & intel opt.), docear, maperitive, libressl, bkchem ...
 
  +
* '''上流ページ:''' https://build.opensuse.org/project/show/home:mazdlc
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_mazdlc_deadbeef-plugins_Arch_Extra]
[kps]
 
Server = http://kps.bplaced.net/repo/$arch
+
Server = http://download.opensuse.org/repositories/home:/mazdlc:/deadbeef-plugins/Arch_Extra/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== miusystem ====
+
==== mazdlc-kde-frameworks-5 ====
   
* '''メンテナ:''' Theodore Keloglou <theodore.keloglou@gmail.com>
+
* '''メンテナ:''' maz-1 <ohmygod19993 at gmail dot com>
* '''説明:''' Packages that I use and might interest others
+
* '''説明:''' kde frameworks 5 ベースの不安定版のパッケージ。
  +
* '''上流ページ:''' https://build.opensuse.org/project/show/home:mazdlc
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_mazdlc_kde-frameworks-5_Arch_Extra]
[miusystem]
 
  +
Server = http://download.opensuse.org/repositories/home:/mazdlc:/kde-frameworks-5/Arch_Extra/$arch
Server = https://miusystem.com/archlinux-repo
 
 
</nowiki>}}
 
</nowiki>}}
   
==== pnsft-pur ====
+
==== kps ====
   
* '''メンテナ:'''
+
* '''メンテナ:''' kps
  +
* '''説明:''' gmt, catalyst-test, ttf-ms-win8, rstudio, meshlab, gcc-gcj, vlc-git, ffmpeg-git (k10 & intel opt.), docear, maperitive, libressl, bkchem ...
* '''説明:''' 日本語入力システムのパッケージ Mozc (vanilla) と libkkc
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[kps]
[pnsft-pur]
 
Server = http://downloads.sourceforge.net/project/pnsft-aur/pur/x86_64
+
Server = http://kps.bplaced.net/repo/$arch
  +
</nowiki>}}
  +
  +
==== mikroskeem ====
  +
  +
* '''メンテナ:''' mikroskeem <mikroskeem@mikroskeem.eu>
  +
* '''説明:''' Openarena と i3 wm 関連のパッケージ
  +
  +
{{bc|<nowiki>
  +
[mikroskeem]
  +
Server = http://nightsnack.cf/
 
</nowiki>}}
 
</nowiki>}}
   
 
==== mingw-w64 ====
 
==== mingw-w64 ====
   
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/ant32 Philip] と [https://aur.archlinux.org/account/nic96 Jeromy] Reimer
* '''メンテナ:'''
 
 
* '''説明:''' AUR にあるほぼ全ての mingw-w64 パッケージ。8時間毎に更新。
 
* '''説明:''' AUR にあるほぼ全ての mingw-w64 パッケージ。8時間毎に更新。
 
* '''上流ページ:''' http://arch.linuxx.org
 
* '''上流ページ:''' http://arch.linuxx.org
  +
  +
{{Note|2015年6月現在、ホームページは閲覧できない状態になっています。しかしながら、sourceforge で最新のビルドは取得できます。}}
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[mingw-w64]
 
[mingw-w64]
 
Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch
 
Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch
# in 2014-12-24 it seems no one worked
 
 
#Server = http://arch.linuxx.org/archlinux/$repo/os/$arch
 
#Server = http://arch.linuxx.org/archlinux/$repo/os/$arch
 
#Server = http://amr.linuxd.org/archlinux/$repo/os/$arch
 
#Server = http://amr.linuxd.org/archlinux/$repo/os/$arch
  +
</nowiki>}}
  +
  +
==== pnsft-pur ====
  +
  +
* '''メンテナ:'''
  +
* '''説明:''' 日本語入力メソッドのパッケージ Mozc (vanilla) と libkkc
  +
  +
{{bc|<nowiki>
  +
[pnsft-pur]
  +
Server = http://downloads.sourceforge.net/project/pnsft-aur/pur/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
1,057行目: 1,236行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== rightscale ====
+
==== rightlink ====
   
 
* '''メンテナ:''' Chris Fordham <chris@fordham-nagy.id.au>
 
* '''メンテナ:''' Chris Fordham <chris@fordham-nagy.id.au>
* '''説明:''' RightLink クラウドイスタンスエージェントを含む RightScale パッケージ。rightscale-agent パッケインストーてください
+
* '''説明:''' RightLink バージョ 10 (RL10) は RightScale のサーバーエージェントの最新バージョンで、RightScale で管理されたサーバーを RightScale クラウド管理プラッフォムに接続ます
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[rightlink]
[rightscale]
 
Server = https://s3-us-west-1.amazonaws.com/archlinux-rightscale/$arch
+
Server = https://s3-ap-southeast-2.amazonaws.com/archlinux.rightscale.me/repo
 
</nowiki>}}
 
</nowiki>}}
   
1,094行目: 1,273行目:
   
 
* '''メンテナ:''' Jaska Kivelä <jaska@kivela.net>
 
* '''メンテナ:''' Jaska Kivelä <jaska@kivela.net>
* '''説明:''' Stuff that I have compiled for my Raspberry PI. Including Enlightenment and home automation stuff.
+
* '''説明:''' Raspberry PI 用にコンパイルしたパッケージ。Enlightenment やホームの自動化など。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[arch-fook-armv6h]
 
[arch-fook-armv6h]
 
Server = http://kivela.net/jaska/arch-fook-armv6h
 
Server = http://kivela.net/jaska/arch-fook-armv6h
  +
</nowiki>}}
  +
  +
== armv7h のみ ==
  +
  +
=== 署名なし ===
  +
  +
==== pietma ====
  +
  +
* '''メンテナ:''' MartiMcFly <martimcfly@autorisation.de>
  +
* '''説明:''' MartiMcFly が [https://aur.archlinux.org/packages/?K=martimcfly&SeB=m 作成あるいはメンテしている] Arch User Repository のパッケージ。
  +
* '''上流ページ:''' [http://pietma.com/tag/aur/ http://pietma.com/tag/aur/]
  +
{{bc|<nowiki>
  +
[pietma]
  +
SigLevel = Optional TrustAll
  +
Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo
 
</nowiki>}}
 
</nowiki>}}

2015年11月29日 (日) 20:22時点における版

関連記事

この記事ではコミュニティによって自由に作成・共有されたバイナリリポジトリを並べています。多くは AUR にある PKGBUILD のビルド済みバージョンを提供しています。

警告: Arch Linux の正式な開発者や Trusted User はこれらのリポジトリの中身を全く精査していません。リポジトリのメンテナを信頼するか決めるのはユーザー次第であり、自分で決定する以上、完全に自己責任です。

ここにあるリポジトリを使用するには、pacman#Repositories で説明されているように、リポジトリを /etc/pacman.conf に追加する必要があります。リポジトリに署名がある場合は、Pacman-key#非公式のキーの追加 に書かれているように、適当なキーを取得してローカルで署名してください。

自分でカスタムリポジトリを作ってみたい場合は、pacman ヒント#カスタムローカルリポジトリを見て下さい。

ヒント: このページに記載されている全てのサーバーのリストを取得するには:
curl 'https://wiki.archlinux.org/index.php/Unofficial_user_repositories' | grep 'Server = ' | sed "s/\$arch/$(uname -m)/g" | cut -f 3 -d' '
ウェブブラウザで開いて、リポジトリの中身を調べることができます。

目次

このページにリポジトリを追加

もしリポジトリを持っているのならば、このページに記述することで、他のユーザーがあなたのパッケージを見つけられるようになります。新しいリポジトリを追加するときは以下のルールを守って下さい:

  • リストはアルファベット順です。
  • メンテナに関する情報を書いて下さい: 最低でも (ニックネームでいいので) 名前と連絡先 (ウェブサイト、メールアドレス、ArchWiki やフォーラムのユーザーページなど何でも OK) を残して下さい。
  • リポジトリが署名ありの場合は、key-id を書いて、キーサーバーへのリンクとして使って下さい。キーがキーサーバー上にない場合は、キーファイルへのリンクを書いて下さい。
  • 簡単な説明 (例: リポジトリで提供しているパッケージのジャンル)。
  • リポジトリに関する詳しい情報が載っているページ (ArchWiki でも外部のウェブサイトでも) がある場合は、そのページヘのリンクを加えて下さい。
  • 可能であれば、コードブロックでコメントをしないで下さい。説明は整形したほうがずっと可読性が高くなります。pacman.conf にコメントを残したいユーザーは自分で作成することが簡単にできます。

Any

"Any" リポジトリはアーキテクチャに左右されません。つまり、i686 と x86_64 両方のシステムで使うことができます。

署名あり

bioinformatics-any

  • メンテナ: decryptedepsilon
  • 説明: バイオインフォマティクス用の python パッケージとゲノムブラウザが含まれているリポジトリ
  • Key-ID: 60442BA4
[bioinformatics-any]
Server = http://decryptedepsilon.bl.ee/repo/any

infinality-bundle-fonts

[infinality-bundle-fonts]
Server = http://bohoomil.com/repo/fonts

ivasilev

ノート: 'any', 'i686', 'x86_64' リポジトリをメンテナンスしています。どのリポジトリも 'any' のパッケージを含んでいます。$arch は3つのうちどれかに置き換えることが可能。
[ivasilev]
Server = http://ivasilev.net/pacman/any
# Server = http://ivasilev.net/pacman/$arch

pkgbuilder

[pkgbuilder]
Server = https://pkgbuilder-repo.chriswarrick.com/

xyne-any

  • メンテナ: Xyne
  • 説明: "any" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
  • 上流ページ: http://xyne.archlinux.ca/projects/
  • Key-ID: 不要、メンテナは TU です。
ノート: Use this repository only if there is no matching [xyne-*] repository for your architecture.
[xyne-any]
Server = http://xyne.archlinux.ca/repos/xyne

署名なし

archlinuxgr-any

  • メンテナ:
  • 説明: 多数の面白いパッケージが入っているギリシャ人による Arch Linux 非公式リポジトリ。
[archlinuxgr-any]
Server = http://archlinuxgr.tiven.org/archlinux/any

i686 と x86_64 の両方

i686 と x86_64 両方のバージョンが含まれているリポジトリ。$arch 変数は pacman によって自動的に設定されます。

署名あり

archlinuxcn

[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = http://repo.archlinuxcn.org/$arch

atom-editor-git

  • メンテナ: Matthew Stobbs
  • 上流ページ: https://atom.io/
  • 説明: github の人々によって作られた、Sublime Text に似ている、Atom エディタ。
  • Key-ID: 26EBCC57
[atom-editor-git]
Server = http://repo.stobbstechnical.com/$arch

bbqlinux

  • メンテナ: Daniel Hillenbrand
  • 説明: Android 開発用のパッケージ
  • 上流ページ: http://bbqlinux.org/
  • Key-ID: bbqlinux-keyring パッケージをインストールしてください、必要なキーが含まれています。
[bbqlinux]
Server = http://packages.bbqlinux.org/$repo/os/$arch

catalyst

[catalyst]
Server = http://catalyst.wirephire.com/repo/catalyst/$arch
## Mirrors, if the primary server does not work or is too slow:
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst/$arch
#Server = http://mirror.hactar.bz/Vi0L0/catalyst/$arch

catalyst-hd234k

[catalyst-hd234k]
Server = http://catalyst.wirephire.com/repo/catalyst-hd234k/$arch
## Mirrors, if the primary server does not work or is too slow:
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/catalyst-hd234k/$arch
#Server = http://mirror.hactar.bz/Vi0L0/catalyst-hd234k/$arch

city

[city]
Server = http://pkgbuild.com/~bgyorgy/$repo/os/$arch

demz-repo-archiso

[demz-repo-archiso]
Server = http://demizerone.com/$repo/$arch

demz-repo-core

[demz-repo-core]
Server = http://demizerone.com/$repo/$arch

gnome-encfs-manager

  • メンテナ: Moritz Molch
  • 説明: EncFS を統合するのに使える gnome-encfs-manager
  • 上流ページ: Gnome EncfsM.
  • Key ID:
[home_moritzmolch_gencfsm_Arch_Extra]
Server = http://download.opensuse.org/repositories/home:/moritzmolch:/gencfsm/Arch_Extra/$arch

haskell-core

[haskell-core]
Server = http://xsounds.org/~haskell/core/$arch

infinality-bundle

[infinality-bundle]
Server = http://bohoomil.com/repo/$arch

ivasilev

ノート: 'any', 'i686', 'x86_64' リポジトリをメンテナンスしています。どのリポジトリも 'any' のパッケージを含んでいます。$arch は3つのうちどれかに置き換えることが可能。
[ivasilev]
Server = http://ivasilev.net/pacman/$arch

libre

警告: Placing [libre] before [core] in /etc/pacman.conf is not supported.
ノート: parabola-keyring をインストールするには、一時的に SigLevel = PackageOptional を追加してください。
[libre]
Server = https://repo.parabola.nu/libre/os/$arch

llvm-svn

[llvm-svn]
Server = http://repos.uni-plovdiv.net/archlinux/$repo/$arch

markzz

  • メンテナ: Mark Weiman (markzz)
  • 説明: markzz が AUR でメンテしているパッケージ、vfio パッチが適用された Linux (linux-vfioAURlinux-vfio-ltsAUR)、Debian パッケージリポジトリを管理するためのパッケージ。
  • Key ID: 3CADDFDD
ノート: markzz-keyring パッケージをインストールしてキーを追加したい場合、一時的にリポジトリセクションに SigLevel = Never を追加してください。
[markzz]
Server = http://repo.markzz.com/arch/$repo/$arch

metalgamer

  • メンテナ: metalgamer
  • 説明: metalgamer が AUR で使用・メンテしているパッケージ。
  • Key ID: F55313FB
[metalgamer]
Server = http://repo.metalgamer.eu/$arch

miffe

  • メンテナ: miffe
  • 説明: miffe によってメンテされている AUR パッケージ、例: linux-mainline
  • Key ID: 313F5ABD
[miffe]
Server = http://arch.miffe.org/$arch/

pipelight

[pipelight]
Server = http://repos.fds-team.de/stable/arch/$arch

repo-ck

  • メンテナ: graysky
  • 説明: Brain Fuck Scheduler が付属するカーネルとモジュール、ck1 パッチセットにある全てのもの。
  • 上流ページ: repo-ck.com
  • Wiki: repo-ck
  • Key-ID: 5EE46C4C
[repo-ck]
Server = http://repo-ck.com/$arch

seblu

  • メンテナ: Sébastien Luttringer
  • 説明: seblu の便利なビルド済みパッケージと自家製パッケージ (virtualbox-ext-oracle, linux-seblu-meta, bedup)。
  • Key-ID: 不要、メンテナは開発者です。
[seblu]
Server = http://seblu.net/a/$repo/$arch

sergej-repo

  • メンテナ: Sergej Pupykin
  • 説明: psi-plus, owncloud-git, ziproxy, android, MySQL など。いくつかのパッケージは armv7h で利用可能。
  • Key-ID: 不要、メンテナは TU です。
[sergej-repo]
Server = http://repo.p5n.pp.ru/$repo/os/$arch

tredaelli-systemd

  • メンテナ: Timothy Redaelli
  • 説明: 非公式の OpenVZ パッチを適用してビルドされた systemd (カーネル < 2.6.32-042stab111.1)
  • Key-ID: 不要、メンテナは TU です
警告: /etc/pacman.conf[tredaelli-systemd][core] の前に記述する必要があります。
[tredaelli-systemd]
Server = http://pkgbuild.com/~tredaelli/repo/systemd/$arch

herecura

  • メンテナ: Ike Devolder
  • 説明: community リポジトリに含まれていない追加パッケージ
  • Key-ID: 不要、メンテナは TU です
[herecura]
Server = http://repo.herecura.be/$repo/$arch

blackeagle-pre-community

  • メンテナ: Ike Devolder
  • 説明: community リポジトリに移動する前にテストするパッケージ
  • Key-ID: 不要、メンテナは TU です
[blackeagle-pre-community]
Server = http://repo.herecura.be/$repo/$arch

署名なし

ノート: ユーザーはエントリに次の字句を追加する必要があります: SigLevel = PackageOptional

arch-deepin

[home_metakcahura_arch-deepin_Arch_Extra]
SigLevel = Never
Server = http://download.opensuse.org/repositories/home:/metakcahura:/arch-deepin/Arch_Extra/$arch
#Server = http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/repositories/home:/metakcahura:/arch-deepin/Arch_Extra/$arch

archaudio

[archaudio-production]
Server = http://repos.archaudio.org/$repo/$arch

archlinuxfr

[archlinuxfr]
Server = http://repo.archlinux.fr/$arch

archlinuxgis

  • メンテナ:
  • 説明: メンテナ募集 - 低帯域
[archlinuxgis]
Server = http://archlinuxgis.no-ip.org/$arch

archlinuxgr

  • メンテナ:
  • 説明:
[archlinuxgr]
Server = http://archlinuxgr.tiven.org/archlinux/$arch

archlinuxgr-kde4

  • メンテナ:
  • 説明: ギリシャの Arch Linux コミュニティによって提供されている KDE4 パッケージ (plasmoids, テーマなど)
[archlinuxgr-kde4]
Server = http://archlinuxgr.tiven.org/archlinux-kde4/$arch

arsch

  • メンテナ:
  • 説明: orgizm.net のユーザーが提供
[arsch]
Server = http://arsch.orgizm.net/$arch

cinnamon

  • メンテナ: jnbek
  • 説明: 安定していて活発に開発されている Cinnamon のパッケージ (アプレット, テーマ, エクステンション) とその他のパッケージ (Hotot, qBitTorrent, GTK テーマ, Perl モジュールなど)。
[cinnamon]
Server = http://archlinux.zoelife4u.org/cinnamon/$arch

ede

  • メンテナ:
  • 説明: Equinox Desktop Environment リポジトリ
[ede]
Server = http://ede.elderlinux.org/repos/archlinux/$arch

heftig

[heftig]
Server = http://pkgbuild.com/~heftig/repo/$arch

mesa-git

  • メンテナ: Laurent Carlier
  • 説明: testingmultilib-testing リポジトリ用の Mesa git ビルド
[mesa-git]
Server = http://pkgbuild.com/~lcarlier/$repo/$arch

noware

  • メンテナ: Alexandru Thirtheu (alex_giusi_tiri2@yahoo.com) (フォーラム) (Wiki) (ウェブサイト)
  • 説明: 何度もコンパイルしたくない、リポジトリに欲しいと思っているソフトウェア。ソフトウェアのメンテを楽にするパッケージ。何でもあり。
[noware]
Server = http://direct.$repo.systems.:2/repository/arch/$arch

openrc-eudev

  • メンテナ: Aaditya, Nous
  • 説明: OpenRC や eudev のパッケージが含まれているリポジトリ
[openrc-eudev]
Server = http://downloads.sourceforge.net/project/archopenrc/$repo/$arch

oracle

  • メンテナ: Malvineous
  • 説明: Oracle データベースクライアント
警告: このリポジトリを追加すると http://www.oracle.com/technetwork/licenses/instant-client-lic-152016.html にある Oracle ライセンスに同意することになります。
[oracle]
Server = http://linux.shikadi.net/arch/$repo/$arch/

pantheon

  • メンテナ: Maxime Gauduin
  • 説明: Pantheon 関連のパッケージが含まれているリポジトリ
[pantheon]
Server = http://pkgbuild.com/~alucryd/$repo/$arch

paulburton-fitbitd

  • メンテナ:
  • 説明: FitBit トラッカーを同期するための fitbitd が含まれています
[paulburton-fitbitd]
Server = http://www.paulburton.eu/arch/fitbitd/$arch

pietma

[pietma]
SigLevel = Optional TrustAll
Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo

pfkernel

  • メンテナ: nous
  • 説明: BFS, TuxOnIce, BFQ, Aufs3, linux-pf, kernel26-pf, gdm-old, nvidia-pf, nvidia-96xx, xchat-greek, arora-git のパッチを ARCH カーネルに適用した、汎用・最適化済みのバイナリ
  • 備考: リポジトリの中を見るには、サーバーの URL の末尾に index.html を追加する必要があります (Dropbox)。例えば、x86_64 の場合、ブラウザで http://dl.dropbox.com/u/11734958/x86_64/index.html または http://bit.do/linux-pf を開いてください。
[pfkernel]
Server = http://dl.dropbox.com/u/11734958/$arch

suckless

  • メンテナ:
  • 説明: suckless.org のパッケージ
[suckless]
Server = http://dl.suckless.org/arch/$arch

Unity-for-Arch

[Unity-for-Arch]
SigLevel = Optional TrustAll
Server = http://dl.dropbox.com/u/486665/Repos/$repo/$arch

Unity-for-Arch-Extra

[Unity-for-Arch-Extra]
SigLevel = Optional TrustAll
Server = http://dl.dropbox.com/u/486665/Repos/$repo/$arch

home_tarakbumba_archlinux_Arch_Extra_standard

  • メンテナ:
  • 説明: ビルド済みの AUR パッケージが少数 (zemberek, firefox-kde-opensuse など)
[home_tarakbumba_archlinux_Arch_Extra_standard]
Server = http://download.opensuse.org/repositories/home:/tarakbumba:/archlinux/Arch_Extra_standard/$arch

MEGAsync_Arch_Extra

[MEGAsync_Arch_Extra]
SigLevel = Never
Server = https://mega.co.nz/linux/MEGAsync/Arch_Extra/$arch

i686 のみ

署名あり

eee-ck

[eee-ck]
Server = http://zembla.duckdns.org/repo

phillid

  • メンテナ: Phillid
  • 説明: (OS 開発用) ベアボーン環境を対象とする様々な GCC と binutils。GCC ツールチェインは NLS と C フロントエンド以外の全てを無効化することで ~8 MiB まで縮小されています。hamlib, xastir, qsstv などで使用しているアマチュア無線関連のソフトウェアも含まれています。ビルドに時間がかかるレガシーなパッケージも少々 (kdelibs3, qt3)。
  • Key-ID: 28F1E6CE
[phillid]
Server = http://phillid.tk/r/i686/

xyne-i686

  • メンテナ: Xyne
  • 説明: "i686" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
  • 上流ページ: http://xyne.archlinux.ca/projects/
  • Key-ID: 不要、メンテナは TU です。
ノート: This includes all packages in [xyne-any].
[xyne-i686]
Server = http://xyne.archlinux.ca/repos/xyne

署名なし

andrwe

[andrwe]
Server = http://repo.andrwe.org/i686

kpiche

  • メンテナ:
  • 説明: OpenSync の安定版パッケージ。
[kpiche]
Server = http://kpiche.archlinux.ca/repo

kernel26-pae

  • メンテナ:
  • 説明: PAE が有効にされた32ビットカーネル 2.6.39
[kernel26-pae]
Server = http://kernel26-pae.archlinux.ca/

linux-pae

  • メンテナ:
  • 説明: PAE が有効にされた32ビットカーネル 3.0
[linux-pae]
Server = http://pae.archlinux.ca/

rfad

  • メンテナ: requiem [at] archlinux.us
  • 説明: haxit によって作成されたリポジトリ
[rfad]
Server = http://web.ncf.ca/ey723/archlinux/repo/

studioidefix

  • メンテナ:
  • 説明: コンパイル済みの boxee パッケージ。
[studioidefix]
Server = http://studioidefix.googlecode.com/hg/repo/i686

x86_64 のみ

署名あり

apathism

[apathism]
Server = http://apathism.net/archlinux/

bioinformatics

  • メンテナ: decryptedepsilon
  • 説明: バイオインフォマティクス用のソフトウェアツールなどが含まれているリポジトリ
  • Key-ID: 60442BA4
[bioinformatics]
Server = http://decryptedepsilon.bl.ee/repo/x86_64

blackleg

[blackleg]
Server = ftp://ftp.blackleg.es/archlinux/$repo/$arch/

boyska64

  • メンテナ: boyska
  • 説明: 個人用リポジトリ: 暗号, sdr, メール管理など
  • Key-ID: 0x7395DCAE58289CA9
[boyska64]
Server = http://boyska.degenerazione.xyz/archrepo

carstene1ns

[carstene1ns]
Server = http://repo.carsten-teibes.de/$arch

coderkun-aur

[coderkun-aur]
Server = http://arch.coderkun.de/$repo/$arch/

coderkun-aur-audio

  • メンテナ: coderkun
  • 説明: AUR パッケージとオーディオ関連のソフトウェア (リアルタイムカーネル, lv2-plugins, …)。パッケージ差分とパッケージ・パッケージ署名をサポート。
  • 上流ページ: https://arch.coderkun.de
  • Key-ID: A6BEE374
  • キーファイル: http://arch.coderkun.de/coderkun.asc
[coderkun-aur-audio]
Server = http://arch.coderkun.de/$repo/$arch/

coderkun-aur-java

[coderkun-aur-java]
Server = http://arch.coderkun.de/$repo/$arch/

coderkun-aur-nonfree

[coderkun-aur-nonfree]
Server = http://arch.coderkun.de/$repo/$arch/

eatabrick

  • メンテナ: bentglasstube
  • 説明: bentglasstube によって作成された (あるいはコンパイルされた) ソフトウェアのパッケージ。
[eatabrick]
SigLevel = Required
Server = http://repo.eatabrick.org/$arch

freifunk-rheinland

  • メンテナ: nomaster
  • 説明: Freifunk プロジェクトのパッケージ: batman-adv, batctl, fastd と依存パッケージ。
[freifunk-rheinland]
Server = http://mirror.fluxent.de/archlinux-custom/$repo/os/$arch

gustawho

[gustawho]
Server = http://gustawho.x10.mx/repo/x86_64
  • 備考: i686 の firefox-kde-opensuse や署名がされていない x86_64 パッケージが必要な場合、以下のリポジトリを使って下さい:
[home_gustawho_Arch_Extra]
SigLevel = Never
Server = http://download.opensuse.org/repositories/home:/gustawho/Arch_Extra/$arch

Linux-pf

  • メンテナ: Thaodan
  • 説明: BFS, TuxOnIce, BFQ, Aufs3 などのパッチが適用された ARCH カーネルの汎用・最適化済みバイナリ。AURlinux-pfAUR と同じく linux-pf ですが、Intel の CPU (Sandy Bridge, Ivy Bridge, Haswell) 向けに最適化が施されており、他のパッケージも存在します。
  • 備考: リポジトリの中身を見るときは、サーバー URL の末尾に index.html を追加する必要があります (Dropbox)。
[Linux-pf]
Server = https://dl.dropboxusercontent.com/u/172590784/Linux-pf/x86_64/
SigLevel = Optional

infinality-bundle-multilib

[infinality-bundle-multilib]
Server = http://bohoomil.com/repo/multilib/$arch

kc9ydn

  • メンテナ: KC9YDN
  • 説明: アマチュア無線関連のアプリ
  • Key-ID: 7DA25A0F
[kc9ydn]
Server = http://kc9ydn.us/repo/

linux-lts-ck

[linux-lts-ck]
Server = http://dl.dropbox.com/u/298301785/arch/linux-lts-ck/$arch

linux-lts31x

[linux-lts31x]
Server = http://dl.dropbox.com/u/298301785/arch/linux-lts31x/$arch

linux-lts31x-ck

[linux-lts31x-ck]
Server = http://dl.dropbox.com/u/298301785/arch/linux-lts31x-ck/$arch

linux-ck-pax

[linux-ck-pax]
Server = http://dl.dropbox.com/u/298301785/arch/linux-ck-pax/$arch

linux-tresor

[linux-tresor]
Server = http://dl.dropbox.com/u/298301785/arch/linux-tresor/$arch

qt-debug

[qt-debug]
Server = http://qutebrowser.org/qt-debug/$arch

quarry

[quarry]
# report issues at https://github.com/anatol/quarry
Server = http://pkgbuild.com/~anatolik/quarry/x86_64/

rstudio

  • メンテナ: Artem Klevtsov
  • 説明: Rstudio IDE パッケージ (git 版) と依存パッケージ。
  • Key-ID: 1CB48DD4
[rstudio]
Server = http://repo.psylab.info/archlinux/x86_64/

siosm-aur

[siosm-aur]
Server = http://siosm.fr/repo/$repo/

siosm-selinux

  • メンテナ: Timothee Ravier
  • 説明: SELinux のサポートに必要なパッケージ – 作業途中 (特に、Arch Linux 対応の SELinux ポリシーが欠けています)。詳しくは SELinux のページを参照。
  • 上流ページ: https://tim.siosm.fr/repositories/
  • Key-ID: 78688F83
[siosm-selinux]
Server = http://siosm.fr/repo/$repo/

subtitlecomposer

[subtitlecomposer]
Server = http://smoothware.net/$repo/$arch

xyne-x86_64

  • メンテナ: Xyne
  • 説明: "x86_64" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
  • 上流ページ: http://xyne.archlinux.ca/projects/
  • Key-ID: 不要、メンテナは TU です。
ノート: [xyne-any] の全てのパッケージが含まれています。
[xyne-x86_64]
Server = http://xyne.archlinux.ca/repos/xyne

署名なし

ノート: ユーザーはエントリに次の字句を追加する必要があります: SigLevel = PackageOptional

alucryd

  • メンテナ: Maxime Gauduin
  • 説明: Various packages Maxime Gauduin maintains (or not) in the AUR.
[alucryd]
Server = http://pkgbuild.com/~alucryd/$repo/x86_64

alucryd-multilib

  • メンテナ: Maxime Gauduin
  • 説明: Steam をランタイム環境抜きで動作させるために必要なパッケージ
[alucryd-multilib]
Server = http://pkgbuild.com/~alucryd/$repo/x86_64

andrwe

[andrwe]
Server = http://repo.andrwe.org/x86_64

archstudio

[archstudio]
Server = http://www.xsounds.org/~archstudio/x86_64

brtln

[brtln]
Server = http://pkgbuild.com/~barthalion/brtln/$arch/

mazdlc

  • メンテナ: maz-1 <ohmygod19993 at gmail dot com>
  • 説明: maz-1 によってメンテされている様々なパッケージ (主に Qt5 ベースのパッケージとマルチメディア関連のパッケージ)
  • 上流ページ: https://build.opensuse.org/project/show/home:mazdlc
[home_mazdlc_Arch_Extra]
Server = http://download.opensuse.org/repositories/home:/mazdlc/Arch_Extra/$arch

mazdlc-deadbeef-plugins

[home_mazdlc_deadbeef-plugins_Arch_Extra]
Server = http://download.opensuse.org/repositories/home:/mazdlc:/deadbeef-plugins/Arch_Extra/$arch

mazdlc-kde-frameworks-5

[home_mazdlc_kde-frameworks-5_Arch_Extra]
Server = http://download.opensuse.org/repositories/home:/mazdlc:/kde-frameworks-5/Arch_Extra/$arch

kps

  • メンテナ: kps
  • 説明: gmt, catalyst-test, ttf-ms-win8, rstudio, meshlab, gcc-gcj, vlc-git, ffmpeg-git (k10 & intel opt.), docear, maperitive, libressl, bkchem ...
[kps]
Server = http://kps.bplaced.net/repo/$arch

mikroskeem

  • メンテナ: mikroskeem <mikroskeem@mikroskeem.eu>
  • 説明: Openarena と i3 wm 関連のパッケージ
[mikroskeem]
Server = http://nightsnack.cf/

mingw-w64

ノート: 2015年6月現在、ホームページは閲覧できない状態になっています。しかしながら、sourceforge で最新のビルドは取得できます。
[mingw-w64]
Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch
#Server = http://arch.linuxx.org/archlinux/$repo/os/$arch
#Server = http://amr.linuxd.org/archlinux/$repo/os/$arch

pnsft-pur

  • メンテナ:
  • 説明: 日本語入力メソッドのパッケージ Mozc (vanilla) と libkkc
[pnsft-pur]
Server = http://downloads.sourceforge.net/project/pnsft-aur/pur/x86_64

rakudo

  • メンテナ: spider-mario <spidermario@free.fr>
  • 説明: Rakudo Perl6
[rakudo]
Server = http://spidermario.free.fr/archlinux/$repo/$arch

rightlink

  • メンテナ: Chris Fordham <chris@fordham-nagy.id.au>
  • 説明: RightLink バージョン 10 (RL10) は RightScale のサーバーエージェントの最新バージョンで、RightScale で管理されたサーバーを RightScale クラウド管理プラットフォームに接続します。
[rightlink]
Server = https://s3-ap-southeast-2.amazonaws.com/archlinux.rightscale.me/repo

seiichiro

  • メンテナ:
  • 説明: VDR とプラグイン, mms, foo2zjs-drivers
[seiichiro]
Server = http://repo.seiichiro0185.org/x86_64

studioidefix

  • メンテナ:
  • 説明: コンパイル済みの boxee パッケージ。
[studioidefix]
Server = http://studioidefix.googlecode.com/hg/repo/x86_64

armv6h のみ

署名なし

arch-fook-armv6h

  • メンテナ: Jaska Kivelä <jaska@kivela.net>
  • 説明: Raspberry PI 用にコンパイルしたパッケージ。Enlightenment やホームの自動化など。
[arch-fook-armv6h]
Server = http://kivela.net/jaska/arch-fook-armv6h

armv7h のみ

署名なし

pietma

[pietma]
SigLevel = Optional TrustAll
Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo