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

提供: ArchWiki
ナビゲーションに移動 検索に移動
(文字列「wiki.archlinuxjp.org」を「wiki.archlinux.jp」に置換)
(typo fix、一部翻訳)
(3人の利用者による、間の4版が非表示)
10行目: 10行目:
 
{{Warning|Arch Linux の正式な開発者や Trusted User はこれらのリポジトリの中身を全く精査していません。リポジトリのメンテナを信頼するか決めるのはユーザー次第であり、自分で決定する以上、完全に自己責任です。}}
 
{{Warning|Arch Linux の正式な開発者や Trusted User はこれらのリポジトリの中身を全く精査していません。リポジトリのメンテナを信頼するか決めるのはユーザー次第であり、自分で決定する以上、完全に自己責任です。}}
   
ここにあるリポジトリを使用するには、[[pacman#リポジトリ]] で説明されているように、リポジトリを {{ic|/etc/pacman.conf}} に追加する必要があります。リポジトリに署名がある場合は、[[Pacman-key#非公式のキーの追加]] に書かれているように、適当なキーを取得してローカルで署名してください。
+
ここにあるリポジトリを使用するには、[[pacman#リポジトリ]] で説明されているように、リポジトリを {{ic|/etc/pacman.conf}} に追加する必要があります。リポジトリに署名がある場合は、[[Pacman-key#非公式な鍵を追加]]に書かれているように、適当なキーを取得してローカルで署名してください。
   
 
自分でカスタムリポジトリを作ってみたい場合は、[[pacman ヒント#カスタムローカルリポジトリ]]を見て下さい。
 
自分でカスタムリポジトリを作ってみたい場合は、[[pacman ヒント#カスタムローカルリポジトリ]]を見て下さい。
  +
  +
リポジトリによっては、x86_64 でないアーキテクチャ用のパッケージも含まれています。pacman により {{ic|$arch}} 変数が自動的に設定されます。
   
 
{{Tip|このページに記載されている全てのサーバーのリストを取得するには: {{bc|<nowiki>curl 'https://wiki.archlinux.jp/index.php/%E9%9D%9E%E5%85%AC%E5%BC%8F%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA' | grep 'Server = ' | sed "s/\$arch/$(uname -m)/g" | cut -f 3 -d' '</nowiki>}}
 
{{Tip|このページに記載されている全てのサーバーのリストを取得するには: {{bc|<nowiki>curl 'https://wiki.archlinux.jp/index.php/%E9%9D%9E%E5%85%AC%E5%BC%8F%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA' | grep 'Server = ' | sed "s/\$arch/$(uname -m)/g" | cut -f 3 -d' '</nowiki>}}
28行目: 30行目:
 
* 可能であれば、コードブロックでコメントをしないで下さい。説明は整形したほうがずっと可読性が高くなります。{{ic|pacman.conf}} にコメントを残したいユーザーは自分で作成することが簡単にできます。
 
* 可能であれば、コードブロックでコメントをしないで下さい。説明は整形したほうがずっと可読性が高くなります。{{ic|pacman.conf}} にコメントを残したいユーザーは自分で作成することが簡単にできます。
   
== Any ==
+
== 署名あり ==
   
  +
=== andontie-aur ===
"Any" リポジトリはアーキテクチャに左右されません。つまり、i686 と x86_64 両方のシステムで使うことができます。
 
   
  +
* '''メンテナ:''' Holly M.
=== 署名あり ===
 
  +
* '''説明:''' A repo containing the most popular AUR packages, as well as some I use all the time. New packages can be requested on the upstream website.
 
  +
* '''Key-ID:''' EA50C866329648EE
==== archstrike ====
 
  +
* '''上流ページ:''' https://aur.andontie.net
 
* '''メンテナ:''' [https://archstrike.org/team ArchStrike チーム]
 
* '''説明:''' セキュリティの専門家・好事家のためのリポジトリ
 
* '''上流ページ:''' https://archstrike.org/
 
* '''Key-ID:''' 9D5F1C051D146843CDA4858BDE64825E7CBC0D51
 
 
{{Note|ArchStrike を使う方法は https://archstrike.org/wiki/setup に書かれています。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[andontie-aur]
[archstrike]
 
Server = https://mirror.archstrike.org/$arch/$repo
+
Server = https://aur.andontie.net/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== ivasilev ====
+
=== arcanisrepo ===
   
* '''メンテナ:''' [https://ivasilev.net Ianis G. Vasilev]
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#arcanis arcanis]
* '''説明:''' 様々なパッケージ、主に Ianis のソフウェアと AUR ビルド
+
* '''説明:''' 複数の AUR パッケージが含まれているリポジ (VCS 版のパッケージも存在)
  +
* '''Key-ID:''' 不要、メンテナは TU です。
* '''上流ページ:''' https://ivasilev.net/pacman
 
* '''Key-ID:''' [https://pgp.mit.edu/pks/lookup?op=vindex&search=0xDD4D0AEFDDAF29CCE3B5865D30C4A2E653065C70 53065C70]
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[arcanisrepo]
[ivasilev]
 
Server = https://ivasilev.net/pacman/any
+
Server = https://repo.arcanis.me/repo/$arch
# Server = https://ivasilev.net/pacman/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
  +
{{Tip|同一の URL で FTP からもアクセスできます。}}
==== pkgbuilder ====
 
   
  +
=== arch4edu ===
* '''メンテナ:''' [https://chriswarrick.com/ Chris Warrick]
 
  +
* '''説明:''' Python の AUR ヘルパー、PKGBUILDer のリポジトリ。
 
* '''上流ページ:''' https://github.com/Kwpolska/pkgbuilder
+
* '''メンテナ:''' [https://github.com/petronny Jingbei Li (petronny)], [https://github.com/arch4edu/arch4edu/graphs/contributors others]
  +
* '''説明:''' arch4edu is a community repository for Archlinux and ArchlinuxARM that strives to provide the latest versions of most software used by college students.
* '''Key-ID:''' 5EAAEA16
 
  +
* '''Git リポジトリ:''' https://github.com/arch4edu/arch4edu
  +
* '''Issue トラッキング:''' https://github.com/arch4edu/arch4edu/issues for packaging issues, out-of-date notifications, package requests, and related questions
  +
* '''ミラー:''' https://github.com/arch4edu/arch4edu/wiki/Add-arch4edu-to-your-Archlinux
  +
* '''Key-ID:''' 7931B6D628C8D3BA
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[arch4edu]
[pkgbuilder]
 
Server = https://pkgbuilder-repo.chriswarrick.com/
+
Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
  +
## or other mirrors in https://github.com/arch4edu/arch4edu/wiki/Add-arch4edu-to-your-Archlinux
 
</nowiki>}}
 
</nowiki>}}
   
==== xyne-any ====
+
=== archlinuxcn ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#xyne Xyne]
+
* '''メンテナ:''' [https://plus.google.com/+PhoenixNemo/ Phoenix Nemo (phoenixlzx)], [https://www.archlinux.org/people/developers/#fyan Felix Yan (felixonmars, dev)], [https://twitter.com/lilydjwg lilydjwg], [https://www.archlinux.org/people/trusted-users/#farseerfc farseerfc (TU)], and [https://github.com/archlinuxcn/repo/graphs/contributors others]
  +
* '''説明:''' Arch Linux の中国コミュニティによるパッケージ (全て署名済み)。i686 のパッケージはメンテナンスが不完全です。問題があったら issue を作成してください。
* '''説明:''' "any" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
 
* '''上流ページ:''' http://xyne.archlinux.ca/projects/
+
* '''Git リポトリ:''' https://github.com/archlinuxcn/repo
  +
* '''Issue トラッキング:''' https://github.com/archlinuxcn/repo/issues for packaging issues, out-of-date notifications, package requests, and related questions
* '''Key-ID:''' 不要、メンテナは TU です。
 
  +
* '''ミラー:''' https://github.com/archlinuxcn/mirrorlist-repo (主に中国本土のユーザー向け) もしくは ''archlinuxcn-mirrorlist-git'' をこのリポジトリからインストールしてください。
 
  +
* '''Key-ID:''' Once the repo is added, ''archlinuxcn-keyring'' package must be installed before any other so you do not get errors about PGP signatures. ''archlinuxcn-keyring'' パッケージそのものは TU により署名されています。
{{Note|あなたが使用しているアーキテクチャに合致する {{ic|[xyne-*]}} リポジトリが存在しない場合にのみこのリポジトリを使ってください。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archlinuxcn]
[xyne-any]
 
Server = http://xyne.archlinux.ca/repos/xyne
+
Server = http://repo.archlinuxcn.org/$arch
  +
## or use a CDN (beta)
  +
#Server = https://cdn.repo.archlinuxcn.org/$arch
  +
## or install archlinuxcn-mirrorlist-git and use the mirrorlist
  +
#Include = /etc/pacman.d/archlinuxcn-mirrorlist
 
</nowiki>}}
 
</nowiki>}}
   
==== youtube-dl ====
+
=== archstrike ===
   
* '''メンテナ:''' [https://bbs.archlinux.org/profile.php?id=94876 Case_Of]
+
* '''メンテナ:''' [https://archstrike.org/team The ArchStrike Team]
* '''説明:''' 最新版 youtube-dl パッケージが入っているリポジトリ
+
* '''説明:''' セキュリティの専門家・好事家のためのリポジトリ
* '''Key-ID:''' [https://youtube-dl.tk/youtube-dl-pgp.key C6DFFE6ED7166B97]
+
* '''上流ページ:''' https://archstrike.org/
  +
* '''Key-ID:''' 9D5F1C051D146843CDA4858BDE64825E7CBC0D51
   
  +
{{Note|ArchStrike specific instructions can be found at https://archstrike.org/wiki/setup}}
{{Note|{{ic|pacman -S youtube-dl/youtube-dl}} でパッケージをインストールしてください。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archstrike]
[youtube-dl]
 
Server = https://youtube-dl.tk
+
Server = https://mirror.archstrike.org/$arch/$repo
 
</nowiki>}}
 
</nowiki>}}
   
=== 署名なし ===
+
=== archzfs ===
   
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/minextu Jan Houben (minextu)]
==== archlinuxgr-any ====
 
  +
* '''説明:''' Arch Linux の ZFS パッケージ。
* '''メンテナ:'''
 
  +
* '''上流ページ:''' https://github.com/archzfs/archzfs
* '''説明:''' 多数の面白いパッケージが入っているギリシャ人による Arch Linux 非公式リポジトリ。
 
  +
* '''Key-ID:''' F75D9D76
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archzfs]
[archlinuxgr-any]
 
Server = http://archlinuxgr.tiven.org/archlinux/any
+
Server = http://archzfs.com/$repo/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
  +
=== ashleyis ===
== i686 と x86_64 の両方 ==
 
   
  +
* '''メンテナ:''' Ashley Towns ([https://aur.archlinux.org/account/ashleyis/ ashleyis])
i686 と x86_64 両方のバージョンが含まれているリポジトリ。{{ic|$arch}} 変数は pacman によって自動的に設定されます。
 
  +
* '''説明:''' SDL, chipmunk, libtmx などのゲームライブラリのデバッグ版。swift-lang などの AUR パッケージも入っています。
 
  +
* '''Key-ID:''' B1A4D311
=== 署名あり ===
 
 
==== arcanisrepo ====
 
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#arcanis arcanis]
 
* '''説明:''' 複数の AUR パッケージが含まれているリポジトリ (VCS 版のパッケージも存在)。
 
* '''Key-ID:''' 不要、メンテナは TU です。
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[ashleyis]
[arcanisrepo]
 
Server = http://repo.arcanis.me/repo/$arch
+
Server = http://arch.ashleytowns.id.au/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
  +
=== Bennix Repo ===
{{Tip|同一の URL で FTP からもアクセスできます。}}
 
   
  +
* '''メンテナ:''' Ben P. Dorsi-Todaro ([https://techmeout.org Tech Me Out])
==== archlinuxcn ====
 
  +
* '''説明:''' Packages [http://ben-dorsi-todaro.com/ Ben P. Dorsi-Todaro] uses and aren't listed in repos, or packages built by [http://www.bigbenshosting.com/ Big Ben's Web Hosting]
  +
* '''Key-ID:''' F14BB858F6253DA0
   
* '''メンテナ:''' [https://plus.google.com/+PhoenixNemo/ Phoenix Nemo (phoenixlzx)], [https://www.archlinux.org/people/developers/#fyan Felix Yan (felixonmars, dev)], [https://twitter.com/lilydjwg lilydjwg], [https://www.archlinux.org/people/trusted-users/#farseerfc farseerfc (TU)] など
 
* '''説明:''' Arch Linux の中国コミュニティによるパッケージ (全て署名済み)。i686 のパッケージはメンテナンスが不完全です。問題があったら issue を作成してください。
 
* '''Git リポジトリ:''' https://github.com/archlinuxcn/repo
 
* '''Issue トラッキング:''' https://github.com/archlinuxcn/repo/issues
 
* '''ミラー:''' https://github.com/archlinuxcn/mirrorlist-repo (中国本土のユーザー向け) もしくは ''archlinuxcn-mirrorlist-git'' をインストールしてください
 
* '''Key-ID:''' このリポジトリを追加したら、何よりもまず ''archlinuxcn-keyring'' パッケージをインストールする必要があります。
 
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[bigben-repo]
[archlinuxcn]
 
  +
SigLevel = Optional TrustAll
Server = http://repo.archlinuxcn.org/$arch
 
  +
Server = http://bennix.net/bigben-repo/
## or use a CDN (beta)
 
#Server = https://cdn.repo.archlinuxcn.org/$arch
 
## or install archlinuxcn-mirrorlist-git and use the mirrorlist
 
#Include = /etc/pacman.d/archlinuxcn-mirrorlist
 
 
</nowiki>}}
 
</nowiki>}}
   
==== blackeagle-pre-community ====
+
=== blackeagle-pre-community ===
   
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder]
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder]
155行目: 147行目:
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[blackeagle-pre-community]
 
[blackeagle-pre-community]
Server = http://repo.herecura.be/$repo/$arch
+
Server = https://repo.herecura.be/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== catalyst ====
+
=== chaotic-aur ===
   
* '''メンテナ:''' [[en2:User:Vi0L0 | Vi0l0]]
+
* '''メンテナ:''' [https://github.com/pedrohlc PedroHLC]
  +
* '''説明:''' メンテナが利用している AUR パッケージが自動的にコンパイルされ、毎時間更新されます (毎日更新されるパッケージもあります)。ブラジルの São Carlos, SP でホストされています。x86_64 のみです。
  +
* '''Key-ID:''' [http://pool.sks-keyservers.net/pks/lookup?search=0x3056513887B78AEB&fingerprint=on&op=index], 指紋 {{ic|EF92 5EA6 0F33 D0CB 85C4 4AD1 3056 5138 87B7 8AEB }}
  +
* '''Note:''' [https://lonewolf.pedrohlc.com/chaotic-aur maintainer's notes] を参照してください。
  +
{{bc|<nowiki>
  +
[chaotic-aur]
  +
Server = http://lonewolf-builder.duckdns.org/$repo/x86_64
  +
</nowiki>}}
  +
  +
=== catalyst ===
  +
  +
* '''メンテナ:''' [[en2:User:Vi0L0|Vi0l0]]
 
* '''説明:''' ATI Catalyst プロプライエタリドライバー。
 
* '''説明:''' ATI Catalyst プロプライエタリドライバー。
 
* '''Key-ID:''' 653C3094
 
* '''Key-ID:''' 653C3094
166行目: 169行目:
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[catalyst]
 
[catalyst]
Server = http://mirror.hactar.xyz/Vi0L0/catalyst/$arch
+
Server = https://167.86.114.169/arch/catalyst/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== catalyst-hd234k ====
+
=== catalyst-hd234k ===
   
* '''メンテナ:''' [[en2:User:Vi0L0 | Vi0l0]]
+
* '''メンテナ:''' [[en2:User:Vi0L0|Vi0l0]]
 
* '''説明:''' ATI Catalyst プロプライエタリドライバー。
 
* '''説明:''' ATI Catalyst プロプライエタリドライバー。
 
* '''Key-ID:''' 653C3094
 
* '''Key-ID:''' 653C3094
177行目: 180行目:
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[catalyst-hd234k]
 
[catalyst-hd234k]
Server = http://mirror.hactar.xyz/Vi0L0/catalyst-hd234k/$arch
+
Server = https://167.86.114.169/arch/catalyst-hd234k/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== city ====
+
=== city ===
   
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#bgyorgy Balló György]
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#bgyorgy Balló György]
192行目: 195行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== gustawho ====
+
=== coderkun-aur ===
* '''メンテナ:''' [https://twitter.com/gustawho Gustavo Castro] <gustawho@openmailbox.com>
 
* '''説明:''' 科学用 (主として物理や数学) ツールやビルドに時間がかかる AUR パッケージ ({{AUR|firefox-kde-opensuse}} など)
 
* '''パッケージリスト:''' https://gustawho.com/pacman
 
* '''上流ページ:''' https://gustawho.com
 
* '''Key-ID:''' [https://gustawho.com/repo/gustawho.key 76578671]
 
{{bc|<nowiki>
 
[gustawho]
 
Server = https://gustawho.com/repo/$arch
 
</nowiki>}}
 
   
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/coderkun/ coderkun]
==== haskell-core ====
 
  +
* '''説明:''' AUR パッケージと様々なソフトウェア。パッケージ差分とパッケージ・パッケージ署名をサポート。
 
  +
* '''上流ページ:''' https://www.suruatoel.xyz/arch
[[ArchHaskell#%5Bhaskell-core%5D]] を参照。
 
  +
* '''Key-ID:''' 39E27199A6BEE374
 
  +
* '''キーファイル:''' [https://www.suruatoel.xyz/coderkun.asc https://www.suruatoel.xyz/coderkun.asc]
==== haskell-happstack ====
 
 
[[ArchHaskell#%5Bhaskell-happstack%5D]] を参照。
 
 
==== haskell-web ====
 
 
[[ArchHaskell#%5Bhaskell-web%5D]] を参照。
 
 
==== herecura ====
 
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder]
 
* '''説明:''' ''community'' リポジトリに存在しない追加パッケージ
 
* '''Key-ID:''' 不要、メンテナは TU です。
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[coderkun-aur]
[herecura]
 
Server = http://repo.herecura.be/$repo/$arch
+
Server = http://arch.suruatoel.xyz/$repo/$arch/
 
</nowiki>}}
 
</nowiki>}}
   
==== ivasilev ====
+
=== coderkun-aur-audio ===
   
* '''メンテナ:''' [http://ivasilev.net Ianis G. Vasilev]
+
* '''メンテナ:''' [https://aur.archlinux.org/account/coderkun/ coderkun]
* '''説明:''' 様々なパッケージ、主に Ianis のソフトウェア AUR ビ
+
* '''説明:''' AUR パッケージとオーディオ関連のソフトウェア (リアタイムカーネル, lv2-plugins, …)。パッケージ差分とパッケージ・パッケージ署名をサポート
* '''上流ページ:''' http://ivasilev.net/pacman
+
* '''上流ページ:''' https://www.suruatoel.xyz/arch
  +
* '''Key-ID:''' 39E27199A6BEE374
* '''Key-ID:''' [https://pgp.mit.edu/pks/lookup?op=vindex&search=0xDD4D0AEFDDAF29CCE3B5865D30C4A2E653065C70 53065C70]
 
  +
* '''キーファイル:''' [https://www.suruatoel.xyz/coderkun.key https://www.suruatoel.xyz/coderkun.key]
 
{{Note|'any', 'i686', 'x86_64' リポジトリをメンテナンスしています。どのリポジトリも 'any' のパッケージを含んでいます。$arch は3つのうちどれかに置き換えることが可能。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[coderkun-aur-audio]
[ivasilev]
 
Server = https://ivasilev.net/pacman/$arch
+
Server = http://arch.suruatoel.xyz/$repo/$arch/
 
</nowiki>}}
 
</nowiki>}}
   
==== jrpi-haskell ====
+
=== devkitpro ===
 
* '''メンテナ:''' [[en2:User:JMCF125|João Miguel]]
 
* '''上流ページ:''' https://jrpi.mooo.com/Programação?lang=en#Repositories
 
* '''説明:''' Haskell パッケージ (cblrepo で作成されているが haskell-core では利用できないもの)
 
* '''パッケージリスト:''' https://jrpi.mooo.com/Repositórios/haskell/
 
* '''Key-ID:''' 300F3A7E6DE3712674AF1BA3C734821C2C9A679F
 
 
{{bc|<nowiki>
 
[jrpi-haskell]
 
Server = https://jrpi.mooo.com/Repositórios/haskell/
 
</nowiki>}}
 
 
==== libre ====
 
 
* '''メンテナ:''' Parabola Linux-libre
 
* '''説明:''' Core/extra パッケージの Libre バージョン。
 
* '''上流ページ:''' https://wiki.parabola.nu/Repositories#libre
 
* '''Key-ID:''' https://www.parabola.nu/master-keys/
 
   
  +
* '''メンテナ:''' [https://devkitpro.org/ wintermute]
{{Warning|{{ic|/etc/pacman.conf}} で {{ic|[core]}} の前に {{ic|[libre]}} を記述してはいけません。}}
 
  +
* '''説明:''' Nintendo Wii, Gamecube, DS, GBA, Gamepark gp32 および Nintendo Switch の自家製ツールチェイン
  +
* '''上流ページ:''' https://devkitpro.org/wiki/devkitPro_pacman
  +
* '''Key-ID:''' F7FD5492264BB9D0
   
  +
{{Note|Repository has its own additional keyring at https://downloads.devkitpro.org/devkitpro-keyring-r1.787e015-2-any.pkg.tar.xz.}}
{{Note|{{ic|parabola-keyring}} をインストールするには、一時的に {{ic|1=SigLevel = PackageOptional}} を追加してください。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[dkp-libs]
[libre]
 
Server = https://repo.parabola.nu/libre/os/$arch
+
Server = https://downloads.devkitpro.org/packages
  +
[dkp-linux]
  +
Server = https://downloads.devkitpro.org/packages/linux
 
</nowiki>}}
 
</nowiki>}}
   
==== llvm-svn ====
+
=== disastrousaur ===
 
* '''メンテナ:''' [[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 フロント、関連ツール。
 
* '''Key-ID:''' [https://sks-keyservers.net/pks/lookup?op=vindex&search=0x76563F75679E4525&fingerprint=on&exact=on 0x76563F75679E4525], 指紋 {{ic|D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525}}
 
   
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/TheGoliath TheGoliath]
  +
* '''説明:''' Well known AUR package managers, many of the most popular packages available on the AUR, as well as those that I favor myself
  +
* '''上流ページ:''' https://mirror.repohost.de/disastrousaur
  +
* '''Key-ID:''' CBAE582A876533FD
  +
* '''キーファイル:''' [https://mirror.repohost.de/disastrousaur.key https://mirror.repohost.de/disastrousaur.key]
  +
{{Warning|disastrousaur and disastrousarm are undergoing restructuring (e.g. support for the aarch64 architecture and more). The repository itself will be available again under the disastrousaur name in the next week. Please make sure you have the URL changed accordingly as shown below. Sorry for causing any inconvenience. }}
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[disastrousaur]
[llvm-svn]
 
Server = http://repos.uni-plovdiv.net/archlinux/$repo/$arch
+
Server = https://mirror.repohost.de/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== miffe ====
+
=== dvzrv ===
   
* '''メンテナ:''' [https://bbs.archlinux.org/profile.php?id=4059 miffe]
+
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#dvzrv David Runge]
  +
* '''説明:''' [[リアルタイムカーネル]]パッチセット (aka. {{AUR|linux-rt}} および {{AUR|linux-rt-lts}})
* '''説明:''' miffe によってメンテされている AUR パッケージ、例: linux-mainline
 
* '''Key ID:''' 313F5ABD
+
* '''Key-ID:''' 不要、メンテナは開発者/TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[miffe]
+
[dvzrv]
Server = http://arch.miffe.org/$arch/
+
Server = https://pkgbuild.com/~dvzrv/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== repo-ck ====
+
=== eatabrick ===
   
* '''メンテナ:''' [[en2:User:Graysky|graysky]]
+
* '''メンテナ:''' bentglasstube
  +
* '''説明:''' bentglasstube により作成された (いくつかはコンパイルのみされ) ソフトウェアのパッケージ。
* '''説明:''' Brain Fuck Scheduler が付属するカーネルとモジュール、ck1 パッチセットにある全てのもの。
 
* '''上流ページ:''' [http://repo-ck.com repo-ck.com]
 
* '''Wiki:''' [[repo-ck]]
 
* '''Key-ID:''' 5EE46C4C
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[eatabrick]
[repo-ck]
 
Server = http://repo-ck.com/$arch
+
Server = http://repo.eatabrick.org/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== seblu ====
+
=== eschwartz ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#seblu Sébastien Luttringer]
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#eschwartz Eli Schwartz]
  +
* '''説明:''' Personal repo with AUR packages and some core packages from git (including glibc and pacman). Contains debug packages.
* '''説明:''' seblu の便利なビルド済みパッケージと自家製パッケージ (virtualbox-ext-oracle, linux-seblu-meta, bedup)。
 
* '''Key-ID:''' 不要、メンテナは開発者です。
+
* '''Key-ID:''' 不要、メンテナは TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[eschwartz]
[seblu]
 
Server = http://al.seblu.net/$repo/$arch
+
Server = https://pkgbuild.com/~eschwartz/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== seiichiro ====
+
=== ffy00 ===
   
* '''メンテナ:''' [https://www.seiichiro0185.org Stefan Brand (seiichiro0185)]
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#FFY00 Filipe Laíns]
  +
* '''説明:''' Personal repo. Contains some packages related to the D language.
* '''説明:''' 個人的によく使っている AUR パッケージ
 
* '''Key-ID:''' 805517CC
+
* '''Key-ID:''' 不要、メンテナは TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[ffy00]
[seiichiro]
 
Server = http://www.seiichiro0185.org/repo/$arch
+
Server = https://pkgbuild.com/~ffy00/repo
 
</nowiki>}}
 
</nowiki>}}
   
==== sergej-repo ====
+
=== fusion809 ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#spupykin Sergej Pupykin]
+
* '''メンテナ:''' [https://aur.archlinux.org/account/fusion809|Brenton Horne]] (brentonhorne77 at gmail dot com)
  +
* '''説明:''' Provides a few AUR and other packages I like. Like CodeLite and bleeding-edge (latest release within 1 day of its release) GVim (GTK+2 interface).
* '''説明:''' psi-plus, owncloud-git, ziproxy, android, MySQL など。いくつかのパッケージは armv7h で利用可能。
 
  +
* '''パッケージリスト:''' http://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/x86_64/
* '''Key-ID:''' 不要、メンテナは TU です。
 
  +
* '''Key-ID:''' 03264DDCD606DC98
  +
* '''キーファイル:''' https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/x86_64/home_fusion809_Arch_Extra.key
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_fusion809_Arch_Extra]
[sergej-repo]
 
Server = http://repo.p5n.pp.ru/$repo/os/$arch
+
Server = https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== tredaelli-systemd ====
+
=== gnome-devel ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#tredaelli Timothy Redaelli]
+
* '''メンテナ:''' [https://plus.google.com/+AndresFernandezperonista Andres Fernandez], [https://plus.google.com/+FernandoFernandezBerel Fernando Fernandez]
  +
* '''説明:''' GNOME の開発版リリースです。テスト用途のみです。
* '''説明:''' 非公式の OpenVZ パッチを適用してビルドされた systemd (カーネル < 2.6.32-042stab111.1)
 
  +
* '''パッケージリスト:''' https://softwareperonista.com.ar/repo/archlinux/gnome-devel/x86_64/
* '''Key-ID:''' 不要、メンテナは TU です
 
  +
* '''Key-ID:''' DDCE9FD63370080B
   
  +
{{Note|Must be put above {{ic|[testing]}} repository.}}
{{Note|{{ic|/etc/pacman.conf}} で {{ic|[tredaelli-systemd]}} は {{ic|[core]}} の前に記述する必要があります。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[gnome-devel]
[tredaelli-systemd]
 
Server = http://pkgbuild.com/~tredaelli/repo/systemd/$arch
+
Server = https://softwareperonista.com.ar/repo/archlinux/gnome-devel/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== Webkit2Gtk-unstable ====
+
=== herecura ===
  +
* '''メンテナ:''' [[en2:User:Mrmariusz|Mariusz Wojcik]]
 
  +
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder]
* '''説明:''' アーリーアダプタのための最新 Webkit2Gtk ビルド
 
  +
* '''説明:''' ''community'' リポジトリに存在しない追加パッケージ
* '''上流ページ:''' https://webkitgtk.org/
 
* '''Key-ID:''' 346854B5
+
* '''Key-ID:''' 不要、メンテナは TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[herecura]
[home_mrmariusz_ArchLinux]
 
Server = http://download.opensuse.org/repositories/home:/mrmariusz/ArchLinux/$arch
+
Server = https://repo.herecura.be/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
=== 署名なし ===
+
=== holo ===
   
  +
* '''メンテナ:''' Stefan Majewsky <holo-pacman@posteo.de> (問題の報告は [https://github.com/majewsky/holo-pacman-repo/issues Github] にお願いします)
{{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}}
 
  +
* '''説明:''' Packages for [https://holocm.org Holo configuration management], including compatible plugins and tools.
 
  +
* '''上流ページ:''' https://github.com/majewsky/holo-pacman-repo
==== archlinuxfr ====
 
  +
* '''パッケージリスト:''' https://repo.holocm.org/archlinux/x86_64
 
* '''メンテナ:'''
+
* '''Key-ID:''' 0xF7A9C9DC4631BD1A
* '''説明:'''
 
* '''上流ページ:''' http://afur.archlinux.fr
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[holo]
[archlinuxfr]
 
Server = http://repo.archlinux.fr/$arch
+
Server = https://repo.holocm.org/archlinux/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== archlinuxgr ====
+
=== ivasilev ===
   
* '''メンテナ:'''
+
* '''メンテナ:''' [https://ivasilev.net Ianis G. Vasilev]
  +
* '''説明:''' 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。
* '''説明:'''
 
  +
* '''上流ページ:''' https://ivasilev.net/pacman
  +
* '''Key-ID:''' [https://pgp.mit.edu/pks/lookup?op=vindex&search=0xB77A3C8832838F1F80ADFD7E1D0507B417DAB671 17DAB671]
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[ivasilev]
[archlinuxgr]
 
Server = http://archlinuxgr.tiven.org/archlinux/$arch
+
Server = https://ivasilev.net/pacman/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== archlinuxgr-kde4 ====
+
=== jlk ===
   
* '''メンテナ:'''
+
* '''メンテナ:''' [[en2:User:Lahwaacz|Jakub Klinkovský]]
  +
* '''説明:''' ABS や AUR の様々なパッケージ。修正版のパッケージは {{ic|modified}} グループにあります。
* '''説明:''' ギリシャの Arch Linux コミュニティによって提供されている KDE4 パッケージ (plasmoids, テーマなど)
 
  +
* '''上流ページ:''' https://jlk.fjfi.cvut.cz/arch/repo/README.html
  +
* '''Key-ID:''' 932BA3FA0C86812A32D1F54DAB5964AEB9FEDDDC
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[jlk]
[archlinuxgr-kde4]
 
Server = http://archlinuxgr.tiven.org/archlinux-kde4/$arch
+
Server = https://jlk.fjfi.cvut.cz/arch/repo
 
</nowiki>}}
 
</nowiki>}}
   
==== arsch ====
+
=== llvm-svn ===
   
* '''メンテナ:'''
+
* '''メンテナ:''' [[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 フロントエンド、関連ツール。
* '''説明:''' orgizm.net のユーザーが提供
 
  +
* '''Key-ID:''' [https://sks-keyservers.net/pks/lookup?op=vindex&search=0x76563F75679E4525&fingerprint=on&exact=on 0x76563F75679E4525], 指紋 {{ic|D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525}}
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[llvm-svn]
[arsch]
 
Server = http://arsch.orgizm.net/$arch
+
Server = https://repos.uni-plovdiv.net/archlinux/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
  +
=== lmrepo ===
   
  +
* '''メンテナ:''' [https://lukaszmoskala.pl Łukasz Moskała]
==== cinnamon ====
 
  +
* '''説明:''' AUR packages that I find usefull, including [https://aur.archlinux.org/packages/openrazer-meta openrazer]
* '''メンテナ:''' [https://github.com/jnbek jnbek]
 
  +
* '''Key-ID:''' [http://pool.sks-keyservers.net/pks/lookup?search=0x226981382B7115B2DF696B43C1F0BCD7CB0353DA&fingerprint=on&op=index 0x226981382B7115B2DF696B43C1F0BCD7CB0353DA], fingerprint {{ic|2269 8138 2B71 15B2 DF69 6B43 C1F0 BCD7 CB03 53DA}}
* '''説明:''' 安定していて活発に開発されている Cinnamon のパッケージ (アプレット, テーマ, エクステンション) とその他のパッケージ (Hotot, qBitTorrent, GTK テーマ, Perl モジュールなど)。
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[lmrepo]
[cinnamon]
 
Server = http://archlinux.zoelife4u.org/cinnamon/$arch
+
Server = http://arch.lukaszmoskala.pl
 
</nowiki>}}
 
</nowiki>}}
  +
=== markzz ===
   
  +
* '''メンテナ:''' [[en2:User:Markzz|Mark Weiman (markzz)]]
==== heftig ====
 
  +
* '''説明:''' Packages that markzz maintains or uses on the AUR; this includes Linux with the vfio patchset ({{AUR|linux-vfio}} and {{AUR|linux-vfio-lts}}), and packages for analysis of network data.
  +
* '''Key ID:''' DEBB9EE4
   
  +
{{Note|''markzz-keyring'' パッケージをインストールして鍵を追加したい場合、一時的に {{ic|1=SigLevel = Never}} を追加してください。}}
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#heftig Jan Steffens]
 
* '''説明:''' pulseaudio-git, pavucontrol-git, firefox-developer-edition が入っています。
 
* '''上流ページ:''' https://bbs.archlinux.org/viewtopic.php?id=117157
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[heftig]
+
[markzz]
Server = https://pkgbuild.com/~heftig/repo/$arch
+
Server = https://repo.markzz.com/arch/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
  +
=== maximbaz ===
==== home_Minerva_W_Science_Arch_Extra ====
 
   
* '''メンテナ:'''
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#maximbaz Maxim Baz]
* '''説明:''' [[OpenFOAM]] パッケージ。
+
* '''説明:''' Personal repo with AUR packages.
  +
* '''Key-ID:''' 不要、メンテナは TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[maximbaz]
[home_Minerva_W_Science_Arch_Extra]
 
  +
Server = https://pkgbuild.com/~maximbaz/repo/
Server = http://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
  +
=== me176c ===
==== home_Pival81_arch_xapps_Arch_Extra ====
 
   
* '''メンテナ:''' Valerio Pizzi ([https://github.com/Pival81 Pival81] <pival801@gmail.com>)
+
* '''メンテナ:''' [https://github.com/lambdadroid lambdadroid]
* '''説明:''' [https://github.com/linuxmint/xapps XApps] パッケージ
+
* '''説明:''' Packages for [[en2:ASUS MeMO Pad 7 (ME176C(X))]]
  +
* '''Key-ID:''' 2B1138A8BB59D786A3BF42AAD996DA70572407FB
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[me176c]
[home_Pival81_arch_xapps_Arch_Extra]
 
  +
Server = https://me176c.uber.space/archlinux
Server = http://download.opensuse.org/repositories/home:/Pival81:/arch:/xapps/Arch_Extra/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
==== noware ====
+
=== miffe ===
   
* '''メンテナ:''' 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 ウェブサイト])
+
* '''メンテナ:''' [https://bbs.archlinux.org/profile.php?id=4059 miffe]
* '''説明:''' 何度もコンパイルしたくない、リポジトリ欲しいと思っているソフトウェア。ソフトウェアのメンテを楽にするパッケージ。何でもあり。
+
* '''説明:''' miffe ってメンテされてい AUR パッケージ、例: linux-mainline
  +
* '''Key ID:''' 313F5ABD
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[noware]
+
[miffe]
Server = http://direct.$repo.systems.:2/repository/arch/$arch
+
Server = https://arch.miffe.org/$arch/
 
</nowiki>}}
 
</nowiki>}}
   
==== pantheon ====
+
=== mikelpint ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
+
* '''メンテナ:''' [[en2:User:Mikelpint|Mikel Pintado (Mikelpint)]]
* '''説明:''' Pantheon 関連のパッケージが含まれているリポジトリ
+
* '''説明:''' mikelpint がメンテしている AUR のパッケージ
  +
* '''Key ID:''' 5CA78FC65B189E2B
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[mikelpint]
[pantheon]
 
Server = http://pkgbuild.com/~alucryd/$repo/$arch
+
Server = https://mikelpint.github.io/repository/archlinux/repo
 
</nowiki>}}
 
</nowiki>}}
   
==== pietma ====
+
=== Minerva W Science ===
   
* '''メンテナ:''' MartiMcFly <martimcfly@autorisation.de>
+
* '''メンテナ:''' Minerva W
* '''説明:''' [https://aur.archlinux.org/packages/?K=martimcfly&SeB=m 作成あるいはメンテしている] Arch User Repository のパッケージ。
+
* '''説明:''' [[OpenFOAM]] パッケージ。
  +
* '''Key-ID:''' 3FF21B78117507DA
* '''上流ページ:''' http://pietma.com/tag/aur/
 
  +
* '''キーファイル:''' https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/x86_64/home_Minerva_W_Science_Arch_Extra.key
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_Minerva_W_Science_Arch_Extra]
[pietma]
 
Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo
+
Server = https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/$arch
 
</nowiki>}}
 
</nowiki>}}
   
  +
=== mobile ===
==== home_tarakbumba_archlinux_Arch_Extra_standard ====
 
   
* '''メンテナ:'''
+
* '''メンテナ:''' [https://keybase.io/farwayer farwayer]
* '''説明:''' ビルド済みの AUR パッケージが少数 (zemberek など)
+
* '''説明:''' React Native and Android development
  +
* '''上流ページ:''' https://keybase.pub/farwayer/arch/mobile/
  +
* '''Key ID:''' 7943315502A936D7
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[mobile]
[home_tarakbumba_archlinux_Arch_Extra_standard]
 
  +
Server = https://farwayer.keybase.pub/arch/$repo
Server = http://download.opensuse.org/repositories/home:/tarakbumba:/archlinux/Arch_Extra_standard/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
==== QOwnNotes ====
+
=== nah ===
   
* '''メンテナ:''' http://www.qownnotes.org
+
* '''メンテナ:''' [https://yeah.nah.nz phillid]
  +
* '''説明:''' Pre-built versions of the (slow-to-build) graph-tool python libraries, mingw-w64
* '''説明:''' QOwnNotes は Markdown に対応し [[ownCloud]] と統合することができるオープンソースのメモ帳・ToDo リストマネージャです。
 
  +
* '''Key ID:''' 7BF3D17D0884BF5B
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[nah]
[home_pbek_QOwnNotes_Arch_Extra]
 
  +
Server = https://repo.nah.nz/$repo
Server = http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
== i686 のみ ==
+
=== origincode ===
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/OriginCode OriginCode]
 
  +
* '''説明:''' A few staging or testing packages from [[#archlinuxcn]], and some daily use packages.
=== 署名あり ===
 
  +
* '''Key-ID:''' 0A5BAD445D80C1CC & 62BF97502AE10D22
 
==== xyne-i686 ====
 
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#xyne Xyne]
 
* '''説明:''' "i686" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
 
* '''上流ページ:''' http://xyne.archlinux.ca/projects/
 
* '''Key-ID:''' 不要、メンテナは TU です。
 
 
{{Note|This includes all packages in [[#xyne-any|<nowiki>[xyne-any]</nowiki>]].}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[origincode]
[xyne-i686]
 
Server = http://xyne.archlinux.ca/repos/xyne
+
Server = https://repo.origincode.me/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
=== 署名なし ===
+
=== pkgbuilder ===
   
  +
* '''メンテナ:''' [https://chriswarrick.com/ Chris Warrick]
==== andrwe ====
 
  +
* '''説明:''' Python の AUR ヘルパー、PKGBUILDer のリポジトリ。
 
  +
* '''上流ページ:''' https://github.com/Kwpolska/pkgbuilder
* '''メンテナ:''' Andrwe Lord Weber
 
  +
* '''Key-ID:''' 5EAAEA16
* '''説明:''' 個人的に x86_64 で使用しているプログラムを i686 向けにコンパイルしたもの
 
* '''上流ページ:''' http://andrwe.org/linux/repository
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[pkgbuilder]
[andrwe]
 
Server = http://repo.andrwe.org/i686
+
Server = https://pkgbuilder-repo.chriswarrick.com/
 
</nowiki>}}
 
</nowiki>}}
   
==== kpiche ====
+
=== post-factum kernels ===
   
  +
* '''メンテナ:''': [https://aur.archlinux.org/account/post-factum Oleksandr Natalenko aka post-factum]
* '''メンテナ:'''
 
  +
* '''上流ページ:''': https://gitlab.com/post-factum/pf-kernel/wikis/README
* '''説明:''' OpenSync の安定版パッケージ。
 
  +
* '''説明:''': [[カーネル#主なパッチセット|pf-kernel]] packages by its developer, post-factum
  +
* '''Key-ID:''': 95C357D2AF5DA89D
  +
* '''キーファイル:''': https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/x86_64/home_post-factum_kernels_Arch.key
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_post-factum_kernels_Arch]
[kpiche]
 
  +
Server = https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/$arch
Server = http://kpiche.archlinux.ca/repo
 
 
</nowiki>}}
 
</nowiki>}}
   
==== kernel26-pae ====
+
=== QOwnNotes ===
   
* '''メンテナ:'''
+
* '''メンテナ:''' [https://aur.archlinux.org/account/pbek Patrizio Bekerle] (pbek), QOwnNotes author
  +
* '''説明:''' QOwnNotes は markdown に対応し [[ownCloud]] と統合することができるオープンソースのメモ帳・ToDo リストマネージャです。
* '''説明:''' PAE が有効にされた32ビットカーネル 2.6.39
 
  +
* '''Key-ID:''' FFC43FC94539B8B0
  +
* '''キーファイル:''' https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/home_pbek_QOwnNotes_Arch_Extra.key
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_pbek_QOwnNotes_Arch_Extra]
[kernel26-pae]
 
  +
Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch
Server = http://kernel26-pae.archlinux.ca/
 
 
</nowiki>}}
 
</nowiki>}}
   
==== linux-pae ====
+
=== qt-debug ===
   
* '''メンテナ:'''
+
* '''メンテナ:''' [https://aur.archlinux.org/account/The-Compiler The Compiler]
* '''説明:''' PAE 有効にされた32ットカーネ 3.0
+
* '''説明:''' デバッグシンボル含まれた Qt/PyQt ビル
  +
* '''上流ページ:''' https://github.com/qutebrowser/qt-debug-pkgbuild
  +
* '''Key-ID:''' D6A1C70FE80A0C82
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[linux-pae]
+
[qt-debug]
Server = http://pae.archlinux.ca/
+
Server = https://qutebrowser.org/qt-debug/$arch
 
</nowiki>}}
 
</nowiki>}}
   
== x86_64 のみ ==
+
=== quarry ===
   
  +
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#anatolik anatolik]
=== 署名あり ===
 
  +
* '''説明:''' Arch binary repository for [http://rubygems.org/ Rubygems] パッケージの Arch バイナリリポジトリ。詳しくは [https://bbs.archlinux.org/viewtopic.php?id=182729 フォーラムのアナウンス] を参照。
 
  +
* '''Sources:''' https://github.com/anatol/quarry
==== archsec ====
 
  +
* '''Key-ID:''' 不要、メンテナは開発者です。
 
* '''メンテナ:''' [https://archsec.info ArchSec チーム]
 
* '''説明:''' 堅牢化されたツールチェインでコンパイルされたバイナリのリポジトリ
 
* '''上流ページ:''' https://archsec.info/
 
* '''Key-ID:''' 500773F3B282BEDB4D960B0F3C6F2219257C9E23
 
 
{{Note|ArchSec の使い方は https://archsec.info/docs/config/ に書かれています。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[archsec]
+
[quarry]
Server = https://archsec.info/$repo/$arch
+
Server = https://pkgbuild.com/~anatolik/quarry/x86_64/
 
</nowiki>}}
 
</nowiki>}}
   
==== archzfs ====
+
=== repo-ck ===
   
  +
Brain Fuck Scheduler が付属するカーネルとモジュール、ck1 パッチセットにある全てのもの。
* '''メンテナ:''' [http://archzfs.com Jesus Alvarez (demizer)]
 
* '''説明:''' Arch Linux の ZFS パッケージ。
 
* '''上流ページ:''' https://github.com/archzfs/archzfs
 
* '''Key-ID:''' 5E1ABF240EE7A126
 
   
  +
[[en2:/Repo-ck]] を参照してください。
{{bc|<nowiki>
 
[archzfs]
 
Server = http://archzfs.com/$repo/x86_64
 
</nowiki>}}
 
   
==== ashleyis ====
+
=== seblu ===
   
* '''メンテナ:''' Ashley Towns ([https://aur.archlinux.org/account/ashleyis/ ashleyis])
+
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#seblu Sébastien Luttringer]
  +
* '''説明:''' seblu の便利なビルド済みパッケージと自家製パッケージ(linux-seblu-meta, virtualbox-ext-oracle, spotify, masterpdfeditor, yaourt, zfs-dkms など)。
* '''説明:''' SDL, chipmunk, libtmx などのゲームライブラリのデバッグ版。swift-lang などの AUR パッケージも入っています。
 
* '''Key-ID:''' B1A4D311
+
* '''Key-ID:''' 不要、メンテナは開発者です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[seblu]
[ashleyis]
 
Server = http://arch.ashleytowns.id.au/repo/$arch
+
Server = https://al.seblu.net/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== atom ====
+
=== seiichiro ===
* '''メンテナ:''' Nicola Squartini ([https://github.com/tensor5 tensor5])
 
* '''上流ページ:''' https://github.com/tensor5/arch-atom
 
* '''説明:''' Atom テキストエディタと Electron
 
* '''Key-ID:''' B0544167
 
{{bc|<nowiki>
 
[atom]
 
Server = http://noaxiom.org/$repo/$arch
 
</nowiki>}}
 
   
  +
* '''メンテナ:''' [https://www.seiichiro0185.org Stefan Brand (seiichiro0185)]
==== aurpackages ====
 
  +
* '''説明:''' 個人的によく使っている AUR パッケージ
 
  +
* '''Key-ID:''' 805517CC
* '''メンテナ:''' Mark Vainomaa <mikroskeem@mikroskeem.eu>
 
* '''説明:''' 日常的に使用している AUR パッケージ。毎週更新
 
* '''Key-ID:''' 2A07EF8371AFC028
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[seiichiro]
[aurpackages]
 
Server = https://r.mikroskeem.eu
+
Server = https://www.seiichiro0185.org/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== aur-archlinux ====
+
=== sergej-repo ===
   
* '''メンテナ:''' Marc Mettke <marc@itmettke.de>
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#spupykin Sergej Pupykin]
* '''説明:''' 人気の AUR パッケージの自動ビルド
+
* '''説明:''' psi-plus, owncloud-git, ziproxy, android, MySQL など。armv7h で利用できるパッケージもあります。
* '''Key-ID:''' 7448C890582975CD
+
* '''Key-ID:''' 不要、メンテナは TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[sergej-repo]
[aur-archlinux]
 
Server = https://repo.itmettke.de/aur/$repo/$arch
+
Server = http://repo.p5n.pp.ru/$repo/os/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== boyska64 ====
+
=== siosm-aur ===
   
* '''メンテナ:''' boyska
+
* '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier]
  +
* '''説明:''' Arch User Repository にあるパッケージ、マイナーフィックスあり。
* '''説明:''' 個人用リポジトリ: 暗号, sdr, メール管理など
 
  +
* '''上流ページ:''' https://tim.siosm.fr/repositories/
* '''Key-ID:''' 0x7395DCAE58289CA9
 
  +
* '''Key-ID:''' 78688F83
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[siosm-aur]
[boyska64]
 
Server = http://boyska.degenerazione.xyz/archrepo
+
Server = http://siosm.fr/repo/$repo/
 
</nowiki>}}
 
</nowiki>}}
   
==== coderkun-aur ====
+
=== sublime-text ===
   
* '''メンテナ:''' [https://aur.archlinux.org/account/coderkun/ coderkun]
+
* '''メンテナ:''' Sublime Text developer
  +
* '''説明:''' Sublime Text editor packages from developer's repository
* '''説明:''' AUR パッケージと様々なソフトウェア。パッケージ差分とパッケージ・パッケージ署名をサポート。
 
* '''上流ページ:''' https://www.coderkun.de/arch
+
* '''上流ページ:''' https://www.sublimetext.com/docs/3/linux_repositories.html#pacman
* '''Key-ID:''' A6BEE374
+
* '''Key-ID:''' 8A8F901A
* '''キーファイル:''' [https://www.coderkun.de/coderkun.key https://www.coderkun.de/coderkun.key]
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[sublime-text]
[coderkun-aur]
 
Server = http://arch.coderkun.de/$repo/$arch/
+
Server = https://download.sublimetext.com/arch/stable/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== coderkun-aur-audio ====
+
=== subtitlecomposer ===
   
* '''メンテナ:''' [https://aur.archlinux.org/account/coderkun/ coderkun]
+
* '''メンテナ:''' Mladen Milinkovic (maxrd2)
  +
* '''説明:''' Subtitle Composer の安定版とナイトリービルド。
* '''説明:''' AUR パッケージとオーディオ関連のソフトウェア (リアルタイムカーネル, lv2-plugins, …)。パッケージ差分とパッケージ・パッケージ署名をサポート。
 
* '''上流ページ:''' https://www.coderkun.de/arch
+
* '''上流ページ:''' https://github.com/maxrd2/subtitlecomposer
* '''Key-ID:''' A6BEE374
+
* '''Key-ID:''' EF9D9B26
* '''キーファイル:''' [https://www.coderkun.de/coderkun.asc https://www.coderkun.de/coderkun.asc]
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[subtitlecomposer]
[coderkun-aur-audio]
 
Server = http://arch.coderkun.de/$repo/$arch/
+
Server = https://smoothware.net/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== decryptedepsilon ====
+
=== trinity ===
   
* '''メンテナ:''' [https://aur.archlinux.org/account/decryptedepsilon/ decryptedepsilon]
+
* '''メンテナ:''' Michael Manley <mmanley@nasutek.com>
  +
* '''説明:''' [[Trinity]] デスクトップ環境
* '''説明:''' 個人的にインストールしている AUR パッケージ (dropbox, jdk, atom, spotify, tor-browser-en, paper-icon-theme-git)
 
  +
* '''Key-ID:''' 65A4AC99
* '''上流ページ:''' http://www.decryptedepsilon.bl.ee/repo/x86_64
 
* '''Key-ID:''' 60442BA4
 
* '''キーファイル:''' [http://www.decryptedepsilon.bl.ee/decryptedepsilon.asc http://www.decryptedepsilon.bl.ee/decryptedepsilon.asc]
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[trinity]
[decryptedepsilon]
 
Server = http://decryptedepsilon.bl.ee/repo/$arch/
+
Server = https://repo.nasutek.com/arch/contrib/trinity/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== eatabrick ====
+
=== ungoo ===
   
* '''メンテナ:''' bentglasstube
+
* '''メンテナ:''' [[en2:User:Scrumplex|Sefa Eyeoglu]] <contact@scrumplex.net> (https://scrumplex.net)
  +
* '''説明:''' Latest ungoogled-chromium build
* '''説明:''' bentglasstube によって作成された (あるいはコンパイルされた) ソフトウェアのパッケージ。
 
  +
* '''上流ページ:''' https://arch.scrumplex.net/ungoo
  +
* '''Key-ID:''' AF1FB107E188CB979A94FD7FC10411294912A422
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[ungoo]
[eatabrick]
 
Server = http://repo.eatabrick.org/$arch
+
Server = https://arch.scrumplex.net/$repo/os/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== freifunk-rheinland ====
+
=== Webkit2Gtk-unstable ===
   
* '''メンテナ:''' nomaster
+
* '''メンテナ:''' [[en2:User:Mrmariusz|Mariusz Wojcik]]
* '''説明:''' Freifunk ロジェクトパッケージ: batman-adv, batctl, fastd と依存パッケージ
+
* '''説明:''' アーリアダターための最新 Webkit2Gtk ビルド
  +
* '''Upstream Page:''' https://webkitgtk.org/
  +
* '''Key-ID:''' 346854B5
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_mrmariusz_ArchLinux]
[freifunk-rheinland]
 
Server = http://mirror.fluxent.de/archlinux-custom/$repo/os/$arch
+
Server = https://download.opensuse.org/repositories/home:/mrmariusz/ArchLinux/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== holo ====
+
=== xyne-x86_64 ===
   
* '''メンテナ:''' Stefan Majewsky <holo-pacman@posteo.de> (問題の報告は [https://github.com/majewsky/holo-pacman-repo/issues Github] にお願いします)
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#xyne Xyne]
* '''説明:''' [https://holocm.org Holo 設定管理]パッケージとラグインやツール
+
* '''説明:''' Xyne 自身のプロジェクトのリポジトリ
* '''上流ページ:''' https://github.com/majewsky/holo-pacman-repo
+
* '''上流ページ:''' http://xyne.archlinux.ca/projects/
  +
* '''Key-ID:''' 不要、メンテナは TU です。
* '''パッケージリスト:''' https://repo.holocm.org/archlinux/x86_64
 
* '''Key-ID:''' 0xF7A9C9DC4631BD1A
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[xyne-x86_64]
[holo]
 
  +
# Server = https://xyne.archlinux.ca/repos/xyne # It returns error 404 or 406 (varying). Use the line below:
Server = https://repo.holocm.org/archlinux/x86_64
 
  +
Server = http://xyne.archlinux.ca/bin/repo.php?file=
 
</nowiki>}}
 
</nowiki>}}
   
==== jrpi ====
+
== 署名なし ==
   
  +
{{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}}
* '''メンテナ:''' [[en2:User:JMCF125|João Miguel]]
 
* '''上流ページ:''' https://jrpi.mooo.com/Programação?lang=en#Repositories
 
* '''説明:''' AUR パッケージ、パッチが適用された公式パッケージ、古いパッケージ。
 
* '''パッケージリスト:''' https://jrpi.mooo.com/Repositórios/principal/
 
* '''Key-ID:''' 300F3A7E6DE3712674AF1BA3C734821C2C9A679F
 
   
  +
=== alucryd ===
{{bc|<nowiki>
 
[jrpi]
 
Server = https://jrpi.mooo.com/Repositórios/principal/
 
</nowiki>}}
 
   
  +
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
==== linux-kalterfx ====
 
  +
* '''説明:''' Various packages Maxime Gauduin maintains (or not) in the AUR.
 
* '''メンテナ''': [https://aur.archlinux.org/account/kalterfive Anna Ivanova]
 
* '''上流ページ''': https://deadsoftware.ru/files/linux-kalterfx
 
* '''説明''': [[カーネル#-pf|pf-kernel]], [[reiser4]], UKSM が有効になっている安定版カーネル
 
* '''Key-ID''': A0C04F15
 
* '''キー''' ([https://keybase.io/kalterfive/key.asc key.asc]): {{ic|24E3A929}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[alucryd]
[linux-kalterfx]
 
Server = https://deadsoftware.ru/files/linux-kalterfx/repo/$arch
+
Server = https://pkgbuild.com/~alucryd/$repo/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== markzz ====
+
=== alucryd-multilib ===
   
* '''メンテナ:''' [[en2:User:Markzz|Mark Weiman (markzz)]]
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
  +
* '''説明:''' Various packages needed to run Steam without its runtime environment.
* '''説明:''' markzz が AUR でメンテ・使用しているパッケージ。vfio パッチセットがあたった Linux ({{AUR|linux-vfio}} と {{AUR|linux-vfio-lts}}) や Debian のパッケージリポジトリを管理するためのパッケージなど。
 
* '''Key ID:''' 3CADDFDD
 
 
{{Note|''markzz-keyring'' パッケージをインストールして鍵を追加したい場合、一時的に {{ic|1=SigLevel = Never}} を追加してください。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[alucryd-multilib]
[markzz]
 
Server = https://repo.markzz.com/arch/$repo/$arch
+
Server = https://pkgbuild.com/~alucryd/$repo/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== mikelpint ====
+
=== andrwe ===
* '''メンテナ:''' [[en2:User:Mikelpint|Mikel Pintado (Mikelpint)]]
 
* '''説明:''' mikelpint がメンテしている AUR のパッケージ
 
* '''Key ID:''' 5CA78FC65B189E2B
 
   
  +
* '''メンテナ:''' Andrwe Lord Weber
{{bc|<nowiki>
 
  +
* '''説明:''' 個人的によく使うプログラムが入っています
[mikelpint]
 
  +
* '''上流ページ:''' http://andrwe.org/linux/repository
Server = https://mikelpint.github.io/archlinux
 
</nowiki>}}
 
 
==== qt-debug ====
 
 
* '''メンテナ:''' [http://blog.the-compiler.org/?page_id=36 The Compiler]
 
* '''説明:''' デバッグシンボルを含む Qt/PyQt ビルド
 
* '''上流ページ:''' https://github.com/qutebrowser/qt-debug-pkgbuild
 
* '''Key-ID:''' D6A1C70FE80A0C82
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[andrwe]
[qt-debug]
 
Server = http://qutebrowser.org/qt-debug/$arch
+
Server = http://repo.andrwe.org/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== quarry ====
 
   
  +
=== archgeotux ===
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#anatolik anatolik]
 
* '''説明:''' [http://rubygems.org/ Rubygem] パッケージの Arch バイナリリポジトリ。詳しくは [https://bbs.archlinux.org/viewtopic.php?id=182729 フォーラムのアナウンス] を参照。
 
* '''Key-ID:''' 不要、メンテナは開発者です。
 
   
  +
* '''メンテナ:''' Samuel Mesa
{{bc|<nowiki>
 
  +
* '''説明:''' Geospatial and geographic information system applications
[quarry]
 
  +
* '''上流ページ:''' https://archgeotux.sourceforge.io/
Server = http://pkgbuild.com/~anatolik/quarry/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>
 
{{bc|<nowiki>
  +
[archgeotux]
[siosm-aur]
 
Server = http://siosm.fr/repo/$repo/
+
Server = https://downloads.sourceforge.net/project/archgeotux/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== subtitlecomposer ====
+
=== archlinuxfr ===
   
* '''メンテナ:''' Mladen Milinkovic (maxrd2)
+
* '''メンテナ:'''
  +
* '''説明:'''
* '''説明:''' Subtitle Composer の安定版とナイトリービルド。
 
* '''上流ページ:''' https://github.com/maxrd2/subtitlecomposer
+
* '''上流ページ:''' http://afur.archlinux.fr
* '''Key-ID:''' EF9D9B26
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archlinuxfr]
[subtitlecomposer]
 
Server = http://smoothware.net/$repo/$arch
+
Server = http://repo.archlinux.fr/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== xyne-x86_64 ====
+
=== archlinuxgr ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#xyne Xyne]
+
* '''メンテナ:'''
  +
* '''説明:''' many interesting packages provided by the Hellenic (Greek) Arch Linux community
* '''説明:''' "x86_64" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
 
* '''上流ページ:''' http://xyne.archlinux.ca/projects/
 
* '''Key-ID:''' 不要、メンテナは TU です。
 
 
{{Note|[[#xyne-any|<nowiki>[xyne-any]</nowiki>]] の全てのパッケージが含まれています。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archlinuxgr]
[xyne-x86_64]
 
Server = http://xyne.archlinux.ca/repos/xyne
+
Server = http://archlinuxgr.tiven.org/archlinux/$arch
 
</nowiki>}}
 
</nowiki>}}
   
=== 署名なし ===
+
=== archlinuxgr-kde4 ===
   
  +
* '''メンテナ:'''
{{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}}
 
  +
* '''説明:''' ギリシャの Arch Linux コミュニティによって提供されている KDE4 パッケージ (plasmoids, テーマなど)
 
==== alucryd ====
 
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
 
* '''説明:''' Maxime Gauduin が AUR でメンテしている様々なパッケージ。
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archlinuxgr-kde4]
[alucryd]
 
Server = http://pkgbuild.com/~alucryd/$repo/x86_64
+
Server = http://archlinuxgr.tiven.org/archlinux-kde4/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== alucryd-multilib ====
+
=== craftdestiny ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
+
* '''メンテナ:''' [https://craftdestiny.ovh LinuxVieLoisir]
  +
* '''説明:''' A Craft Destiny repository is there to avoid long compilation on some software. It also adds some very useful additional software.
* '''説明:''' Steam をランタイム環境抜きで動作させるために必要なパッケージ
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[craftdestiny]
[alucryd-multilib]
 
Server = http://pkgbuild.com/~alucryd/$repo/x86_64
+
Server = https://miroir.craftdestiny.ovh/archlinux-repo/
 
</nowiki>}}
 
</nowiki>}}
   
==== andrwe ====
+
=== dx37essentials ===
   
* '''メンテナ:''' Andrwe Lord Weber
+
* '''メンテナ:''' [https://aur.archlinux.org/account/DragonX256 DragonX256]
  +
* '''説明:''' Personal repository. Contains packages from AUR, which I using every day.
* '''説明:''' 多くの環境で使っているプログラム
 
* '''上流ページ:''' http://andrwe.org/linux/repository
+
* '''Git repo:''' https://gitlab.com/DX37/dx37essentials
  +
* '''上流ページ:''' https://dx37.gitlab.io/dx37essentials
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[dx37essentials]
[andrwe]
 
Server = http://repo.andrwe.org/x86_64
+
Server = https://dx37.gitlab.io/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== brtln ====
+
=== heftig ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#bpiotrowski Bartłomiej Piotrowski]
+
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#heftig Jan Steffens]
  +
* '''説明:''' pulseaudio-git, pavucontrol-git, and firefox-developer-edition が入っています。
* '''説明:''' VCS パッケージ。
 
  +
* '''上流ページ:''' https://bbs.archlinux.org/viewtopic.php?id=117157
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[brtln]
+
[heftig]
Server = http://pkgbuild.com/~barthalion/brtln/$arch/
+
Server = https://pkgbuild.com/~heftig/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== imake ====
+
=== home-thaodan ===
   
* '''メンテナ:''' GRV <grvconstanta@gmail.com>
+
* '''メンテナ:''': [https://aur.archlinux.org/account/Thaodan Thaodan]
  +
* '''上流ページ:''': https://gitlab.com/Thaodan/linux-pf
* '''説明:''' コンパイル済みの重要な AUR パッケージ
 
  +
* '''説明:''': [[カーネル#主なパッチセット|pf-kernel]] and other packages by pf-kernel fork developer, Thaodan
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home-thaodan]
[imake]
 
Server = http://imake.ddns.net/$arch
+
Server = https://thaodan.de/home/bidar/home-thaodan/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== jkanetwork ====
+
=== jkanetwork ===
   
* '''メンテナ:''' kprkpr <kevin01010 at gmail dot com> , Joselucross <jlgarrido97 at gmail dot com>
+
* '''メンテナ:''' kprkpr <kevin01010 at gmail dot com>
  +
* '''メンテナ:''' Joselucross <jlgarrido97 at gmail dot com>
* '''説明:''' pimagizer, stepmania, yaourt, linux-mainline, wps-office, grub-customizer, IDE などの AUR パッケージ。誰でも投稿可能。
 
  +
* '''説明:''' Packages of AUR like pimagizer,stepmania,yaourt,linux-mainline,wps-office,grub-customizer,some IDE.. Open for all that wants to contribute
 
* '''上流ページ:''' http://repo.jkanetwork.com/
 
* '''上流ページ:''' http://repo.jkanetwork.com/
   
890行目: 808行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== matrixim ====
+
=== mesa-git ===
 
* '''メンテナ:''' [https://aur.archlinux.org/account/mytbk Iru Cai]
 
* '''説明:''' [[Matrix]] メッセージングプロトコルに関連するパッケージ、https://matrixim.cc で動作するソフトウェア。
 
 
{{bc|<nowiki>
 
[matrixim]
 
Server = https://repo.matrixim.cc/$repo/$arch
 
</nowiki>}}
 
 
==== mesa-git ====
 
   
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#lcarlier Laurent Carlier]
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#lcarlier Laurent Carlier]
907行目: 815行目:
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[mesa-git]
 
[mesa-git]
Server = http://pkgbuild.com/~lcarlier/$repo/$arch
+
Server = https://pkgbuild.com/~lcarlier/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== mingw-w64 ====
+
=== minzord===
   
  +
* '''メンテナ:''' Minzord
* '''メンテナ:''' [https://aur.archlinux.org/account/ant32 Philip] と [https://aur.archlinux.org/account/nic96 Jeromy] Reimer
 
  +
* '''説明:''' A Minzord repository is there to avoid long compilation on some software. It also adds some very useful additional software.
* '''説明:''' AUR にあるほぼ全ての mingw-w64 パッケージ
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[minzord]
[mingw-w64]
 
Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch
+
Server = https://minzordos.000webhostapp.com/Repo/
#Server = http://amr.linuxd.org/archlinux/$repo/os/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
==== neo_chen ====
+
=== oracle ===
 
* '''メンテナ:''' Kolei Chen (Neo_Chen) <chenkolei@gmail.com>
 
* '''説明:''' 一般的でない AUR パッケージ
 
 
{{Note|このリポジトリは不安定なデスクトップで稼働しています。}}
 
   
  +
* '''メンテナ:''' [[en2:User:Malvineous|Malvineous]]
  +
* '''説明:''' [[Oracle クライアント|Oracle Database client]] and associated tools, built from AUR packages and hosted on AWS S3 using [https://github.com/Malvineous/archlinux-pacman-repo Makefile scripts].
  +
* '''Conditions:''' By using this repository you agree to the [http://www.oracle.com/technetwork/licenses/instant-client-lic-152016.html Oracle Technology Network Development and Distribution License Terms for Instant Client].
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[oracle]
[neo_chen]
 
Server = https://neolinuxworkstation.nerdpol.ovh/~neo_chen/neo_chen_repo/
+
Server = http://linux.shikadi.net/arch/$repo/$arch/
 
</nowiki>}}
 
</nowiki>}}
   
==== ownstuff ====
+
=== ownstuff ===
   
 
* '''メンテナ:''' [https://aur.archlinux.org/account/Martchus Martchus]
 
* '''メンテナ:''' [https://aur.archlinux.org/account/Martchus Martchus]
* '''説明:''' AUR の多数のパッケージ。mingw-w64 パッケージフォント[https://aur.archlinux.org/packages/tageditor Tag Editor] などのツール、[https://aur.archlinux.org/packages/syncthingtray Syncthing Tray] および [https://aur.archlinux.org/packages/subtitlecomposer Subtitle Composer]
+
* '''説明:''' AUR の多数のパッケージ。沢山の mingw-w64 パッケージ, フォント, [https://aur.archlinux.org/packages/tageditor Tag Editor], [https://aur.archlinux.org/packages/syncthingtray Syncthing Tray] and [https://aur.archlinux.org/packages/subtitlecomposer Subtitle Composer] などのツール
* '''上流ページ''': https://github.com/Martchus/PKGBUILDs https://martchus.no-ip.biz/repoindex
+
* '''上流ページ:''': https://github.com/Martchus/PKGBUILDs (sources beside the AUR) and https://martchus.no-ip.biz/repoindex (package browser/search)
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[ownstuff-testing]
  +
Server = https://martchus.no-ip.biz/repo/arch/$repo/os/$arch
  +
Server = https://ftp.f3l.de/~martchus/$repo/os/$arch
  +
 
[ownstuff]
 
[ownstuff]
Server = http://martchus.no-ip.biz/repo/arch/$repo/os/$arch
+
Server = https://martchus.no-ip.biz/repo/arch/$repo/os/$arch
  +
Server = https://ftp.f3l.de/~martchus/$repo/os/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== pnsft-pur ====
+
=== pantheon ===
   
* '''メンテナ:'''
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
* '''説明:''' 日本語入力メソッドのパッケージ Mozc (vanilla) と libkkc
+
* '''説明:''' Pantheon 関連のパッケージが含まれているリポジトリ
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[pantheon]
[pnsft-pur]
 
Server = http://downloads.sourceforge.net/project/pnsft-aur/pur/x86_64
+
Server = https://pkgbuild.com/~alucryd/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== rakudo ====
+
=== pietma ===
   
* '''メンテナ:''' spider-mario <spidermario@free.fr>
+
* '''メンテナ:''' MartiMcFly <martimcfly@autorisation.de>
  +
* '''説明:''' [https://aur.archlinux.org/packages/?K=martimcfly&SeB=m 作成あるいはメンテナンスしている] Arch User Repository のパッケージ。
* '''説明:''' Rakudo Perl6
 
  +
* '''上流ページ:''' http://pietma.com/tag/aur/
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[rakudo]
+
[pietma]
Server = https://spider-mario.quantic-telecom.net/archlinux/$repo/$arch
+
Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo
 
</nowiki>}}
 
</nowiki>}}
   
==== rust-git ====
+
=== pnsft-pur ===
   
* '''メンテナ:''' Tatsuyuki Ishi <ishitatsuyuki@gmail.com>
+
* '''メンテナ:''' [https://aur.archlinux.org/account/ponsfoot ponsfoot]
* '''説明:''' rust-git などのパッケージ。毎週更新。
+
* '''説明:''' 日本語入力メソッドのパッケージ Mozc (vanilla) と libkkc
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[rust-git]
+
[pnsft-pur]
Server = https://tatsuyuki.kdns.info/archlinux/$repo/$arch
+
Server = https://osdn.net/projects/ponsfoot-aur/storage/pur/x86_64/
</nowiki>}}
 
 
==== trinity ====
 
 
* '''メンテナ:''' Michael Manley <mmanley@nasutek.com>
 
* '''説明:''' [[Trinity]] デスクトップ環境
 
 
{{bc|<nowiki>
 
[trinity]
 
Server = http://repo.nasutek.com/arch/contrib/trinity/x86_64
 
</nowiki>}}
 
 
==== zrootfs ====
 
 
* '''メンテナ:''' Isabell Cowan <isabellcowan@gmail.com>
 
* '''説明:''' Haswell や Broadwell アーキテクチャプロセッサ向けのパッケージ。
 
 
{{bc|<nowiki>
 
[zrootfs]
 
Server = https://www.izzette.com/izzi/zrootfs-old
 
 
</nowiki>}}
 
</nowiki>}}

2019年5月30日 (木) 21:21時点における版

関連記事

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

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

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

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

リポジトリによっては、x86_64 でないアーキテクチャ用のパッケージも含まれています。pacman により $arch 変数が自動的に設定されます。

ヒント: このページに記載されている全てのサーバーのリストを取得するには:
curl 'https://wiki.archlinux.jp/index.php/%E9%9D%9E%E5%85%AC%E5%BC%8F%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA' | grep 'Server = ' | sed "s/\$arch/$(uname -m)/g" | cut -f 3 -d' '
ウェブブラウザで開いて、リポジトリの中身を調べることができます。

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

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

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

署名あり

andontie-aur

  • メンテナ: Holly M.
  • 説明: A repo containing the most popular AUR packages, as well as some I use all the time. New packages can be requested on the upstream website.
  • Key-ID: EA50C866329648EE
  • 上流ページ: https://aur.andontie.net
[andontie-aur]
Server = https://aur.andontie.net/$arch

arcanisrepo

  • メンテナ: arcanis
  • 説明: 複数の AUR パッケージが含まれているリポジトリ (VCS 版のパッケージも存在)。
  • Key-ID: 不要、メンテナは TU です。
[arcanisrepo]
Server = https://repo.arcanis.me/repo/$arch
ヒント: 同一の URL で FTP からもアクセスできます。

arch4edu

[arch4edu]
Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
## or other mirrors in https://github.com/arch4edu/arch4edu/wiki/Add-arch4edu-to-your-Archlinux

archlinuxcn

[archlinuxcn]
Server = http://repo.archlinuxcn.org/$arch
## or use a CDN (beta)
#Server = https://cdn.repo.archlinuxcn.org/$arch
## or install archlinuxcn-mirrorlist-git and use the mirrorlist
#Include = /etc/pacman.d/archlinuxcn-mirrorlist

archstrike

ノート: ArchStrike specific instructions can be found at https://archstrike.org/wiki/setup
[archstrike]
Server = https://mirror.archstrike.org/$arch/$repo

archzfs

[archzfs]
Server = http://archzfs.com/$repo/x86_64

ashleyis

  • メンテナ: Ashley Towns (ashleyis)
  • 説明: SDL, chipmunk, libtmx などのゲームライブラリのデバッグ版。swift-lang などの AUR パッケージも入っています。
  • Key-ID: B1A4D311
[ashleyis]
Server = http://arch.ashleytowns.id.au/repo/$arch

Bennix Repo

[bigben-repo]
SigLevel = Optional TrustAll
Server = http://bennix.net/bigben-repo/

blackeagle-pre-community

  • メンテナ: Ike Devolder
  • 説明: メンテしているパッケージを community リポジトリに移動するまえにテストするためのリポジトリ
  • Key-ID: 不要、メンテナは TU です。
[blackeagle-pre-community]
Server = https://repo.herecura.be/$repo/$arch

chaotic-aur

  • メンテナ: PedroHLC
  • 説明: メンテナが利用している AUR パッケージが自動的にコンパイルされ、毎時間更新されます (毎日更新されるパッケージもあります)。ブラジルの São Carlos, SP でホストされています。x86_64 のみです。
  • Key-ID: [1], 指紋 EF92 5EA6 0F33 D0CB 85C4 4AD1 3056 5138 87B7 8AEB
  • Note: maintainer's notes を参照してください。
[chaotic-aur]
Server = http://lonewolf-builder.duckdns.org/$repo/x86_64

catalyst

  • メンテナ: Vi0l0
  • 説明: ATI Catalyst プロプライエタリドライバー。
  • Key-ID: 653C3094
[catalyst]
Server = https://167.86.114.169/arch/catalyst/$arch

catalyst-hd234k

  • メンテナ: Vi0l0
  • 説明: ATI Catalyst プロプライエタリドライバー。
  • Key-ID: 653C3094
[catalyst-hd234k]
Server = https://167.86.114.169/arch/catalyst-hd234k/$arch

city

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

coderkun-aur

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

coderkun-aur-audio

[coderkun-aur-audio]
Server = http://arch.suruatoel.xyz/$repo/$arch/

devkitpro

ノート: Repository has its own additional keyring at https://downloads.devkitpro.org/devkitpro-keyring-r1.787e015-2-any.pkg.tar.xz.
[dkp-libs]
Server = https://downloads.devkitpro.org/packages
[dkp-linux]
Server = https://downloads.devkitpro.org/packages/linux

disastrousaur

警告: disastrousaur and disastrousarm are undergoing restructuring (e.g. support for the aarch64 architecture and more). The repository itself will be available again under the disastrousaur name in the next week. Please make sure you have the URL changed accordingly as shown below. Sorry for causing any inconvenience.
[disastrousaur]
Server = https://mirror.repohost.de/$repo/$arch

dvzrv

[dvzrv]
Server = https://pkgbuild.com/~dvzrv/repo/$arch

eatabrick

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

eschwartz

  • メンテナ: Eli Schwartz
  • 説明: Personal repo with AUR packages and some core packages from git (including glibc and pacman). Contains debug packages.
  • Key-ID: 不要、メンテナは TU です。
[eschwartz]
Server = https://pkgbuild.com/~eschwartz/repo/$arch

ffy00

  • メンテナ: Filipe Laíns
  • 説明: Personal repo. Contains some packages related to the D language.
  • Key-ID: 不要、メンテナは TU です。
[ffy00]
Server = https://pkgbuild.com/~ffy00/repo

fusion809

[home_fusion809_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/$arch

gnome-devel

ノート: Must be put above [testing] repository.
[gnome-devel]
Server = https://softwareperonista.com.ar/repo/archlinux/gnome-devel/$arch

herecura

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

holo

[holo]
Server = https://repo.holocm.org/archlinux/x86_64

ivasilev

[ivasilev]
Server = https://ivasilev.net/pacman/$arch

jlk

[jlk]
Server = https://jlk.fjfi.cvut.cz/arch/repo

llvm-svn

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

lmrepo

[lmrepo]
Server = http://arch.lukaszmoskala.pl

markzz

  • メンテナ: Mark Weiman (markzz)
  • 説明: Packages that markzz maintains or uses on the AUR; this includes Linux with the vfio patchset (linux-vfioAUR and linux-vfio-ltsAUR), and packages for analysis of network data.
  • Key ID: DEBB9EE4
ノート: markzz-keyring パッケージをインストールして鍵を追加したい場合、一時的に SigLevel = Never を追加してください。
[markzz]
Server = https://repo.markzz.com/arch/$repo/$arch

maximbaz

  • メンテナ: Maxim Baz
  • 説明: Personal repo with AUR packages.
  • Key-ID: 不要、メンテナは TU です。
[maximbaz]
Server = https://pkgbuild.com/~maximbaz/repo/

me176c

[me176c]
Server = https://me176c.uber.space/archlinux

miffe

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

mikelpint

  • メンテナ: Mikel Pintado (Mikelpint)
  • 説明: mikelpint がメンテしている AUR のパッケージ
  • Key ID: 5CA78FC65B189E2B
[mikelpint]
Server = https://mikelpint.github.io/repository/archlinux/repo

Minerva W Science

[home_Minerva_W_Science_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/$arch 

mobile

[mobile]
Server = https://farwayer.keybase.pub/arch/$repo

nah

  • メンテナ: phillid
  • 説明: Pre-built versions of the (slow-to-build) graph-tool python libraries, mingw-w64
  • Key ID: 7BF3D17D0884BF5B
[nah]
Server = https://repo.nah.nz/$repo

origincode

  • メンテナ: OriginCode
  • 説明: A few staging or testing packages from #archlinuxcn, and some daily use packages.
  • Key-ID: 0A5BAD445D80C1CC & 62BF97502AE10D22
[origincode]
Server = https://repo.origincode.me/repo/$arch

pkgbuilder

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

post-factum kernels

[home_post-factum_kernels_Arch]
Server = https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/$arch

QOwnNotes

[home_pbek_QOwnNotes_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch

qt-debug

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

quarry

[quarry]
Server = https://pkgbuild.com/~anatolik/quarry/x86_64/

repo-ck

Brain Fuck Scheduler が付属するカーネルとモジュール、ck1 パッチセットにある全てのもの。

en2:/Repo-ck を参照してください。

seblu

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

seiichiro

[seiichiro]
Server = https://www.seiichiro0185.org/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

siosm-aur

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

sublime-text

[sublime-text]
Server = https://download.sublimetext.com/arch/stable/x86_64

subtitlecomposer

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

trinity

  • メンテナ: Michael Manley <mmanley@nasutek.com>
  • 説明: Trinity デスクトップ環境
  • Key-ID: 65A4AC99
[trinity]
Server = https://repo.nasutek.com/arch/contrib/trinity/x86_64

ungoo

[ungoo]
Server = https://arch.scrumplex.net/$repo/os/x86_64

Webkit2Gtk-unstable

[home_mrmariusz_ArchLinux]
Server = https://download.opensuse.org/repositories/home:/mrmariusz/ArchLinux/$arch

xyne-x86_64

[xyne-x86_64]
# Server = https://xyne.archlinux.ca/repos/xyne # It returns error 404 or 406 (varying). Use the line below:
Server = http://xyne.archlinux.ca/bin/repo.php?file=

署名なし

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

alucryd

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

alucryd-multilib

  • メンテナ: Maxime Gauduin
  • 説明: Various packages needed to run Steam without its runtime environment.
[alucryd-multilib]
Server = https://pkgbuild.com/~alucryd/$repo/x86_64

andrwe

[andrwe]
Server = http://repo.andrwe.org/$arch


archgeotux

[archgeotux]
Server = https://downloads.sourceforge.net/project/archgeotux/$arch

archlinuxfr

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

archlinuxgr

  • メンテナ:
  • 説明: many interesting packages provided by the Hellenic (Greek) Arch Linux community
[archlinuxgr]
Server = http://archlinuxgr.tiven.org/archlinux/$arch

archlinuxgr-kde4

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

craftdestiny

  • メンテナ: LinuxVieLoisir
  • 説明: A Craft Destiny repository is there to avoid long compilation on some software. It also adds some very useful additional software.
[craftdestiny]
Server = https://miroir.craftdestiny.ovh/archlinux-repo/

dx37essentials

[dx37essentials]
Server = https://dx37.gitlab.io/$repo/$arch

heftig

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

home-thaodan

[home-thaodan]
Server = https://thaodan.de/home/bidar/home-thaodan/$arch

jkanetwork

  • メンテナ: kprkpr <kevin01010 at gmail dot com>
  • メンテナ: Joselucross <jlgarrido97 at gmail dot com>
  • 説明: Packages of AUR like pimagizer,stepmania,yaourt,linux-mainline,wps-office,grub-customizer,some IDE.. Open for all that wants to contribute
  • 上流ページ: http://repo.jkanetwork.com/
[jkanetwork]
Server = http://repo.jkanetwork.com/repo/$repo/

mesa-git

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

minzord

  • メンテナ: Minzord
  • 説明: A Minzord repository is there to avoid long compilation on some software. It also adds some very useful additional software.
[minzord]
Server = https://minzordos.000webhostapp.com/Repo/

oracle

[oracle]
Server = http://linux.shikadi.net/arch/$repo/$arch/

ownstuff

[ownstuff-testing]
Server = https://martchus.no-ip.biz/repo/arch/$repo/os/$arch
Server = https://ftp.f3l.de/~martchus/$repo/os/$arch

[ownstuff]
Server = https://martchus.no-ip.biz/repo/arch/$repo/os/$arch
Server = https://ftp.f3l.de/~martchus/$repo/os/$arch

pantheon

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

pietma

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

pnsft-pur

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