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

提供: ArchWiki
ナビゲーションに移動 検索に移動
(リンク修正)
(typo fix、一部翻訳)
(2人の利用者による、間の2版が非表示)
13行目: 13行目:
   
 
自分でカスタムリポジトリを作ってみたい場合は、[[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
  +
* '''上流ページ:''' https://aur.andontie.net
   
  +
{{bc|<nowiki>
==== archstrike ====
 
  +
[andontie-aur]
  +
Server = https://aur.andontie.net/$arch
  +
</nowiki>}}
   
  +
=== arcanisrepo ===
* '''メンテナ:''' [https://archstrike.org/team ArchStrike チーム]
 
* '''説明:''' セキュリティの専門家・好事家のためのリポジトリ
 
* '''上流ページ:''' https://archstrike.org/
 
* '''Key-ID:''' 9D5F1C051D146843CDA4858BDE64825E7CBC0D51
 
   
  +
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#arcanis arcanis]
{{Note|ArchStrike を使う方法は https://archstrike.org/wiki/setup に書かれています。}}
 
  +
* '''説明:''' 複数の AUR パッケージが含まれているリポジトリ (VCS 版のパッケージも存在)。
  +
* '''Key-ID:''' 不要、メンテナは TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[arcanisrepo]
[archstrike]
 
Server = https://mirror.archstrike.org/$arch/$repo
+
Server = https://repo.arcanis.me/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
  +
{{Tip|同一の URL で FTP からもアクセスできます。}}
==== ivasilev ====
 
   
  +
=== arch4edu ===
* '''メンテナ:''' [https://ivasilev.net Ianis G. Vasilev]
 
  +
* '''説明:''' 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。
 
  +
* '''メンテナ:''' [https://github.com/petronny Jingbei Li (petronny)], [https://github.com/arch4edu/arch4edu/graphs/contributors others]
* '''上流ページ:''' https://ivasilev.net/pacman
 
  +
* '''説明:''' 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:''' [https://pgp.mit.edu/pks/lookup?op=vindex&search=0xB77A3C8832838F1F80ADFD7E1D0507B417DAB671 17DAB671]
 
  +
* '''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]
[ivasilev]
 
Server = https://ivasilev.net/pacman/any
+
Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
  +
## or other mirrors in https://github.com/arch4edu/arch4edu/wiki/Add-arch4edu-to-your-Archlinux
# Server = https://ivasilev.net/pacman/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
==== pkgbuilder ====
+
=== archlinuxcn ===
   
  +
* '''メンテナ:''' [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]
* '''メンテナ:''' [https://chriswarrick.com/ Chris Warrick]
 
  +
* '''説明:''' Arch Linux の中国コミュニティによるパッケージ (全て署名済み)。i686 のパッケージはメンテナンスが不完全です。問題があったら issue を作成してください。
* '''説明:''' Python の AUR ヘルパー、PKGBUILDer のリポジトリ。
 
* '''上流ページ:''' https://github.com/Kwpolska/pkgbuilder
+
* '''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:''' 5EAAEA16
 
  +
* '''ミラー:''' 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 により署名されています。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archlinuxcn]
[pkgbuilder]
 
Server = https://pkgbuilder-repo.chriswarrick.com/
+
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>}}
   
==== xyne-any ====
+
=== archstrike ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#xyne Xyne]
+
* '''メンテナ:''' [https://archstrike.org/team The ArchStrike Team]
* '''説明:''' "any" アーキテクチャ用パッケージが含まれている Xyne 独自プロジェクトのリポジトリ
+
* '''説明:''' ュリ専門家・好事家ためのリポジトリ
* '''上流ページ:''' https://xyne.archlinux.ca/projects/
+
* '''上流ページ:''' https://archstrike.org/
* '''Key-ID:''' 不要、メンテナは TU です。
+
* '''Key-ID:''' 9D5F1C051D146843CDA4858BDE64825E7CBC0D51
   
  +
{{Note|ArchStrike specific instructions can be found at https://archstrike.org/wiki/setup}}
{{Note|あなたが使用しているアーキテクチャに合致する {{ic|[xyne-*]}} リポジトリが存在しない場合にのみこのリポジトリを使ってください。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archstrike]
[xyne-any]
 
Server = https://xyne.archlinux.ca/repos/xyne
+
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 = https://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 = https://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]
145行目: 150行目:
 
</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
153行目: 169行目:
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[catalyst]
 
[catalyst]
Server = https://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
164行目: 180行目:
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[catalyst-hd234k]
 
[catalyst-hd234k]
Server = https://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]
179行目: 195行目:
 
</nowiki>}}
 
</nowiki>}}
   
==== gustawho ====
+
=== coderkun-aur ===
  +
* '''メンテナ:''' [https://twitter.com/gustawho Gustavo Castro] <gustawho@openmailbox.com>
 
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/coderkun/ coderkun]
* '''説明:''' 科学用 (主として物理や数学) ツールやビルドに時間がかかる AUR パッケージ ({{AUR|firefox-kde-opensuse}} など)
 
  +
* '''説明:''' AUR パッケージと様々なソフトウェア。パッケージ差分とパッケージ・パッケージ署名をサポート。
* '''パッケージリスト:''' https://gustawho.com/pacman
 
* '''上流ページ:''' https://gustawho.com
+
* '''上流ページ:''' https://www.suruatoel.xyz/arch
* '''Key-ID:''' [https://gustawho.com/repo/gustawho.key 76578671]
+
* '''Key-ID:''' 39E27199A6BEE374
  +
* '''キーファイル:''' [https://www.suruatoel.xyz/coderkun.asc https://www.suruatoel.xyz/coderkun.asc]
  +
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[coderkun-aur]
[gustawho]
 
Server = https://gustawho.com/repo/$arch
+
Server = http://arch.suruatoel.xyz/$repo/$arch/
 
</nowiki>}}
 
</nowiki>}}
   
==== haskell-core ====
+
=== coderkun-aur-audio ===
   
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/coderkun/ coderkun]
[[ArchHaskell#%5Bhaskell-core%5D]] を参照。
 
  +
* '''説明:''' AUR パッケージとオーディオ関連のソフトウェア (リアルタイムカーネル, lv2-plugins, …)。パッケージ差分とパッケージ・パッケージ署名をサポート。
 
  +
* '''上流ページ:''' https://www.suruatoel.xyz/arch
==== haskell-happstack ====
 
  +
* '''Key-ID:''' 39E27199A6BEE374
 
  +
* '''キーファイル:''' [https://www.suruatoel.xyz/coderkun.key https://www.suruatoel.xyz/coderkun.key]
[[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-audio]
[herecura]
 
Server = https://repo.herecura.be/$repo/$arch
+
Server = http://arch.suruatoel.xyz/$repo/$arch/
 
</nowiki>}}
 
</nowiki>}}
   
==== ivasilev ====
+
=== devkitpro ===
   
* '''メンテナ:''' [https://ivasilev.net Ianis G. Vasilev]
+
* '''メンテナ:''' [https://devkitpro.org/ wintermute]
  +
* '''説明:''' Nintendo Wii, Gamecube, DS, GBA, Gamepark gp32 および Nintendo Switch の自家製ツールチェイン
* '''説明:''' 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。
 
* '''上流ページ:''' https://ivasilev.net/pacman
+
* '''上流ページ:''' https://devkitpro.org/wiki/devkitPro_pacman
  +
* '''Key-ID:''' F7FD5492264BB9D0
* '''Key-ID:''' [https://pgp.mit.edu/pks/lookup?op=vindex&search=0xB77A3C8832838F1F80ADFD7E1D0507B417DAB671 17DAB671]
 
   
  +
{{Note|Repository has its own additional keyring at https://downloads.devkitpro.org/devkitpro-keyring-r1.787e015-2-any.pkg.tar.xz.}}
{{Note|'any', 'i686', 'x86_64' リポジトリをメンテナンスしています。どのリポジトリも 'any' のパッケージを含んでいます。$arch は3つのうちどれかに置き換えることが可能。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[dkp-libs]
[ivasilev]
 
Server = https://ivasilev.net/pacman/$arch
+
Server = https://downloads.devkitpro.org/packages
  +
[dkp-linux]
  +
Server = https://downloads.devkitpro.org/packages/linux
 
</nowiki>}}
 
</nowiki>}}
   
==== jrpi-haskell ====
+
=== disastrousaur ===
 
* '''メンテナ:''' [[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
 
   
  +
* '''メンテナ:''' [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]
[jrpi-haskell]
 
Server = https://jrpi.mooo.com/Repositórios/haskell/
+
Server = https://mirror.repohost.de/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== libre ====
+
=== dvzrv ===
   
* '''メンテナ:''' Parabola Linux-libre
+
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#dvzrv David Runge]
  +
* '''説明:''' [[リアルタイムカーネル]]パッチセット (aka. {{AUR|linux-rt}} および {{AUR|linux-rt-lts}})
* '''説明:''' Core/extra パッケージの Libre バージョン。
 
  +
* '''Key-ID:''' 不要、メンテナは開発者/TU です。
* '''上流ページ:''' https://wiki.parabola.nu/Repositories#libre
 
* '''Key-ID:''' https://www.parabola.nu/master-keys/
 
 
{{Warning|{{ic|/etc/pacman.conf}} で {{ic|[core]}} の前に {{ic|[libre]}} を記述してはいけません。}}
 
 
{{Note|{{ic|parabola-keyring}} をインストールするには、一時的に {{ic|1=SigLevel = PackageOptional}} を追加してください。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[libre]
+
[dvzrv]
Server = https://repo.parabola.nu/libre/os/$arch
+
Server = https://pkgbuild.com/~dvzrv/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== llvm-svn ====
+
=== eatabrick ===
   
* '''メンテナ:''' [[en2:User:Kerberizer|Luchesar V. ILIEV (kerberizer)]]
+
* '''メンテナ:''' bentglasstube
  +
* '''説明:''' bentglasstube により作成された (いくつかはコンパイルのみされ) ソフトウェアのパッケージ。
* '''説明:''' 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}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[eatabrick]
[llvm-svn]
 
Server = https://repos.uni-plovdiv.net/archlinux/$repo/$arch
+
Server = http://repo.eatabrick.org/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== miffe ====
+
=== eschwartz ===
   
* '''メンテナ:''' [https://bbs.archlinux.org/profile.php?id=4059 miffe]
+
* '''メンテナ:''' [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.
* '''説明:''' miffe によってメンテされている AUR パッケージ、例: linux-mainline
 
* '''Key ID:''' 313F5ABD
+
* '''Key-ID:''' 不要、メンテナは TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[eschwartz]
[miffe]
 
Server = https://arch.miffe.org/$arch/
+
Server = https://pkgbuild.com/~eschwartz/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== repo-ck ====
+
=== ffy00 ===
   
* '''メンテナ:''' [[en2:User:Graysky|graysky]]
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#FFY00 Filipe Laíns]
  +
* '''説明:''' Personal repo. Contains some packages related to the D language.
* '''説明:''' Brain Fuck Scheduler が付属するカーネルとモジュール、ck1 パッチセットにある全てのもの。
 
  +
* '''Key-ID:''' 不要、メンテナは TU です。
* '''上流ページ:''' [http://repo-ck.com repo-ck.com]
 
* '''Wiki:''' [[repo-ck]]
 
* '''Key-ID:''' 5EE46C4C
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[repo-ck]
+
[ffy00]
Server = http://repo-ck.com/$arch
+
Server = https://pkgbuild.com/~ffy00/repo
 
</nowiki>}}
 
</nowiki>}}
   
==== seblu ====
+
=== fusion809 ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#seblu Sébastien Luttringer]
+
* '''メンテナ:''' [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).
* '''説明:''' seblu の便利なビルド済みパッケージと自家製パッケージ (virtualbox-ext-oracle, linux-seblu-meta, bedup)。
 
  +
* '''パッケージリスト:''' http://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/x86_64/
* '''Key-ID:''' 不要、メンテナは開発者です。
 
  +
* '''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]
[seblu]
 
Server = http://al.seblu.net/$repo/$arch
+
Server = https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== seiichiro ====
+
=== gnome-devel ===
   
* '''メンテナ:''' [https://www.seiichiro0185.org Stefan Brand (seiichiro0185)]
+
* '''メンテナ:''' [https://plus.google.com/+AndresFernandezperonista Andres Fernandez], [https://plus.google.com/+FernandoFernandezBerel Fernando Fernandez]
  +
* '''説明:''' GNOME の開発版リリースです。テスト用途のみです。
* '''説明:''' 個人的によく使っている AUR パッケージ
 
  +
* '''パッケージリスト:''' https://softwareperonista.com.ar/repo/archlinux/gnome-devel/x86_64/
* '''Key-ID:''' 805517CC
 
  +
* '''Key-ID:''' DDCE9FD63370080B
  +
  +
{{Note|Must be put above {{ic|[testing]}} repository.}}
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[gnome-devel]
[seiichiro]
 
Server = https://www.seiichiro0185.org/repo/$arch
+
Server = https://softwareperonista.com.ar/repo/archlinux/gnome-devel/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== sergej-repo ====
+
=== herecura ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#spupykin Sergej Pupykin]
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder]
* '''説明:''' psi-plus, owncloud-git, ziproxy, android, MySQLど。くつかのパッケージは armv7h で利用可能。
+
* '''説明:''' ''community'' リポジトリに存在しない追加パッケージ
 
* '''Key-ID:''' 不要、メンテナは TU です。
 
* '''Key-ID:''' 不要、メンテナは TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[herecura]
[sergej-repo]
 
Server = http://repo.p5n.pp.ru/$repo/os/$arch
+
Server = https://repo.herecura.be/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== tredaelli-systemd ====
+
=== holo ===
   
  +
* '''メンテナ:''' Stefan Majewsky <holo-pacman@posteo.de> (問題の報告は [https://github.com/majewsky/holo-pacman-repo/issues Github] にお願いします)
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#tredaelli Timothy Redaelli]
 
  +
* '''説明:''' Packages for [https://holocm.org Holo configuration management], including compatible plugins and tools.
* '''説明:''' 非公式の OpenVZ パッチを適用してビルドされた systemd (カーネル < 2.6.32-042stab111.1)
 
  +
* '''上流ページ:''' https://github.com/majewsky/holo-pacman-repo
* '''Key-ID:''' 不要、メンテナは TU です
 
  +
* '''パッケージリスト:''' https://repo.holocm.org/archlinux/x86_64
 
  +
* '''Key-ID:''' 0xF7A9C9DC4631BD1A
{{Note|{{ic|/etc/pacman.conf}} で {{ic|[tredaelli-systemd]}} は {{ic|[core]}} の前に記述する必要があります。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[holo]
[tredaelli-systemd]
 
Server = https://pkgbuild.com/~tredaelli/repo/systemd/$arch
+
Server = https://repo.holocm.org/archlinux/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== Webkit2Gtk-unstable ====
+
=== ivasilev ===
  +
* '''メンテナ:''' [[en2:User:Mrmariusz|Mariusz Wojcik]]
 
  +
* '''メンテナ:''' [https://ivasilev.net Ianis G. Vasilev]
* '''説明:''' アーリーアダプタのための最新 Webkit2Gtk ビルド
 
  +
* '''説明:''' 様々なパッケージ、主に Ianis のソフトウェアと AUR ビルド。
* '''上流ページ:''' https://webkitgtk.org/
 
  +
* '''上流ページ:''' https://ivasilev.net/pacman
* '''Key-ID:''' 346854B5
 
  +
* '''Key-ID:''' [https://pgp.mit.edu/pks/lookup?op=vindex&search=0xB77A3C8832838F1F80ADFD7E1D0507B417DAB671 17DAB671]
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[ivasilev]
[home_mrmariusz_ArchLinux]
 
Server = https://download.opensuse.org/repositories/home:/mrmariusz/ArchLinux/$arch
+
Server = https://ivasilev.net/pacman/$arch
 
</nowiki>}}
 
</nowiki>}}
   
=== 署名なし ===
+
=== jlk ===
   
  +
* '''メンテナ:''' [[en2:User:Lahwaacz|Jakub Klinkovský]]
{{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}}
 
  +
* '''説明:''' ABS や AUR の様々なパッケージ。修正版のパッケージは {{ic|modified}} グループにあります。
 
  +
* '''上流ページ:''' https://jlk.fjfi.cvut.cz/arch/repo/README.html
==== andrwe ====
 
  +
* '''Key-ID:''' 932BA3FA0C86812A32D1F54DAB5964AEB9FEDDDC
 
* '''メンテナ:''' Andrwe Lord Weber
 
* '''説明:''' 個人的によく使うプログラムが入っています
 
* '''上流ページ:''' https://andrwe.org/linux/repository
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[andrwe]
+
[jlk]
Server = http://repo.andrwe.org/$arch
+
Server = https://jlk.fjfi.cvut.cz/arch/repo
 
</nowiki>}}
 
</nowiki>}}
   
==== archlinuxfr ====
+
=== 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 フロントエンド、関連ツール。
* '''説明:'''
 
  +
* '''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://afur.archlinux.fr
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[llvm-svn]
[archlinuxfr]
 
Server = https://repo.archlinux.fr/$arch
+
Server = https://repos.uni-plovdiv.net/archlinux/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
  +
=== lmrepo ===
   
  +
* '''メンテナ:''' [https://lukaszmoskala.pl Łukasz Moskała]
==== archlinuxgr ====
 
  +
* '''説明:''' AUR packages that I find usefull, including [https://aur.archlinux.org/packages/openrazer-meta openrazer]
 
  +
* '''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}}
* '''メンテナ:'''
 
* '''説明:'''
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[lmrepo]
[archlinuxgr]
 
Server = https://archlinuxgr.tiven.org/archlinux/$arch
+
Server = http://arch.lukaszmoskala.pl
 
</nowiki>}}
 
</nowiki>}}
  +
=== markzz ===
   
  +
* '''メンテナ:''' [[en2:User:Markzz|Mark Weiman (markzz)]]
==== archlinuxgr-kde4 ====
 
  +
* '''説明:''' 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}} を追加してください。}}
* '''メンテナ:'''
 
* '''説明:''' ギリシャの Arch Linux コミュニティによって提供されている KDE4 パッケージ (plasmoids, テーマなど)
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[markzz]
[archlinuxgr-kde4]
 
Server = https://archlinuxgr.tiven.org/archlinux-kde4/$arch
+
Server = https://repo.markzz.com/arch/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== arsch ====
+
=== maximbaz ===
   
* '''メンテナ:'''
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#maximbaz Maxim Baz]
* '''説明:''' orgizm.net のユーザーが提供
+
* '''説明:''' Personal repo with AUR packages.
  +
* '''Key-ID:''' 不要、メンテナは TU です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[maximbaz]
[arsch]
 
Server = http://arsch.orgizm.net/$arch
+
Server = https://pkgbuild.com/~maximbaz/repo/
 
</nowiki>}}
 
</nowiki>}}
   
==== cinnamon ====
+
=== me176c ===
  +
* '''メンテナ:''' [https://github.com/jnbek jnbek]
 
  +
* '''メンテナ:''' [https://github.com/lambdadroid lambdadroid]
* '''説明:''' 安定していて活発に開発されている Cinnamon のパッケージ (アプレット, テーマ, エクステンション) とその他のパッケージ (Hotot, qBitTorrent, GTK テーマ, Perl モジュールなど)。
 
  +
* '''説明:''' Packages for [[en2:ASUS MeMO Pad 7 (ME176C(X))]]
  +
* '''Key-ID:''' 2B1138A8BB59D786A3BF42AAD996DA70572407FB
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[me176c]
[cinnamon]
 
Server = http://archlinux.zoelife4u.org/cinnamon/$arch
+
Server = https://me176c.uber.space/archlinux
 
</nowiki>}}
 
</nowiki>}}
   
==== heftig ====
+
=== miffe ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#heftig Jan Steffens]
+
* '''メンテナ:''' [https://bbs.archlinux.org/profile.php?id=4059 miffe]
  +
* '''説明:''' miffe によってメンテされている AUR パッケージ、例: linux-mainline
* '''説明:''' pulseaudio-git, pavucontrol-git, firefox-developer-edition が入っています。
 
  +
* '''Key ID:''' 313F5ABD
* '''上流ページ:''' https://bbs.archlinux.org/viewtopic.php?id=117157
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[heftig]
+
[miffe]
Server = https://pkgbuild.com/~heftig/repo/$arch
+
Server = https://arch.miffe.org/$arch/
 
</nowiki>}}
 
</nowiki>}}
   
==== home_fusion809_Arch_Extra ====
+
=== mikelpint ===
  +
  +
* '''メンテナ:''' [[en2:User:Mikelpint|Mikel Pintado (Mikelpint)]]
  +
* '''説明:''' mikelpint がメンテしている AUR のパッケージ
  +
* '''Key ID:''' 5CA78FC65B189E2B
   
* '''メンテナ:''' [[en2:User:Fusion809|Brenton Horne]] (brentonhorne77 at gmail dot com)
 
* '''説明:''' CodeLite, 最新版 (リリースから1日以内の) GVim (GTK+2 インターフェイス), Sway (リリース候補版) などのパッケージがあります。
 
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[mikelpint]
[home_fusion809_Arch_Extra]
 
Server = https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/$arch
+
Server = https://mikelpint.github.io/repository/archlinux/repo
 
</nowiki>}}
 
</nowiki>}}
   
  +
=== Minerva W Science ===
==== home_Minerva_W_Science_Arch_Extra ====
 
   
* '''メンテナ:'''
+
* '''メンテナ:''' Minerva W
 
* '''説明:''' [[OpenFOAM]] パッケージ。
 
* '''説明:''' [[OpenFOAM]] パッケージ。
  +
* '''Key-ID:''' 3FF21B78117507DA
  +
* '''キーファイル:''' https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/x86_64/home_Minerva_W_Science_Arch_Extra.key
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
443行目: 457行目:
 
</nowiki>}}
 
</nowiki>}}
   
  +
=== mobile ===
==== home_Pival81_arch_xapps_Arch_Extra ====
 
   
* '''メンテナ:''' Valerio Pizzi ([https://github.com/Pival81 Pival81] <pival801@gmail.com>)
+
* '''メンテナ:''' [https://keybase.io/farwayer farwayer]
* '''説明:''' [https://github.com/linuxmint/xapps XApps] パッケージ
+
* '''説明:''' React Native and Android development
  +
* '''上流ページ:''' https://keybase.pub/farwayer/arch/mobile/
  +
* '''Key ID:''' 7943315502A936D7
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[mobile]
[home_Pival81_arch_xapps_Arch_Extra]
 
Server = https://download.opensuse.org/repositories/home:/Pival81:/arch:/xapps/Arch_Extra/$arch
+
Server = https://farwayer.keybase.pub/arch/$repo
 
</nowiki>}}
 
</nowiki>}}
   
==== noware ====
+
=== nah ===
   
  +
* '''メンテナ:''' [https://yeah.nah.nz phillid]
* '''メンテナ:''' 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 ウェブサイト])
 
  +
* '''説明:''' Pre-built versions of the (slow-to-build) graph-tool python libraries, mingw-w64
* '''説明:''' 何度もコンパイルしたくない、リポジトリに欲しいと思っているソフトウェア。ソフトウェアのメンテを楽にするパッケージ。何でもあり。
 
  +
* '''Key ID:''' 7BF3D17D0884BF5B
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[noware]
+
[nah]
Server = http://direct.$repo.systems.:2/repository/arch/$arch
+
Server = https://repo.nah.nz/$repo
 
</nowiki>}}
 
</nowiki>}}
   
==== pantheon ====
+
=== origincode ===
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/OriginCode OriginCode]
 
  +
* '''説明:''' A few staging or testing packages from [[#archlinuxcn]], and some daily use packages.
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
 
  +
* '''Key-ID:''' 0A5BAD445D80C1CC & 62BF97502AE10D22
* '''説明:''' Pantheon 関連のパッケージが含まれているリポジトリ
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[origincode]
[pantheon]
 
Server = https://pkgbuild.com/~alucryd/$repo/$arch
+
Server = https://repo.origincode.me/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== pietma ====
+
=== pkgbuilder ===
   
* '''メンテナ:''' MartiMcFly <martimcfly@autorisation.de>
+
* '''メンテナ:''' [https://chriswarrick.com/ Chris Warrick]
  +
* '''説明:''' Python の AUR ヘルパー、PKGBUILDer のリポジトリ。
* '''説明:''' [https://aur.archlinux.org/packages/?K=martimcfly&SeB=m 作成あるいはメンテしている] Arch User Repository のパッケージ。
 
* '''上流ページ:''' https://pietma.com/tag/aur/
+
* '''上流ページ:''' https://github.com/Kwpolska/pkgbuilder
  +
* '''Key-ID:''' 5EAAEA16
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[pkgbuilder]
[pietma]
 
Server = https://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo
+
Server = https://pkgbuilder-repo.chriswarrick.com/
 
</nowiki>}}
 
</nowiki>}}
   
  +
=== post-factum kernels ===
==== home_tarakbumba_archlinux_Arch_Extra_standard ====
 
   
  +
* '''メンテナ:''': [https://aur.archlinux.org/account/post-factum Oleksandr Natalenko aka post-factum]
* '''メンテナ:'''
 
  +
* '''上流ページ:''': https://gitlab.com/post-factum/pf-kernel/wikis/README
* '''説明:''' ビルド済みの AUR パッケージが少数 (zemberek など)
 
  +
* '''説明:''': [[カーネル#主なパッチセット|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]
[home_tarakbumba_archlinux_Arch_Extra_standard]
 
Server = https://download.opensuse.org/repositories/home:/tarakbumba:/archlinux/Arch_Extra_standard/$arch
+
Server = https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== QOwnNotes ====
+
=== QOwnNotes ===
   
* '''メンテナ:''' https://www.qownnotes.org
+
* '''メンテナ:''' [https://aur.archlinux.org/account/pbek Patrizio Bekerle] (pbek), QOwnNotes author
* '''説明:''' QOwnNotes は Markdown に対応し [[ownCloud]] と統合することができるオープンソースのメモ帳・ToDo リストマネージャです。
+
* '''説明:''' QOwnNotes は markdown に対応し [[ownCloud]] と統合することができるオープンソースのメモ帳・ToDo リストマネージャです。
  +
* '''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>
504行目: 527行目:
 
</nowiki>}}
 
</nowiki>}}
   
== i686 のみ ==
+
=== qt-debug ===
   
  +
* '''メンテナ:''' [https://aur.archlinux.org/account/The-Compiler The Compiler]
=== 署名あり ===
 
  +
* '''説明:''' デバッグシンボルが含まれた Qt/PyQt ビルド
 
  +
* '''上流ページ:''' https://github.com/qutebrowser/qt-debug-pkgbuild
==== xyne-i686 ====
 
  +
* '''Key-ID:''' D6A1C70FE80A0C82
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#xyne Xyne]
 
* '''説明:''' "i686" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
 
* '''上流ページ:''' https://xyne.archlinux.ca/projects/
 
* '''Key-ID:''' 不要、メンテナは TU です。
 
 
{{Note|[[#xyne-any|<nowiki>[xyne-any]</nowiki>]] のパッケージを全て含んでいます。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[xyne-i686]
+
[qt-debug]
Server = https://xyne.archlinux.ca/repos/xyne
+
Server = https://qutebrowser.org/qt-debug/$arch
 
</nowiki>}}
 
</nowiki>}}
   
=== 署名なし ===
+
=== quarry ===
   
  +
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#anatolik anatolik]
==== kpiche ====
 
  +
* '''説明:''' Arch binary repository for [http://rubygems.org/ Rubygems] パッケージの Arch バイナリリポジトリ。詳しくは [https://bbs.archlinux.org/viewtopic.php?id=182729 フォーラムのアナウンス] を参照。
 
  +
* '''Sources:''' https://github.com/anatol/quarry
* '''メンテナ:'''
 
* '''説明:''' OpenSync の安定版パッケージ
+
* '''Key-ID:''' 不要、メンテナは開発者です
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[kpiche]
+
[quarry]
Server = https://kpiche.archlinux.ca/repo
+
Server = https://pkgbuild.com/~anatolik/quarry/x86_64/
 
</nowiki>}}
 
</nowiki>}}
   
==== kernel26-pae ====
+
=== repo-ck ===
   
  +
Brain Fuck Scheduler が付属するカーネルとモジュール、ck1 パッチセットにある全てのもの。
* '''メンテナ:'''
 
* '''説明:''' PAE が有効にされた32ビットカーネル 2.6.39
 
   
  +
[[en2:/Repo-ck]] を参照してください。
{{bc|<nowiki>
 
[kernel26-pae]
 
Server = https://kernel26-pae.archlinux.ca/
 
</nowiki>}}
 
   
==== linux-pae ====
+
=== seblu ===
   
* '''メンテナ:'''
+
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#seblu Sébastien Luttringer]
  +
* '''説明:''' seblu の便利なビルド済みパッケージと自家製パッケージ(linux-seblu-meta, virtualbox-ext-oracle, spotify, masterpdfeditor, yaourt, zfs-dkms など)。
* '''説明:''' PAE が有効にされた32ビットカーネル 3.0
 
  +
* '''Key-ID:''' 不要、メンテナは開発者です。
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[seblu]
[linux-pae]
 
Server = https://pae.archlinux.ca/
+
Server = https://al.seblu.net/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
== x86_64 のみ ==
+
=== seiichiro ===
   
  +
* '''メンテナ:''' [https://www.seiichiro0185.org Stefan Brand (seiichiro0185)]
=== 署名あり ===
 
  +
* '''説明:''' 個人的によく使っている AUR パッケージ
 
  +
* '''Key-ID:''' 805517CC
==== archsec ====
 
 
* '''メンテナ:''' [https://archsec.info ArchSec チーム]
 
* '''説明:''' 堅牢化されたツールチェインでコンパイルされたバイナリのリポジトリ
 
* '''上流ページ:''' https://archsec.info/
 
* '''Key-ID:''' 500773F3B282BEDB4D960B0F3C6F2219257C9E23
 
 
{{Note|ArchSec の使い方は https://archsec.info/docs/config/ に書かれています。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[seiichiro]
[archsec]
 
Server = https://archsec.info/$repo/$arch
+
Server = https://www.seiichiro0185.org/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== archzfs ====
+
=== sergej-repo ===
   
* '''メンテナ:''' [http://archzfs.com Jesus Alvarez (demizer)]
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#spupykin Sergej Pupykin]
* '''説明:''' Arch Linux ZFS パッケージ。
+
* '''説明:''' psi-plus, owncloud-git, ziproxy, android, MySQL など。armv7h で利用できるパッケージもあります
  +
* '''Key-ID:''' 不要、メンテナは TU です。
* '''上流ページ:''' https://github.com/archzfs/archzfs
 
* '''Key-ID:''' 5E1ABF240EE7A126
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[sergej-repo]
[archzfs]
 
Server = http://archzfs.com/$repo/x86_64
+
Server = http://repo.p5n.pp.ru/$repo/os/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== ashleyis ====
+
=== siosm-aur ===
   
* '''メンテナ:''' Ashley Towns ([https://aur.archlinux.org/account/ashleyis/ ashleyis])
+
* '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier]
* '''説明:''' SDL, chipmunk, libtmx などのゲームライブラリのデバッグ版。swift-lang などの AUR パッケージも入っています
+
* '''説明:''' Arch User Repository にあるパッケージ、マイナーフィックスあり
  +
* '''上流ページ:''' https://tim.siosm.fr/repositories/
* '''Key-ID:''' B1A4D311
 
  +
* '''Key-ID:''' 78688F83
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[siosm-aur]
[ashleyis]
 
Server = http://arch.ashleytowns.id.au/repo/$arch
+
Server = http://siosm.fr/repo/$repo/
 
</nowiki>}}
 
</nowiki>}}
   
==== atom ====
+
=== sublime-text ===
* '''メンテナ:''' 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>}}
 
 
==== aurpackages ====
 
   
* '''メンテナ:''' Mark Vainomaa <mikroskeem@mikroskeem.eu>
+
* '''メンテナ:''' Sublime Text developer
  +
* '''説明:''' Sublime Text editor packages from developer's repository
* '''説明:''' 日常的に使用している AUR パッケージ。毎週更新
 
  +
* '''上流ページ:''' https://www.sublimetext.com/docs/3/linux_repositories.html#pacman
* '''Key-ID:''' 2A07EF8371AFC028
 
  +
* '''Key-ID:''' 8A8F901A
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[sublime-text]
[aurpackages]
 
Server = https://r.mikroskeem.eu
+
Server = https://download.sublimetext.com/arch/stable/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== aur-archlinux ====
+
=== subtitlecomposer ===
   
* '''メンテナ:''' Marc Mettke <marc@itmettke.de>
+
* '''メンテナ:''' Mladen Milinkovic (maxrd2)
* '''説明:''' 人気の AUR パッケジの自動ビルド
+
* '''説明:''' Subtitle Composer の安定版とナイトリービルド
  +
* '''上流ページ:''' https://github.com/maxrd2/subtitlecomposer
* '''Key-ID:''' 7448C890582975CD
 
  +
* '''Key-ID:''' EF9D9B26
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[subtitlecomposer]
[aur-archlinux]
 
Server = https://repo.itmettke.de/aur/$repo/$arch
+
Server = https://smoothware.net/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== boyska64 ====
+
=== trinity ===
   
* '''メンテナ:''' boyska
+
* '''メンテナ:''' Michael Manley <mmanley@nasutek.com>
* '''説明:''' 個人用リポジリ: 暗号, sdr, メール管理など
+
* '''説明:''' [[Trinity]] デスクップ環境
* '''Key-ID:''' 0x7395DCAE58289CA9
+
* '''Key-ID:''' 65A4AC99
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[trinity]
[boyska64]
 
Server = http://boyska.degenerazione.xyz/archrepo
+
Server = https://repo.nasutek.com/arch/contrib/trinity/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== coderkun-aur ====
+
=== ungoo ===
   
* '''メンテナ:''' [https://aur.archlinux.org/account/coderkun/ coderkun]
+
* '''メンテナ:''' [[en2:User:Scrumplex|Sefa Eyeoglu]] <contact@scrumplex.net> (https://scrumplex.net)
  +
* '''説明:''' Latest ungoogled-chromium build
* '''説明:''' AUR パッケージと様々なソフトウェア。パッケージ差分とパッケージ・パッケージ署名をサポート。
 
* '''上流ページ:''' https://www.coderkun.de/arch
+
* '''上流ページ:''' https://arch.scrumplex.net/ungoo
* '''Key-ID:''' A6BEE374
+
* '''Key-ID:''' AF1FB107E188CB979A94FD7FC10411294912A422
* '''キーファイル:''' [https://www.coderkun.de/coderkun.key https://www.coderkun.de/coderkun.key]
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[ungoo]
[coderkun-aur]
 
Server = http://arch.coderkun.de/$repo/$arch/
+
Server = https://arch.scrumplex.net/$repo/os/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== coderkun-aur-audio ====
+
=== Webkit2Gtk-unstable ===
   
* '''メンテナ:''' [https://aur.archlinux.org/account/coderkun/ coderkun]
+
* '''メンテナ:''' [[en2:User:Mrmariusz|Mariusz Wojcik]]
  +
* '''説明:''' アーリアダプターのための最新 Webkit2Gtk ビルド。
* '''説明:''' AUR パッケージとオーディオ関連のソフトウェア (リアルタイムカーネル, lv2-plugins, …)。パッケージ差分とパッケージ・パッケージ署名をサポート。
 
* '''上流ページ:''' https://www.coderkun.de/arch
+
* '''Upstream Page:''' https://webkitgtk.org/
* '''Key-ID:''' A6BEE374
+
* '''Key-ID:''' 346854B5
* '''キーファイル:''' [https://www.coderkun.de/coderkun.asc https://www.coderkun.de/coderkun.asc]
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home_mrmariusz_ArchLinux]
[coderkun-aur-audio]
 
Server = http://arch.coderkun.de/$repo/$arch/
+
Server = https://download.opensuse.org/repositories/home:/mrmariusz/ArchLinux/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== decryptedepsilon ====
+
=== xyne-x86_64 ===
   
* '''メンテナ:''' [https://aur.archlinux.org/account/decryptedepsilon/ decryptedepsilon]
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#xyne Xyne]
  +
* '''説明:''' Xyne 自身のプロジェクトのリポジトリ。
* '''説明:''' 個人的にインストールしている AUR パッケージ (dropbox, jdk, atom, spotify, tor-browser-en, paper-icon-theme-git)
 
* '''上流ページ:''' http://www.decryptedepsilon.bl.ee/repo/x86_64
+
* '''上流ページ:''' http://xyne.archlinux.ca/projects/
* '''Key-ID:''' 60442BA4
+
* '''Key-ID:''' 不要、メンテナは TU です。
* '''キーファイル:''' [http://www.decryptedepsilon.bl.ee/decryptedepsilon.asc http://www.decryptedepsilon.bl.ee/decryptedepsilon.asc]
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[xyne-x86_64]
[decryptedepsilon]
 
  +
# Server = https://xyne.archlinux.ca/repos/xyne # It returns error 404 or 406 (varying). Use the line below:
Server = http://decryptedepsilon.bl.ee/repo/$arch/
 
  +
Server = http://xyne.archlinux.ca/bin/repo.php?file=
 
</nowiki>}}
 
</nowiki>}}
   
==== eatabrick ====
+
== 署名なし ==
   
  +
{{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}}
* '''メンテナ:''' bentglasstube
 
* '''説明:''' bentglasstube によって作成された (あるいはコンパイルされた) ソフトウェアのパッケージ。
 
   
  +
=== alucryd ===
{{bc|<nowiki>
 
[eatabrick]
 
Server = http://repo.eatabrick.org/$arch
 
</nowiki>}}
 
   
  +
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
==== holo ====
 
  +
* '''説明:''' Various packages Maxime Gauduin maintains (or not) in the AUR.
 
* '''メンテナ:''' Stefan Majewsky <holo-pacman@posteo.de> (問題の報告は [https://github.com/majewsky/holo-pacman-repo/issues Github] にお願いします)
 
* '''説明:''' [https://holocm.org Holo 設定管理] のパッケージとプラグインやツール。
 
* '''上流ページ:''' https://github.com/majewsky/holo-pacman-repo
 
* '''パッケージリスト:''' https://repo.holocm.org/archlinux/x86_64
 
* '''Key-ID:''' 0xF7A9C9DC4631BD1A
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[holo]
+
[alucryd]
Server = https://repo.holocm.org/archlinux/x86_64
+
Server = https://pkgbuild.com/~alucryd/$repo/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== jlk ====
+
=== alucryd-multilib ===
   
* '''メンテナ:''' [[en2:User:Lahwaacz|Jakub Klinkovský]]
+
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
  +
* '''説明:''' Various packages needed to run Steam without its runtime environment.
* '''説明:''' ABS や AUR の様々なパッケージ。修正版のパッケージは {{ic|modified}} グループにまとめています。
 
* '''上流ページ:''' http://jlk.fjfi.cvut.cz/arch/repo/README.html
 
* '''Key-ID:''' 932BA3FA0C86812A32D1F54DAB5964AEB9FEDDDC
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[alucryd-multilib]
[jlk]
 
Server = http://jlk.fjfi.cvut.cz/arch/repo
+
Server = https://pkgbuild.com/~alucryd/$repo/x86_64
 
</nowiki>}}
 
</nowiki>}}
   
==== jrpi ====
+
=== andrwe ===
   
* '''メンテナ:''' [[en2:User:JMCF125|João Miguel]]
+
* '''メンテナ:''' Andrwe Lord Weber
  +
* '''説明:''' 個人的によく使うプログラムが入っています
* '''上流ページ:''' https://jrpi.mooo.com/Programação?lang=en#Repositories
 
  +
* '''上流ページ:''' http://andrwe.org/linux/repository
* '''説明:''' AUR パッケージ、パッチが適用された公式パッケージ、古いパッケージ。
 
* '''パッケージリスト:''' https://jrpi.mooo.com/Repositórios/principal/
 
* '''Key-ID:''' 300F3A7E6DE3712674AF1BA3C734821C2C9A679F
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
[jrpi]
+
[andrwe]
Server = https://jrpi.mooo.com/Repositórios/principal/
+
Server = http://repo.andrwe.org/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== linux-kalterfx ====
 
   
  +
=== archgeotux ===
* '''メンテナ''': [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}}
 
   
  +
* '''メンテナ:''' Samuel Mesa
{{bc|<nowiki>
 
  +
* '''説明:''' Geospatial and geographic information system applications
[linux-kalterfx]
 
  +
* '''上流ページ:''' https://archgeotux.sourceforge.io/
Server = https://deadsoftware.ru/files/linux-kalterfx/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>
 
{{bc|<nowiki>
  +
[archgeotux]
[markzz]
 
Server = https://repo.markzz.com/arch/$repo/$arch
+
Server = https://downloads.sourceforge.net/project/archgeotux/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== mikelpint ====
+
=== archlinuxfr ===
* '''メンテナ:''' [[en2:User:Mikelpint|Mikel Pintado (Mikelpint)]]
 
* '''説明:''' mikelpint がメンテしている AUR のパッケージ
 
* '''Key ID:''' 5CA78FC65B189E2B
 
   
  +
* '''メンテナ:'''
{{bc|<nowiki>
 
  +
* '''説明:'''
[mikelpint]
 
Server = https://mikelpint.github.io/archlinux
+
* '''上流ページ:''' http://afur.archlinux.fr
</nowiki>}}
 
 
==== mobile ====
 
* '''メンテナ:''' [https://keybase.io/farwayer farwayer]
 
* '''説明:''' React Native と Android 開発
 
* '''上流ページ:''' https://keybase.pub/farwayer/arch/mobile/
 
* '''Key ID:''' 7943315502A936D7
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archlinuxfr]
[mobile]
 
Server = https://farwayer.keybase.pub/arch/$repo
+
Server = http://repo.archlinux.fr/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== qt-debug ====
+
=== archlinuxgr ===
   
* '''メンテナ:''' [http://blog.the-compiler.org/?page_id=36 The Compiler]
+
* '''メンテナ:'''
  +
* '''説明:''' many interesting packages provided by the Hellenic (Greek) Arch Linux community
* '''説明:''' デバッグシンボルを含む Qt/PyQt ビルド
 
* '''上流ページ:''' https://github.com/qutebrowser/qt-debug-pkgbuild
 
* '''Key-ID:''' D6A1C70FE80A0C82
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archlinuxgr]
[qt-debug]
 
Server = https://qutebrowser.org/qt-debug/$arch
+
Server = http://archlinuxgr.tiven.org/archlinux/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== quarry ====
+
=== archlinuxgr-kde4 ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#anatolik anatolik]
+
* '''メンテナ:'''
  +
* '''説明:''' ギリシャの Arch Linux コミュニティによって提供されている KDE4 パッケージ (plasmoids, テーマなど)
* '''説明:''' [http://rubygems.org/ Rubygem] パッケージの Arch バイナリリポジトリ。詳しくは [https://bbs.archlinux.org/viewtopic.php?id=182729 フォーラムのアナウンス] を参照。
 
* '''Key-ID:''' 不要、メンテナは開発者です。
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[archlinuxgr-kde4]
[quarry]
 
Server = https://pkgbuild.com/~anatolik/quarry/x86_64/
+
Server = http://archlinuxgr.tiven.org/archlinux-kde4/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== siosm-aur ====
+
=== craftdestiny ===
   
* '''メンテナ:''' [https://tim.siosm.fr/about/ Timothee Ravier]
+
* '''メンテナ:''' [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.
* '''説明:''' Arch User Repository にあるパッケージ、マイナーフィックスあり
 
* '''上流ページ:''' https://tim.siosm.fr/repositories/
 
* '''Key-ID:''' 78688F83
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[craftdestiny]
[siosm-aur]
 
Server = https://siosm.fr/repo/$repo/
+
Server = https://miroir.craftdestiny.ovh/archlinux-repo/
 
</nowiki>}}
 
</nowiki>}}
   
==== subtitlecomposer ====
+
=== dx37essentials ===
   
* '''メンテナ:''' Mladen Milinkovic (maxrd2)
+
* '''メンテナ:''' [https://aur.archlinux.org/account/DragonX256 DragonX256]
* '''説明:''' Subtitle Composer の安定版とナイトリービルド。
+
* '''説明:''' Personal repository. Contains packages from AUR, which I using every day.
* '''上流ページ:''' https://github.com/maxrd2/subtitlecomposer
+
* '''Git repo:''' https://gitlab.com/DX37/dx37essentials
  +
* '''上流ページ:''' https://dx37.gitlab.io/dx37essentials
* '''Key-ID:''' EF9D9B26
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[dx37essentials]
[subtitlecomposer]
 
Server = http://smoothware.net/$repo/$arch
+
Server = https://dx37.gitlab.io/$repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== xyne-x86_64 ====
+
=== heftig ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#xyne Xyne]
+
* '''メンテナ:''' [https://www.archlinux.org/people/developers/#heftig Jan Steffens]
  +
* '''説明:''' pulseaudio-git, pavucontrol-git, and firefox-developer-edition が入っています。
* '''説明:''' "x86_64" アーキテクチャ用のパッケージが含まれている Xyne 独自のプロジェクトのリポジトリ。
 
* '''上流ページ:''' https://xyne.archlinux.ca/projects/
+
* '''上流ページ:''' https://bbs.archlinux.org/viewtopic.php?id=117157
* '''Key-ID:''' 不要、メンテナは TU です。
 
 
{{Note|[[#xyne-any|<nowiki>[xyne-any]</nowiki>]] の全てのパッケージが含まれています。}}
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[heftig]
[xyne-x86_64]
 
Server = https://xyne.archlinux.ca/repos/xyne
+
Server = https://pkgbuild.com/~heftig/repo/$arch
 
</nowiki>}}
 
</nowiki>}}
   
=== 署名なし ===
+
=== home-thaodan ===
   
  +
* '''メンテナ:''': [https://aur.archlinux.org/account/Thaodan Thaodan]
{{Note|ユーザーはエントリに次の字句を追加する必要があります: {{ic|1=SigLevel = PackageOptional}}}}
 
  +
* '''上流ページ:''': https://gitlab.com/Thaodan/linux-pf
 
  +
* '''説明:''': [[カーネル#主なパッチセット|pf-kernel]] and other packages by pf-kernel fork developer, Thaodan
==== alucryd ====
 
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
 
* '''説明:''' Maxime Gauduin が AUR でメンテしている様々なパッケージ。
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
  +
[home-thaodan]
[alucryd]
 
Server = https://pkgbuild.com/~alucryd/$repo/x86_64
+
Server = https://thaodan.de/home/bidar/home-thaodan/$arch
 
</nowiki>}}
 
</nowiki>}}
   
==== alucryd-multilib ====
+
=== jkanetwork ===
   
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin]
+
* '''メンテナ:''' kprkpr <kevin01010 at gmail dot com>
  +
* '''メンテナ:''' Joselucross <jlgarrido97 at gmail dot com>
* '''説明:''' Steam をランタイム環境抜きで動作させるために必要なパッケージ
 
  +
* '''説明:''' 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/
{{bc|<nowiki>
 
[alucryd-multilib]
 
Server = https://pkgbuild.com/~alucryd/$repo/x86_64
 
</nowiki>}}
 
 
==== brtln ====
 
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#bpiotrowski Bartłomiej Piotrowski]
 
* '''説明:''' VCS パッケージ。
 
 
{{bc|<nowiki>
 
[brtln]
 
Server = https://pkgbuild.com/~barthalion/brtln/$arch/
 
</nowiki>}}
 
 
==== imake ====
 
 
* '''メンテナ:''' GRV <grvconstanta@gmail.com>
 
* '''説明:''' コンパイル済みの重要な AUR パッケージ
 
 
{{bc|<nowiki>
 
[imake]
 
Server = http://imake.ddns.net/$arch
 
</nowiki>}}
 
 
==== jkanetwork ====
 
 
* '''メンテナ:''' kprkpr <kevin01010 at gmail dot com> , Joselucross <jlgarrido97 at gmail dot com>
 
* '''説明:''' pimagizer, stepmania, yaourt, linux-mainline, wps-office, grub-customizer, IDE などの AUR パッケージ。誰でも投稿可能。
 
* '''上流ページ:''' https://repo.jkanetwork.com/
 
   
 
{{bc|<nowiki>
 
{{bc|<nowiki>
 
[jkanetwork]
 
[jkanetwork]
Server = https://repo.jkanetwork.com/repo/$repo/
+
Server = http://repo.jkanetwork.com/repo/$repo/
</nowiki>}}
 
 
==== matrixim ====
 
 
* '''メンテナ:''' [https://aur.archlinux.org/account/mytbk Iru Cai]
 
* '''説明:''' [[Matrix]] メッセージングプロトコルに関連するパッケージ、https://matrixim.cc で動作するソフトウェア。
 
 
{{bc|<nowiki>
 
[matrixim]
 
Server = https://repo.matrixim.cc/$repo/$arch
 
 
</nowiki>}}
 
</nowiki>}}
   
==== mesa-git ====
+
=== mesa-git ===
   
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#lcarlier Laurent Carlier]
 
* '''メンテナ:''' [https://www.archlinux.org/people/trusted-users/#lcarlier Laurent Carlier]
908行目: 818行目:
 
</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 = https://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/
Server = https://thunix.org/~neo_chen/neo_chen_repo/
 
Server = http://sl-sgp.asn.yt/~neo_chen_repo/
 
 
</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 = https://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/