Difference between revisions of "Unofficial user repositories"
(→catalyst-hd234k: mirror domain change) |
(→Mountain: seems to be dead) |
||
(361 intermediate revisions by 93 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Package management]] | [[Category:Package management]] | ||
+ | [[Category:Lists]] | ||
[[ja:非公式ユーザーリポジトリ]] | [[ja:非公式ユーザーリポジトリ]] | ||
− | [[zh- | + | [[zh-hans:Unofficial user repositories]] |
{{Related articles start}} | {{Related articles start}} | ||
{{Related|pacman-key}} | {{Related|pacman-key}} | ||
Line 8: | Line 9: | ||
This article lists binary repositories freely created and shared by the community, often providing pre-built versions of PKGBUILDS found in the [[AUR]]. | This article lists binary repositories freely created and shared by the community, often providing pre-built versions of PKGBUILDS found in the [[AUR]]. | ||
− | {{ | + | In order to use these repositories, add them to {{ic|/etc/pacman.conf}}, as explained in [[pacman#Repositories and mirrors]]. If a repository is signed, you must obtain and locally sign the associated key, as explained in [[pacman/Package signing#Adding unofficial keys]]. |
− | + | If you want to create your own custom repository, follow [[pacman/Tips and tricks#Custom local repository]]. | |
− | + | {{Warning|The official Arch Linux Developers and the Trusted Users do not perform tests of any sort to verify the contents of these repositories. You must decide whether to trust their maintainers and you take full responsibility for any consequences of using any unofficial repository.}} | |
− | |||
− | {{ | ||
− | |||
− | |||
− | }} | ||
== Adding your repository to this page == | == Adding your repository to this page == | ||
Line 30: | Line 26: | ||
* If possible, avoid using comments in code blocks. The formatted description is much more readable. Users who want some comments in their {{ic|pacman.conf}} can easily create it on their own. | * If possible, avoid using comments in code blocks. The formatted description is much more readable. Users who want some comments in their {{ic|pacman.conf}} can easily create it on their own. | ||
− | + | Some repositories may also have packages for architectures beside x86_64. The {{ic|$arch}} variable will be set automatically by pacman. | |
− | |||
− | |||
− | + | == Signed == | |
− | === | + | === andontie-aur === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' Holly M. |
− | * '''Description:''' | + | * '''Description:''' 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 |
− | * ''' | + | * '''Upstream page:''' https://aur.andontie.net |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [andontie-aur] |
− | Server = | + | Server = https://aur.andontie.net/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === arcanisrepo === |
− | * '''Maintainer:''' [ | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#arcanis arcanis] |
− | * '''Description:''' A | + | * '''Description:''' A repository with some AUR packages including packages from VCS |
− | + | * '''Key-ID:''' Not needed, as maintainer is a TU | |
− | * '''Key-ID:''' | ||
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [arcanisrepo] |
− | Server = | + | Server = https://repo.arcanis.me/repo/$arch |
− | |||
</nowiki>}} | </nowiki>}} | ||
− | + | (It is also available via FTP with the same URL.) | |
− | * ''' | + | === arch4edu === |
− | * '''Description:''' | + | |
− | * ''' | + | * '''Maintainers:''' [https://github.com/petronny Jingbei Li (petronny)], and [https://github.com/arch4edu/arch4edu/graphs/contributors others] |
− | * '''Key-ID:''' | + | * '''Description:''' arch4edu is a community repository for Archlinux and ArchlinuxARM that strives to provide the latest versions of most software used by college students. |
+ | * '''Git Repo:''' https://github.com/arch4edu/arch4edu | ||
+ | * '''Issue tracking:''' https://github.com/arch4edu/arch4edu/issues for packaging issues, out-of-date notifications, package requests, and related questions | ||
+ | * '''Mirrors:''' https://github.com/arch4edu/arch4edu/wiki/Add-arch4edu-to-your-Archlinux | ||
+ | * '''Key-ID:''' 7931B6D628C8D3BA | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [arch4edu] |
− | Server = https:// | + | 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>}} | ||
− | === | + | === archlinuxcn === |
− | * ''' | + | * '''Maintainers:''' [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] |
− | * '''Description:''' | + | * '''Description:''' Packages by the Chinese Arch Linux community, all signed. Be aware that i686 packages are not fully maintained and tested, create an issue if you find some problems. |
− | * ''' | + | * '''Git Repo:''' https://github.com/archlinuxcn/repo |
− | * '''Key-ID:''' | + | * '''Issue tracking:''' https://github.com/archlinuxcn/repo/issues for packaging issues, out-of-date notifications, package requests, and related questions |
− | + | * '''Mirrors:''' https://github.com/archlinuxcn/mirrorlist-repo (Mostly for users in mainland China), or install ''archlinuxcn-mirrorlist-git'' from the repo. | |
− | + | * '''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'' package itself is signed by TU. | |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [archlinuxcn] |
− | Server = http:// | + | Server = http://repo.archlinuxcn.org/$arch |
+ | ## or install archlinuxcn-mirrorlist-git and use the mirrorlist | ||
+ | #Include = /etc/pacman.d/archlinuxcn-mirrorlist | ||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === archstrike === |
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://archstrike.org/team The ArchStrike Team] |
− | * '''Description:''' A repository for | + | * '''Description:''' A repository for security professionals and enthusiasts |
− | * '''Key-ID:''' | + | * '''Upstream page:''' https://archstrike.org/ |
+ | * '''Key-ID:''' 9D5F1C051D146843CDA4858BDE64825E7CBC0D51 | ||
+ | |||
+ | {{Note|ArchStrike specific instructions can be found at https://archstrike.org/wiki/setup}} | ||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [archstrike] |
− | Server = https:// | + | Server = https://mirror.archstrike.org/$arch/$repo |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === archzfs === |
− | + | * '''Maintainer:''' [https://aur.archlinux.org/account/minextu Jan Houben (minextu)] | |
− | + | * '''Description:''' Packages for ZFS on Arch Linux. | |
− | * '''Maintainer:''' | + | * '''Upstream page:''' https://github.com/archzfs/archzfs |
− | * '''Description:''' | + | * '''Key-ID:''' F75D9D76 |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [archzfs] |
− | Server = http:// | + | Server = http://archzfs.com/$repo/x86_64 |
</nowiki>}} | </nowiki>}} | ||
− | == | + | === archzfs-kernels === |
− | + | * '''Maintainer:''' [https://aur.archlinux.org/account/endre/ Endre Szabo] | |
− | + | * '''Description:''' Official kernel packages matching the most recent [[# archzfs|ZFS packages]] kernel version dependencies. Use this to be able to upgrade your kernel package every time whilst using ZFS packages above :) | |
− | + | * '''Upstream page:''' https://end.re/archzfs-kernels/ | |
− | + | * '''Key-ID:''' Not needed as packages are from core repos and signed officially. | |
− | |||
− | |||
− | |||
− | * '''Maintainer:''' [https:// | ||
− | * '''Description:''' | ||
− | * '''Key-ID:''' Not needed | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [archzfs-kernels] |
− | Server = | + | Server = http://end.re/$repo/ |
</nowiki>}} | </nowiki>}} | ||
− | + | === ashleyis === | |
− | + | * '''Maintainer:''' Ashley Towns ([https://aur.archlinux.org/account/ashleyis/ ashleyis]) | |
− | + | * '''Description:''' Debug versions of SDL, chipmunk, libtmx and other misc game libraries. also swift-lang and some other AUR packages | |
− | * '''Maintainer:''' [https:// | + | * '''Key-ID:''' B1A4D311 |
− | * '''Description:''' | ||
− | |||
− | |||
− | * '''Key-ID:''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [ashleyis] |
− | Server = http:// | + | Server = http://arch.ashleytowns.id.au/repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === Bennix Repo === |
− | * ''' | + | * '''Maintainer:''' Ben P. Dorsi-Todaro ([https://techmeout.org Tech Me Out]) |
− | * '''Description:''' Packages | + | * '''Description:''' Packages [http://ben-dorsi-todaro.com/ Ben P. Dorsi-Todaro] uses and are not listed in repos, or packages built by [http://www.bigbenshosting.com/ Big Ben's Web Hosting] |
− | + | * '''Key-ID:''' F14BB858F6253DA0 | |
− | |||
− | * '''Key-ID:''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [bigben-repo] |
− | SigLevel = Optional | + | SigLevel = Optional TrustAll |
− | Server = http:// | + | Server = http://bennix.net/bigben-repo/ |
− | |||
− | |||
</nowiki>}} | </nowiki>}} | ||
− | + | === blackeagle-pre-community === | |
* '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder] | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder] | ||
Line 169: | Line 154: | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
[blackeagle-pre-community] | [blackeagle-pre-community] | ||
− | Server = | + | Server = https://repo.herecura.be/$repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | ==== catalyst | + | === chaotic-aur === |
+ | |||
+ | * '''Maintainer:''' [https://github.com/pedrohlc PedroHLC] | ||
+ | * '''Description:''' Auto builds AUR packages the maintainer uses, update them hourly (a few are daily). Hosted in São Carlos, SP, Brazil. Has a mirror in Germany. x86_64 only. Has over 1400 packages. | ||
+ | * '''Key-ID:''' [http://pool.sks-keyservers.net/pks/lookup?search=0x3056513887B78AEB&fingerprint=on&op=index], fingerprint {{ic|EF92 5EA6 0F33 D0CB 85C4 4AD1 3056 5138 87B7 8AEB }} | ||
+ | * '''Note:''' See [https://lonewolf.pedrohlc.com/chaotic-aur maintainer's notes]. | ||
+ | {{bc|<nowiki> | ||
+ | [chaotic-aur] | ||
+ | Server = http://lonewolf-builder.duckdns.org/$repo/x86_64 | ||
+ | Server = http://chaotic.bangl.de/$repo/x86_64 | ||
+ | </nowiki>}} | ||
+ | |||
+ | === catalyst === | ||
* '''Maintainer:''' [[User:Vi0L0|Vi0l0]] | * '''Maintainer:''' [[User:Vi0L0|Vi0l0]] | ||
* '''Description:''' ATI Catalyst proprietary drivers. | * '''Description:''' ATI Catalyst proprietary drivers. | ||
− | |||
* '''Key-ID:''' 653C3094 | * '''Key-ID:''' 653C3094 | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
[catalyst] | [catalyst] | ||
− | Server = http:// | + | Server = http://167.86.114.169/arch/catalyst/$arch |
</nowiki>}} | </nowiki>}} | ||
− | + | === catalyst-hd234k === | |
* '''Maintainer:''' [[User:Vi0L0|Vi0l0]] | * '''Maintainer:''' [[User:Vi0L0|Vi0l0]] | ||
* '''Description:''' ATI Catalyst proprietary drivers. | * '''Description:''' ATI Catalyst proprietary drivers. | ||
− | |||
* '''Key-ID:''' 653C3094 | * '''Key-ID:''' 653C3094 | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
[catalyst-hd234k] | [catalyst-hd234k] | ||
− | Server = http:// | + | Server = http://167.86.114.169/arch/catalyst-hd234k/$arch |
</nowiki>}} | </nowiki>}} | ||
− | + | === city === | |
− | * '''Maintainer:''' [https://www.archlinux.org/ | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#bgyorgy Balló György] |
* '''Description:''' Experimental/unpopular packages. | * '''Description:''' Experimental/unpopular packages. | ||
− | * '''Upstream page:''' | + | * '''Upstream page:''' https://pkgbuild.com/~bgyorgy/city.html |
* '''Key-ID:''' Not needed, as maintainer is a TU | * '''Key-ID:''' Not needed, as maintainer is a TU | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
[city] | [city] | ||
− | Server = | + | Server = https://pkgbuild.com/~bgyorgy/$repo/os/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === coderkun-aur === |
− | + | * '''Maintainer:''' [https://aur.archlinux.org/account/coderkun/ coderkun] | |
+ | * '''Description:''' AUR packages with random software. Supporting package deltas and package and database signing. | ||
+ | * '''Upstream page:''' https://www.suruatoel.xyz/arch | ||
+ | * '''Key-ID:''' 39E27199A6BEE374 | ||
+ | * '''Keyfile:''' [https://www.suruatoel.xyz/coderkun.asc https://www.suruatoel.xyz/coderkun.asc] | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [coderkun-aur] | ||
+ | Server = http://arch.suruatoel.xyz/$repo/$arch/ | ||
+ | </nowiki>}} | ||
− | === | + | === coderkun-aur-audio === |
− | + | * '''Maintainer:''' [https://aur.archlinux.org/account/coderkun/ coderkun] | |
+ | * '''Description:''' AUR packages with audio-related (realtime kernels, lv2-plugins, …) software. Supporting package deltas and package and database signing. | ||
+ | * '''Upstream page:''' https://www.suruatoel.xyz/arch | ||
+ | * '''Key-ID:''' 39E27199A6BEE374 | ||
+ | * '''Keyfile:''' [https://www.suruatoel.xyz/coderkun.key https://www.suruatoel.xyz/coderkun.key] | ||
− | + | {{bc|<nowiki> | |
+ | [coderkun-aur-audio] | ||
+ | Server = http://arch.suruatoel.xyz/$repo/$arch/ | ||
+ | </nowiki>}} | ||
− | + | === devkitpro === | |
− | + | * '''Maintainer:''' [https://devkitpro.org/ wintermute] | |
+ | * '''Description:''' Provides Homebrew toolchains for the Nintendo Wii, Gamecube, DS, GBA, Gamepark gp32 and Nintendo Switch | ||
+ | * '''Upstream page:''' 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.}} | |
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [dkp-libs] |
− | Server = | + | Server = https://downloads.devkitpro.org/packages |
+ | [dkp-linux] | ||
+ | Server = https://downloads.devkitpro.org/packages/linux | ||
</nowiki>}} | </nowiki>}} | ||
− | ==== | + | === disastrousaur === |
− | |||
− | |||
− | |||
− | |||
− | |||
+ | * '''Maintainer:''' [https://aur.archlinux.org/account/TheGoliath TheGoliath] | ||
+ | * '''Description:''' Well known AUR package managers, many of the most popular packages available on the AUR, as well as those that I favor myself | ||
+ | * '''Upstream page:''' https://mirror.repohost.de/disastrousaur | ||
+ | * '''Key-ID:''' CBAE582A876533FD | ||
+ | * '''Keyfile:''' [https://mirror.repohost.de/disastrousaur.key https://mirror.repohost.de/disastrousaur.key] | ||
+ | {{Warning|disastrousaur and disastrousarm have now been merged under the disastrousaur name Please make sure you have changed the Server URL for your repos accordingly. Builds for other architectures may come out as I got enough time getting things running. }} | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [disastrousaur] |
− | Server = | + | Server = https://mirror.repohost.de/$repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === dvzrv === |
− | * '''Maintainer:''' [ | + | * '''Maintainer:''' [https://www.archlinux.org/people/developers/#dvzrv David Runge] |
− | * '''Description:''' | + | * '''Description:''' [[Realtime kernel patchset]] (aka. {{AUR|linux-rt}} and {{AUR|linux-rt-lts}}) |
− | + | * '''Key-ID:''' Not needed, as maintainer is a developer/TU | |
− | * '''Key-ID:''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [dvzrv] |
− | Server = | + | Server = https://pkgbuild.com/~dvzrv/repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === ear === |
+ | |||
+ | * '''Maintainer:''' [https://wardsegers.be Ward Segers], | ||
+ | * '''Description:''' Editicalu's ArchLinux Repository. Contains precompiled AUR packages (mostly the ones maintained by editicalu) | ||
+ | * '''Homepage:''' https://ear.wardsegers.be/ | ||
+ | * '''Upstream page:''' https://gitlab.com/editicalu/ear | ||
+ | * '''Keyfile:''' https://ear.wardsegers.be/signingkey.asc | ||
+ | * '''Key-ID:''' A9C4E7734638ACF8 | ||
− | + | {{Note|Instructions can be found at https://ear.wardsegers.be}} | |
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [ear] |
− | Server = | + | Server = https://ear.wardsegers.be/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === eatabrick === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' bentglasstube |
− | * '''Description:''' Packages for | + | * '''Description:''' Packages for software written by (and a few just compiled by) bentglasstube. |
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [eatabrick] |
− | Server = | + | Server = http://repo.eatabrick.org/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === eschwartz === |
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#eschwartz Eli Schwartz] |
− | * '''Description:''' AUR packages | + | * '''Description:''' Personal repo with AUR packages and some core packages from git (including glibc and pacman). Contains debug packages. |
− | * '''Key ID:''' | + | * '''Key-ID:''' Not needed, as maintainer is a TU |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [eschwartz] |
− | Server = | + | Server = https://pkgbuild.com/~eschwartz/repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === ffy00 === |
− | * '''Maintainer:''' [ | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#FFY00 Filipe Laíns] |
− | + | * '''Description:''' Personal repo. Contains some packages related to the D language. | |
− | + | * '''Key-ID:''' Not needed, as maintainer is a TU | |
− | * ''' | ||
− | * '''Key-ID:''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [ffy00] |
− | Server = | + | Server = https://pkgbuild.com/~ffy00/repo |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === fusion809 === |
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://aur.archlinux.org/account/fusion809|Brenton Horne]] (brentonhorne77 at gmail dot com). |
− | * '''Description:''' | + | * '''Description:''' 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). |
− | * '''Key-ID:''' | + | * '''Package list:''' http://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/x86_64/ |
+ | * '''Key-ID:''' 03264DDCD606DC98 | ||
+ | * '''Keyfile:''' https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/x86_64/home_fusion809_Arch_Extra.key | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [home_fusion809_Arch_Extra] |
− | Server = | + | Server = https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === grawlinson === |
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://aur.archlinux.org/account/grawlinson George Rawlinson] |
− | * '''Description:''' AUR | + | * '''Description:''' AUR packages maintained by the user as well as some experimental packages. |
− | * '''Key-ID:''' | + | * '''Package list:''' https://repo.nullpointer.io |
+ | * '''Key-ID:''' 25ea6900d9ea5ebc | ||
+ | * '''Keyfile:''' https://nullpointer.io/grawlinson.key | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [grawlinson] |
− | Server = | + | Server = https://repo.nullpointer.io |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === gnome-devel === |
+ | |||
+ | * '''Maintainer:''' [https://plus.google.com/+AndresFernandezperonista Andres Fernandez], [https://plus.google.com/+FernandoFernandezBerel Fernando Fernandez] | ||
+ | * '''Description:''' GNOME development releases. For testing purposes only. | ||
+ | * '''Package list:''' https://softwareperonista.com.ar/repo/archlinux/gnome-devel/x86_64/ | ||
+ | * '''Key-ID:''' DDCE9FD63370080B | ||
− | + | {{Note|Must be put above {{ic|[testing]}} repository.}} | |
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [gnome-devel] |
− | Server = | + | Server = https://softwareperonista.com.ar/repo/archlinux/gnome-devel/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === herecura === |
− | * '''Maintainer:''' [https://www.archlinux.org/ | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder] |
− | * '''Description:''' | + | * '''Description:''' additional packages not found in the ''community'' repository |
* '''Key-ID:''' Not required, as maintainer is a TU | * '''Key-ID:''' Not required, as maintainer is a TU | ||
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [herecura] |
− | Server = | + | Server = https://repo.herecura.be/$repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === holo === |
− | * '''Maintainer:''' [ | + | |
− | * '''Description:''' | + | * '''Maintainer:''' Stefan Majewsky <holo-pacman@posteo.de> (please prefer to report issues at [https://github.com/majewsky/holo-pacman-repo/issues Github]) |
− | * '''Upstream | + | * '''Description:''' Packages for [https://holocm.org Holo configuration management], including compatible plugins and tools. |
− | * '''Key-ID:''' | + | * '''Upstream page:''' https://github.com/majewsky/holo-pacman-repo |
+ | * '''Package list:''' https://repo.holocm.org/archlinux/x86_64 | ||
+ | * '''Key-ID:''' 0xF7A9C9DC4631BD1A | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [holo] |
− | Server = | + | Server = https://repo.holocm.org/archlinux/x86_64 |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === ivasilev === |
− | + | * '''Maintainer:''' [https://ivasilev.net Ianis G. Vasilev] | |
− | + | * '''Description:''' A variety of packages, mostly my own software and AUR builds. | |
− | + | * '''Upstream page:''' https://ivasilev.net/pacman | |
− | + | * '''Key-ID:''' [https://pgp.mit.edu/pks/lookup?op=vindex&search=0xB77A3C8832838F1F80ADFD7E1D0507B417DAB671 17DAB671] | |
− | * '''Maintainer:''' [ | ||
− | * ''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [ivasilev] |
− | Server = | + | Server = https://ivasilev.net/pacman/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === jlk === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [[User:Lahwaacz|Jakub Klinkovský]] |
− | * '''Description:''' | + | * '''Description:''' Various packages from the ABS and AUR. Modified packages are in the {{ic|modified}} group. |
− | * '''Upstream page:''' | + | * '''Upstream page:''' https://jlk.fjfi.cvut.cz/arch/repo/README.html |
+ | * '''Key-ID:''' 932BA3FA0C86812A32D1F54DAB5964AEB9FEDDDC | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [jlk] |
− | Server = | + | Server = https://jlk.fjfi.cvut.cz/arch/repo |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === llvm-svn === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [[User:Kerberizer|Luchesar V. ILIEV (kerberizer)]] |
− | * '''Description:''' | + | * '''Description:''' [https://aur.archlinux.org/pkgbase/llvm-svn llvm-svn] and [https://aur.archlinux.org/pkgbase/lib32-llvm-svn lib32-llvm-svn] from AUR: the LLVM compiler infrastructure, the Clang frontend, and the tools associated with it |
+ | * '''Key-ID:''' [https://sks-keyservers.net/pks/lookup?op=vindex&search=0x76563F75679E4525&fingerprint=on&exact=on 0x76563F75679E4525], fingerprint {{ic|D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525}} | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [llvm-svn] |
− | Server = | + | Server = https://repos.uni-plovdiv.net/archlinux/$repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | |||
− | + | === markzz === | |
− | |||
− | {{ | + | * '''Maintainer:''' [[User:Markzz|Mark Weiman (markzz)]] |
− | + | * '''Description:''' 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|If you want to add the key by installing the ''markzz-keyring'' package, temporarily add {{ic|1=SigLevel = Never}} into the repository section.}} | |
− | |||
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [markzz] |
− | Server = | + | Server = https://repo.markzz.com/arch/$repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === maximbaz === |
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#maximbaz Maxim Baz] |
− | * '''Description:''' | + | * '''Description:''' Personal repo with AUR packages. |
+ | * '''Key-ID:''' Not needed, as maintainer is a TU | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [maximbaz] |
− | Server = | + | Server = https://pkgbuild.com/~maximbaz/repo/ |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === me176c === |
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://github.com/lambdadroid lambdadroid] |
− | * '''Description:''' | + | * '''Description:''' Packages for [[ASUS MeMO Pad 7 (ME176C(X))]] |
− | * ''' | + | * '''Key-ID:''' 2B1138A8BB59D786A3BF42AAD996DA70572407FB |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [me176c] |
− | Server = | + | Server = https://me176c.uber.space/archlinux |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === miffe === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://bbs.archlinux.org/profile.php?id=4059 miffe] |
− | * '''Description:''' | + | * '''Description:''' AUR packages maintained by miffe, e.g. linux-mainline |
+ | * '''Key ID:''' 313F5ABD | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [miffe] |
− | + | Server = https://arch.miffe.org/$arch/ | |
− | Server = | ||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === mikelpint === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [[User:Mikelpint|Mikel Pintado (Mikelpint)]] |
− | * '''Description:''' | + | * '''Description:''' Packages that mikelpint maintains in the AUR. |
+ | * '''Key ID:''' 5CA78FC65B189E2B | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [mikelpint] |
− | + | Server = https://mikelpint.github.io/repository/archlinux/repo | |
− | Server = | ||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === Minerva W Science === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' Minerva W |
− | * '''Description:''' | + | * '''Description:''' [[OpenFOAM]] packages. |
+ | * '''Key-ID:''' 3FF21B78117507DA | ||
+ | * '''Keyfile:''' 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] |
− | Server = | + | Server = https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === mobile === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://keybase.io/farwayer farwayer] |
− | * ''' | + | * '''Description:''' React Native and Android development |
+ | * '''Upstream page:''' https://keybase.pub/farwayer/arch/mobile/ | ||
+ | * '''Key ID:''' 7943315502A936D7 | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [mobile] |
− | Server = | + | Server = https://farwayer.keybase.pub/arch/$repo |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === nah === |
− | * '''Maintainer:''' [ | + | |
− | * '''Description:''' | + | * '''Maintainer:''' [https://yeah.nah.nz phillid] |
− | + | * '''Description:''' Pre-built versions of the (slow-to-build) graph-tool python libraries, mingw-w64 | |
− | * ''' | + | * '''Key ID:''' 7BF3D17D0884BF5B |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [nah] |
− | Server= | + | Server = https://repo.nah.nz/$repo |
− | |||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === nickcao === |
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://nichi.co/about NickCao] |
− | * '''Description:''' | + | * '''Description:''' Some (useful for some) packages from me, and some aur packages I personally use. |
+ | * '''Key-ID:''' 09CC69622E8D4EE343B4E8954D0BA456DF028C15 | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [nickcao] |
− | Server = | + | Server = https://repo.nichi.co/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === origincode === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://aur.archlinux.org/account/OriginCode OriginCode] |
− | * '''Description:''' | + | * '''Description:''' A few staging or testing packages from [[#archlinuxcn]], and some daily use packages. |
− | * ''' | + | * '''Key-ID:''' 0A5BAD445D80C1CC & 62BF97502AE10D22 |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [origincode] |
− | + | Server = https://repo.origincode.me/repo/$arch | |
− | Server = | ||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === pkgbuilder === |
− | * '''Maintainer:''' [ | + | * '''Maintainer:''' [https://chriswarrick.com/ Chris Warrick] |
− | * '''Description:''' | + | * '''Description:''' A repository for PKGBUILDer, a Python AUR helper. |
+ | * '''Upstream page:''' https://github.com/Kwpolska/pkgbuilder | ||
+ | * '''Key-ID:''' 5EAAEA16 | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [pkgbuilder] |
− | Server = | + | Server = https://pkgbuilder-repo.chriswarrick.com/ |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === post-factum kernels === |
− | * '''Maintainer:''' | + | * '''Maintainer''': [https://aur.archlinux.org/account/post-factum Oleksandr Natalenko aka post-factum] |
− | * '''Description | + | * '''Upstream page''': https://gitlab.com/post-factum/pf-kernel/wikis/README |
+ | * '''Description''': [[Kernel#Major_patchsets|pf-kernel]] packages by its developer, post-factum | ||
+ | * '''Key-ID:''': 95C357D2AF5DA89D | ||
+ | * '''Keyfile''': 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] |
− | Server = | + | Server = https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/$arch |
</nowiki>}} | </nowiki>}} | ||
− | + | === QOwnNotes === | |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://aur.archlinux.org/account/pbek Patrizio Bekerle] (pbek), QOwnNotes author |
* '''Description:''' QOwnNotes is a open source notepad and todo list manager with markdown support and [[ownCloud]] integration. | * '''Description:''' QOwnNotes is a open source notepad and todo list manager with markdown support and [[ownCloud]] integration. | ||
+ | * '''Key-ID:''' FFC43FC94539B8B0 | ||
+ | * '''Keyfile:''' 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] | [home_pbek_QOwnNotes_Arch_Extra] | ||
− | + | Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch | |
− | Server = | ||
</nowiki>}} | </nowiki>}} | ||
− | == | + | === qt-debug === |
− | + | * '''Maintainer:''' [https://aur.archlinux.org/account/The-Compiler The Compiler] | |
+ | * '''Description:''' Qt/PyQt builds with debug symbols | ||
+ | * '''Upstream page:''' https://github.com/qutebrowser/qt-debug-pkgbuild | ||
+ | * '''Key-ID:''' D6A1C70FE80A0C82 | ||
− | = | + | {{bc|<nowiki> |
+ | [qt-debug] | ||
+ | Server = https://qutebrowser.org/qt-debug/$arch | ||
+ | </nowiki>}} | ||
− | + | === quarry === | |
− | |||
− | |||
− | |||
− | + | * '''Maintainer:''' [https://www.archlinux.org/people/developers/#anatolik anatolik] | |
+ | * '''Description:''' Arch binary repository for [http://rubygems.org/ Rubygems] packages. See [https://bbs.archlinux.org/viewtopic.php?id=182729 forum announcement] for more information. | ||
+ | * '''Sources:''' https://github.com/anatol/quarry | ||
+ | * '''Key-ID:''' Not needed, as maintainer is a developer | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [quarry] |
− | Server = | + | Server = https://pkgbuild.com/~anatolik/quarry/x86_64/ |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === repo-ck === |
− | + | Kernel and modules with Brain Fuck Scheduler and all the goodies in the ck1 patch set. | |
− | + | See [[/Repo-ck]]. | |
− | |||
− | |||
− | + | === seblu === | |
− | |||
− | |||
− | |||
− | + | * '''Maintainer:''' [https://www.archlinux.org/people/developers/#seblu Sébastien Luttringer] | |
− | + | * '''Description:''' All seblu useful pre-built packages, some homemade (linux-seblu-meta, zfs-dkms, spotify, masterpdfeditor, etc). | |
− | * '''Maintainer:''' | + | * '''Key-ID:''' Not required, as maintainer is a Developer |
− | * '''Description:''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [seblu] |
− | Server = | + | Server = https://al1.seblu.net/$repo/$arch |
+ | Server = https://al2.seblu.net/$repo/$arch | ||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === seiichiro === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://www.seiichiro0185.org Stefan Brand (seiichiro0185)] |
− | * '''Description:''' | + | * '''Description:''' AUR-packages I use frequently |
+ | * '''Key-ID:''' 805517CC | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [seiichiro] |
− | Server = | + | Server = https://www.seiichiro0185.org/repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === sergej-repo === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#spupykin Sergej Pupykin] |
− | * '''Description:''' | + | * '''Description:''' psi-plus, owncloud-git, ziproxy, android, MySQL, and other stuff. Some packages also available for armv7h. |
+ | * '''Key-ID:''' Not required, as maintainer is a TU | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [sergej-repo] |
− | Server = http:// | + | Server = http://repo.p5n.pp.ru/$repo/os/$arch |
</nowiki>}} | </nowiki>}} | ||
− | == | + | === siosm-aur === |
− | + | * '''Maintainer:''' [https://tim.siosm.fr/about/ Timothee Ravier] | |
− | + | * '''Description:''' packages also available in the Arch User Repository, sometimes with minor fixes | |
− | + | * '''Upstream page:''' https://tim.siosm.fr/repositories/ | |
− | + | * '''Key-ID:''' 78688F83 | |
− | * '''Maintainer:''' [ | ||
− | * '''Description:''' | ||
− | * '''Upstream page:''' https:// | ||
− | * '''Key-ID:''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [siosm-aur] |
− | Server = http:// | + | Server = http://siosm.fr/repo/$repo/ |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === sublime-text === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' Sublime Text developer |
− | * ''' | + | * '''Description:''' Sublime Text editor packages from developer's repository |
− | * '''Key-ID:''' | + | * '''Upstream page:''' https://www.sublimetext.com/docs/3/linux_repositories.html#pacman |
+ | * '''Key-ID:''' 8A8F901A | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [sublime-text] |
− | Server = | + | Server = https://download.sublimetext.com/arch/stable/x86_64 |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === subtitlecomposer === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' Mladen Milinkovic (maxrd2) |
− | * '''Upstream page:''' https://github.com/ | + | * '''Description:''' Subtitle Composer stable and nightly builds |
− | + | * '''Upstream page:''' https://github.com/maxrd2/subtitlecomposer | |
− | * '''Key-ID:''' | + | * '''Key-ID:''' EF9D9B26 |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [subtitlecomposer] |
− | Server = | + | Server = https://smoothware.net/$repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === trinity === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' Michael J. Manley <mmanley@ntge.net> |
− | * '''Description:''' | + | * '''Description:''' [[Trinity]] Desktop Environment |
− | * '''Key-ID:''' | + | * '''Key-ID:''' 5F710C1E |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [trinity] |
− | Server = | + | Server = https://repo.nasutek.com/arch/contrib/trinity/x86_64 |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === valveaur === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' John Schoenick <johns@valvesoftware.com> (https://valvesoftware.com) |
− | * '''Description:''' | + | * '''Description:''' A repository by Valve Software Providing The Linux-fsync kernel and modules, including the futex-wait-multiple patchset for testing with Proton fsync & Mesa with the ACO compiler patchset. |
− | * '''Upstream page:''' https:// | + | * '''Upstream page:''' https://steamcommunity.com/linux |
− | * '''Key-ID:''' | + | * '''Key-ID:''' 8DC2CE3A3D245E64 |
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [valveaur] |
− | Server = http:// | + | Server = http://repo.steampowered.com/arch/valveaur |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === xuanrui === |
− | * '''Maintainer:''' [https://aur.archlinux.org/account/ | + | * '''Maintainer:''' [https://aur.archlinux.org/account/xuanruiqi Xuanrui Qi (xuanruiqi)] |
− | * '''Description:''' | + | * '''Description:''' xuanruiqi's own packages and frequently-used packages, mainly of interest to functional programmers. |
− | * '''Upstream | + | * '''Upstream Page:''' https://www.xuanruiqi.com/linux.html |
− | * '''Key-ID:''' | + | * '''Key-ID:''' 6E06FBC8 |
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [xuanrui] |
− | Server = | + | Server = https://arch.xuanruiqi.com/repo |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === xyne-x86_64 === |
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#xyne Xyne] |
− | * '''Description:''' | + | * '''Description:''' A repository for Xyne's own projects. |
− | * '''Upstream page:''' http:// | + | * '''Upstream page:''' http://xyne.archlinux.ca/projects/ |
− | * '''Key-ID:''' | + | * '''Key-ID:''' Not required, as maintainer is a TU |
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [xyne-x86_64] |
− | Server = http:// | + | # 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= | ||
</nowiki>}} | </nowiki>}} | ||
− | ==== | + | === home-thaodan === |
− | |||
− | |||
− | |||
+ | * '''Maintainer''': [https://aur.archlinux.org/account/Thaodan Thaodan] | ||
+ | * '''Upstream page''': https://gitlab.com/Thaodan/linux-pf | ||
+ | * '''Description''': [[Kernel#Major_patchsets|pf-kernel]] and other packages by pf-kernel fork developer, Thaodan | ||
+ | * '''Gitlab Project''': https://gitlab.com/Thaodan/repo-home-thaodan-repo | ||
+ | * '''Key-ID:''': BBFE2FD421597395E4FC8C8DF6C85FEE79D661A4 | ||
+ | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [home-thaodan] |
− | + | Server = https://thaodan.de/public/archlinux/home-thaodan/$arch | |
− | Server = | ||
</nowiki>}} | </nowiki>}} | ||
− | == | + | == Unsigned == |
− | + | {{Note|Users will need to add the following to these entries: {{ic|1=SigLevel = PackageOptional}}}} | |
− | |||
− | + | === alucryd === | |
− | |||
− | |||
− | |||
− | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin] | |
− | + | * '''Description:''' Various packages Maxime Gauduin maintains (or not) in the AUR. | |
− | * '''Maintainer:''' | ||
− | * '''Description:''' | ||
− | |||
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [alucryd] |
− | Server = https:// | + | Server = https://pkgbuild.com/~alucryd/$repo/x86_64 |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === alucryd-multilib === |
− | * '''Maintainer:''' [ | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin] |
− | + | * '''Description:''' Various packages needed to run Steam without its runtime environment. | |
− | |||
− | * ''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [alucryd-multilib] |
− | Server = | + | Server = https://pkgbuild.com/~alucryd/$repo/x86_64 |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === andrwe === |
− | * '''Maintainer | + | * '''Maintainer:''' Andrwe Lord Weber |
− | + | * '''Description:''' contains programs I'm using on many systems | |
− | * '''Description | + | * '''Upstream page:''' http://andrwe.org/linux/repository |
− | |||
− | * ''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [andrwe] |
− | Server = | + | Server = http://repo.andrwe.org/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === archgeotux === |
− | * ''' | + | * '''Maintainer:''' Samuel Mesa |
− | * '''Description:''' | + | * '''Description:''' Geospatial and geographic information system applications |
− | * ''' | + | * '''Upstream page:''' https://archgeotux.sourceforge.io/ |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [archgeotux] |
− | Server = https:// | + | Server = https://downloads.sourceforge.net/project/archgeotux/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === archlinuxfr === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' |
− | * '''Description:''' | + | * '''Description:''' |
− | * ''' | + | * '''Upstream page:''' http://afur.archlinux.fr |
− | |||
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [archlinuxfr] |
− | Server = http://repo. | + | Server = http://repo.archlinux.fr/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === archlinuxgr === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' |
− | * '''Description:''' | + | * '''Description:''' many interesting packages provided by the Hellenic (Greek) Arch Linux community |
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [archlinuxgr] |
− | Server = http:// | + | Server = http://archlinuxgr.tiven.org/archlinux/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === archlinuxgr-kde4 === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' |
− | * '''Description:''' | + | * '''Description:''' KDE4 packages (plasmoids, themes etc) provided by the Hellenic (Greek) Arch Linux community |
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [archlinuxgr-kde4] |
− | Server = http:// | + | Server = http://archlinuxgr.tiven.org/archlinux-kde4/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === craftdestiny === |
+ | {{Out of date|Neither the maintainer's website nor the repo work.|section=craftdestiny}} | ||
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://craftdestiny.ovh LinuxVieLoisir] |
− | * '''Description:''' | + | * '''Description:''' A Craft Destiny repository is there to avoid long compilation on some software. It also adds some very useful additional software. |
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [craftdestiny] |
− | Server = | + | Server = https://miroir.craftdestiny.ovh/archlinux-repo/ |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === dx37essentials === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://aur.archlinux.org/account/DragonX256 DragonX256] |
− | * '''Description:''' | + | * '''Description:''' Personal repository. Contains packages from AUR, which I using every day. |
− | * ''' | + | * '''Git repo:''' https://gitlab.com/DX37/dx37essentials |
− | * ''' | + | * '''Upstream page:''' https://dx37.gitlab.io/dx37essentials |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [dx37essentials] |
− | Server = | + | Server = https://dx37.gitlab.io/$repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === heftig === |
− | * '''Maintainer:''' [https://www.archlinux.org/ | + | * '''Maintainer:''' [https://www.archlinux.org/people/developers/#heftig Jan Steffens] |
− | * '''Description:''' | + | * '''Description:''' Includes pulseaudio-git, pavucontrol-git, and firefox-developer-edition |
− | * '''Upstream page:''' | + | * '''Upstream page:''' https://bbs.archlinux.org/viewtopic.php?id=117157 |
− | |||
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [heftig] |
− | Server = | + | Server = https://pkgbuild.com/~heftig/repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === jkanetwork === |
− | + | * '''Maintainer:''' kprkpr <kevin01010 at gmail dot com> | |
− | + | * '''Maintainer:''' Joselucross <jlgarrido97 at gmail dot com> | |
− | + | * '''Description:''' Packages of AUR like pimagizer,stepmania,yaourt,linux-mainline,wps-office,grub-customizer,some IDE.. Open for all that wants to contribute | |
− | + | * '''Upstream page:''' http://repo.jkanetwork.com/ | |
− | * '''Maintainer:''' | ||
− | * ''' | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [jkanetwork] |
− | Server = http:// | + | Server = http://repo.jkanetwork.com/repo/$repo/ |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === kodi-devel-prebuilt === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' asm0dey <pavel.finkelshtein+AUR@gmail.com> |
− | * '''Description:''' | + | * '''Description:''' Prebuilt packages of kodi-devel from AUR |
+ | * '''Upstream page:''' {{AUR|kodi-devel}} | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [kodi-devel-prebuilt] |
− | Server = | + | Server = https://asm0dey.github.io/$repo/$arch |
+ | SigLevel = PackageOptional | ||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === mesa-git === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#lcarlier Laurent Carlier] |
− | * '''Description:''' | + | * '''Description:''' Mesa git builds for the ''testing'' and ''multilib-testing'' repositories |
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [mesa-git] |
− | Server = | + | Server = https://pkgbuild.com/~lcarlier/$repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === Mountain === |
+ | {{Out of date|Neither the Github site nor the maintainer's Wordpress site exist|section=Mountain}} | ||
− | * '''Maintainer:''' [https:// | + | * '''Maintainer:''' [https://mountainlinux.wordpress.com Minzord] |
− | * '''Description:''' | + | * '''Description:''' Popular AUR Packages and some Driver Wifi. |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [Mountain] |
− | Server = | + | SigLevel = Never |
+ | Server = https://mountain-linux.github.io/Mountain/$arch | ||
</nowiki>}} | </nowiki>}} | ||
− | ==== | + | === oracle === |
− | |||
− | |||
− | |||
− | |||
− | |||
+ | * '''Maintainer:''' [[User:Malvineous]] | ||
+ | * '''Description:''' [[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] |
− | Server = http:// | + | Server = http://linux.shikadi.net/arch/$repo/$arch/ |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === ownstuff === |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://aur.archlinux.org/account/Martchus Martchus] |
− | * '''Description:''' | + | * '''Description:''' A lot of packages from the AUR, e.g. a great number of mingw-w64 packages, fonts, Perl modules, tools like {{AUR|tageditor}}, {{AUR|syncthingtray}}, {{AUR|subtitlecomposer}} and {{AUR|qmplay2}} |
+ | * '''Upstream page''': 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:// | + | Server = https://ftp.f3l.de/~martchus/$repo/os/$arch |
+ | Server = https://martchus.no-ip.biz/repo/arch/$repo/os/$arch | ||
+ | |||
+ | [ownstuff] | ||
+ | Server = https://ftp.f3l.de/~martchus/$repo/os/$arch | ||
+ | Server = https://martchus.no-ip.biz/repo/arch/$repo/os/$arch | ||
</nowiki>}} | </nowiki>}} | ||
− | + | {{Note|The testing repository is supposed to be used together with the official testing repositories.}} | |
− | * '''Maintainer:''' [https:// | + | === pantheon === |
− | * '''Description:''' | + | |
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin] | ||
+ | * '''Description:''' Repository containing Pantheon-related packages | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [pantheon] |
− | Server = | + | Server = https://pkgbuild.com/~alucryd/$repo/$arch |
− | |||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === pietma === |
− | * '''Maintainer''' | + | * '''Maintainer:''' MartiMcFly <martimcfly@autorisation.de> |
− | * '''Description''' | + | * '''Description:''' Arch User Repository packages [https://aur.archlinux.org/packages/?K=martimcfly&SeB=m I create or maintain.]. |
− | * '''Upstream page''' | + | * '''Upstream page:''' http://pietma.com/tag/aur/ |
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [pietma] |
− | Server = | + | Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo |
</nowiki>}} | </nowiki>}} | ||
− | + | === pnsft-pur === | |
− | * '''Maintainer:''' | + | * '''Maintainer:''' [https://aur.archlinux.org/account/ponsfoot ponsfoot] |
* '''Description:''' Japanese input method packages Mozc (vanilla) and libkkc | * '''Description:''' Japanese input method packages Mozc (vanilla) and libkkc | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
[pnsft-pur] | [pnsft-pur] | ||
− | Server = | + | Server = https://osdn.net/projects/ponsfoot-aur/storage/pur/x86_64/ |
</nowiki>}} | </nowiki>}} | ||
− | ==== | + | === titanium === |
− | |||
− | |||
− | |||
+ | * '''Maintainer:''' Pyrerune <pyrerune@gmail.com> | ||
+ | * '''Description:''' Repository containing software I develop. | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [titanium] |
− | Server = https:// | + | Server = https://pyrerune.github.io/titanium/$arch |
</nowiki>}} | </nowiki>}} | ||
− | ==== | + | === userrepository === |
− | |||
− | |||
− | |||
+ | * '''Maintainer:''' [https://twitter.com/brunomiguel Bruno Miguel] <brunoalexandremiguel@gmail.com> | ||
+ | * '''Description:''' Repository containing software from AUR | ||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [userrepository] |
− | Server = | + | Server = https://userrepository.eu |
</nowiki>}} | </nowiki>}} |
Latest revision as of 12:39, 2 December 2019
This article lists binary repositories freely created and shared by the community, often providing pre-built versions of PKGBUILDS found in the AUR.
In order to use these repositories, add them to /etc/pacman.conf
, as explained in pacman#Repositories and mirrors. If a repository is signed, you must obtain and locally sign the associated key, as explained in pacman/Package signing#Adding unofficial keys.
If you want to create your own custom repository, follow pacman/Tips and tricks#Custom local repository.
Contents
- 1 Adding your repository to this page
- 2 Signed
- 2.1 andontie-aur
- 2.2 arcanisrepo
- 2.3 arch4edu
- 2.4 archlinuxcn
- 2.5 archstrike
- 2.6 archzfs
- 2.7 archzfs-kernels
- 2.8 ashleyis
- 2.9 Bennix Repo
- 2.10 blackeagle-pre-community
- 2.11 chaotic-aur
- 2.12 catalyst
- 2.13 catalyst-hd234k
- 2.14 city
- 2.15 coderkun-aur
- 2.16 coderkun-aur-audio
- 2.17 devkitpro
- 2.18 disastrousaur
- 2.19 dvzrv
- 2.20 ear
- 2.21 eatabrick
- 2.22 eschwartz
- 2.23 ffy00
- 2.24 fusion809
- 2.25 grawlinson
- 2.26 gnome-devel
- 2.27 herecura
- 2.28 holo
- 2.29 ivasilev
- 2.30 jlk
- 2.31 llvm-svn
- 2.32 markzz
- 2.33 maximbaz
- 2.34 me176c
- 2.35 miffe
- 2.36 mikelpint
- 2.37 Minerva W Science
- 2.38 mobile
- 2.39 nah
- 2.40 nickcao
- 2.41 origincode
- 2.42 pkgbuilder
- 2.43 post-factum kernels
- 2.44 QOwnNotes
- 2.45 qt-debug
- 2.46 quarry
- 2.47 repo-ck
- 2.48 seblu
- 2.49 seiichiro
- 2.50 sergej-repo
- 2.51 siosm-aur
- 2.52 sublime-text
- 2.53 subtitlecomposer
- 2.54 trinity
- 2.55 valveaur
- 2.56 xuanrui
- 2.57 xyne-x86_64
- 2.58 home-thaodan
- 3 Unsigned
- 3.1 alucryd
- 3.2 alucryd-multilib
- 3.3 andrwe
- 3.4 archgeotux
- 3.5 archlinuxfr
- 3.6 archlinuxgr
- 3.7 archlinuxgr-kde4
- 3.8 craftdestiny
- 3.9 dx37essentials
- 3.10 heftig
- 3.11 jkanetwork
- 3.12 kodi-devel-prebuilt
- 3.13 mesa-git
- 3.14 Mountain
- 3.15 oracle
- 3.16 ownstuff
- 3.17 pantheon
- 3.18 pietma
- 3.19 pnsft-pur
- 3.20 titanium
- 3.21 userrepository
Adding your repository to this page
If you have your own repository, please add it to this page, so that all the other users will know where to find your packages. Please keep the following rules when adding new repositories:
- Keep the lists in alphabetical order.
- Include some information about the maintainer: include at least a (nick)name and some form of contact information (web site, email address, user page on ArchWiki or the forums, etc.).
- If the repository is of the signed variety, please include a key-id, possibly using it as the anchor for a link to its keyserver; if the key is not on a keyserver, include a link to the key file.
- Include some short description (e.g. the category of packages provided in the repository).
- If there is a page (either on ArchWiki or external) containing more information about the repository, include a link to it.
- If possible, avoid using comments in code blocks. The formatted description is much more readable. Users who want some comments in their
pacman.conf
can easily create it on their own.
Some repositories may also have packages for architectures beside x86_64. The $arch
variable will be set automatically by pacman.
Signed
andontie-aur
- Maintainer: Holly M.
- Description: 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
- Upstream page: https://aur.andontie.net
[andontie-aur] Server = https://aur.andontie.net/$arch
arcanisrepo
- Maintainer: arcanis
- Description: A repository with some AUR packages including packages from VCS
- Key-ID: Not needed, as maintainer is a TU
[arcanisrepo] Server = https://repo.arcanis.me/repo/$arch
(It is also available via FTP with the same URL.)
arch4edu
- Maintainers: Jingbei Li (petronny), and others
- Description: arch4edu is a community repository for Archlinux and ArchlinuxARM that strives to provide the latest versions of most software used by college students.
- Git Repo: https://github.com/arch4edu/arch4edu
- Issue tracking: https://github.com/arch4edu/arch4edu/issues for packaging issues, out-of-date notifications, package requests, and related questions
- Mirrors: https://github.com/arch4edu/arch4edu/wiki/Add-arch4edu-to-your-Archlinux
- Key-ID: 7931B6D628C8D3BA
[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
- Maintainers: Phoenix Nemo (phoenixlzx), Felix Yan (felixonmars, dev), lilydjwg, farseerfc (TU), and others
- Description: Packages by the Chinese Arch Linux community, all signed. Be aware that i686 packages are not fully maintained and tested, create an issue if you find some problems.
- Git Repo: https://github.com/archlinuxcn/repo
- Issue tracking: https://github.com/archlinuxcn/repo/issues for packaging issues, out-of-date notifications, package requests, and related questions
- Mirrors: https://github.com/archlinuxcn/mirrorlist-repo (Mostly for users in mainland China), or install archlinuxcn-mirrorlist-git from the repo.
- 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 package itself is signed by TU.
[archlinuxcn] Server = http://repo.archlinuxcn.org/$arch ## or install archlinuxcn-mirrorlist-git and use the mirrorlist #Include = /etc/pacman.d/archlinuxcn-mirrorlist
archstrike
- Maintainer: The ArchStrike Team
- Description: A repository for security professionals and enthusiasts
- Upstream page: https://archstrike.org/
- Key-ID: 9D5F1C051D146843CDA4858BDE64825E7CBC0D51
[archstrike] Server = https://mirror.archstrike.org/$arch/$repo
archzfs
- Maintainer: Jan Houben (minextu)
- Description: Packages for ZFS on Arch Linux.
- Upstream page: https://github.com/archzfs/archzfs
- Key-ID: F75D9D76
[archzfs] Server = http://archzfs.com/$repo/x86_64
archzfs-kernels
- Maintainer: Endre Szabo
- Description: Official kernel packages matching the most recent ZFS packages kernel version dependencies. Use this to be able to upgrade your kernel package every time whilst using ZFS packages above :)
- Upstream page: https://end.re/archzfs-kernels/
- Key-ID: Not needed as packages are from core repos and signed officially.
[archzfs-kernels] Server = http://end.re/$repo/
ashleyis
- Maintainer: Ashley Towns (ashleyis)
- Description: Debug versions of SDL, chipmunk, libtmx and other misc game libraries. also swift-lang and some other AUR packages
- Key-ID: B1A4D311
[ashleyis] Server = http://arch.ashleytowns.id.au/repo/$arch
Bennix Repo
- Maintainer: Ben P. Dorsi-Todaro (Tech Me Out)
- Description: Packages Ben P. Dorsi-Todaro uses and are not listed in repos, or packages built by Big Ben's Web Hosting
- Key-ID: F14BB858F6253DA0
[bigben-repo] SigLevel = Optional TrustAll Server = http://bennix.net/bigben-repo/
blackeagle-pre-community
- Maintainer: Ike Devolder
- Description: testing of the by me maintaned packages before moving to community repository
- Key-ID: Not required, as maintainer is a TU
[blackeagle-pre-community] Server = https://repo.herecura.be/$repo/$arch
chaotic-aur
- Maintainer: PedroHLC
- Description: Auto builds AUR packages the maintainer uses, update them hourly (a few are daily). Hosted in São Carlos, SP, Brazil. Has a mirror in Germany. x86_64 only. Has over 1400 packages.
- Key-ID: [1], fingerprint
EF92 5EA6 0F33 D0CB 85C4 4AD1 3056 5138 87B7 8AEB
- Note: See maintainer's notes.
[chaotic-aur] Server = http://lonewolf-builder.duckdns.org/$repo/x86_64 Server = http://chaotic.bangl.de/$repo/x86_64
catalyst
- Maintainer: Vi0l0
- Description: ATI Catalyst proprietary drivers.
- Key-ID: 653C3094
[catalyst] Server = http://167.86.114.169/arch/catalyst/$arch
catalyst-hd234k
- Maintainer: Vi0l0
- Description: ATI Catalyst proprietary drivers.
- Key-ID: 653C3094
[catalyst-hd234k] Server = http://167.86.114.169/arch/catalyst-hd234k/$arch
city
- Maintainer: Balló György
- Description: Experimental/unpopular packages.
- Upstream page: https://pkgbuild.com/~bgyorgy/city.html
- Key-ID: Not needed, as maintainer is a TU
[city] Server = https://pkgbuild.com/~bgyorgy/$repo/os/$arch
coderkun-aur
- Maintainer: coderkun
- Description: AUR packages with random software. Supporting package deltas and package and database signing.
- Upstream page: https://www.suruatoel.xyz/arch
- Key-ID: 39E27199A6BEE374
- Keyfile: https://www.suruatoel.xyz/coderkun.asc
[coderkun-aur] Server = http://arch.suruatoel.xyz/$repo/$arch/
coderkun-aur-audio
- Maintainer: coderkun
- Description: AUR packages with audio-related (realtime kernels, lv2-plugins, …) software. Supporting package deltas and package and database signing.
- Upstream page: https://www.suruatoel.xyz/arch
- Key-ID: 39E27199A6BEE374
- Keyfile: https://www.suruatoel.xyz/coderkun.key
[coderkun-aur-audio] Server = http://arch.suruatoel.xyz/$repo/$arch/
devkitpro
- Maintainer: wintermute
- Description: Provides Homebrew toolchains for the Nintendo Wii, Gamecube, DS, GBA, Gamepark gp32 and Nintendo Switch
- Upstream page: https://devkitpro.org/wiki/devkitPro_pacman
- Key-ID: F7FD5492264BB9D0
[dkp-libs] Server = https://downloads.devkitpro.org/packages [dkp-linux] Server = https://downloads.devkitpro.org/packages/linux
disastrousaur
- Maintainer: TheGoliath
- Description: Well known AUR package managers, many of the most popular packages available on the AUR, as well as those that I favor myself
- Upstream page: https://mirror.repohost.de/disastrousaur
- Key-ID: CBAE582A876533FD
- Keyfile: https://mirror.repohost.de/disastrousaur.key
[disastrousaur] Server = https://mirror.repohost.de/$repo/$arch
dvzrv
- Maintainer: David Runge
- Description: Realtime kernel patchset (aka. linux-rtAUR and linux-rt-ltsAUR)
- Key-ID: Not needed, as maintainer is a developer/TU
[dvzrv] Server = https://pkgbuild.com/~dvzrv/repo/$arch
ear
- Maintainer: Ward Segers,
- Description: Editicalu's ArchLinux Repository. Contains precompiled AUR packages (mostly the ones maintained by editicalu)
- Homepage: https://ear.wardsegers.be/
- Upstream page: https://gitlab.com/editicalu/ear
- Keyfile: https://ear.wardsegers.be/signingkey.asc
- Key-ID: A9C4E7734638ACF8
[ear] Server = https://ear.wardsegers.be/$arch
eatabrick
- Maintainer: bentglasstube
- Description: Packages for software written by (and a few just compiled by) bentglasstube.
[eatabrick] Server = http://repo.eatabrick.org/$arch
eschwartz
- Maintainer: Eli Schwartz
- Description: Personal repo with AUR packages and some core packages from git (including glibc and pacman). Contains debug packages.
- Key-ID: Not needed, as maintainer is a TU
[eschwartz] Server = https://pkgbuild.com/~eschwartz/repo/$arch
ffy00
- Maintainer: Filipe Laíns
- Description: Personal repo. Contains some packages related to the D language.
- Key-ID: Not needed, as maintainer is a TU
[ffy00] Server = https://pkgbuild.com/~ffy00/repo
fusion809
- Maintainer: Horne] (brentonhorne77 at gmail dot com).
- Description: 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).
- Package list: http://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/x86_64/
- Key-ID: 03264DDCD606DC98
- Keyfile: https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/x86_64/home_fusion809_Arch_Extra.key
[home_fusion809_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/$arch
grawlinson
- Maintainer: George Rawlinson
- Description: AUR packages maintained by the user as well as some experimental packages.
- Package list: https://repo.nullpointer.io
- Key-ID: 25ea6900d9ea5ebc
- Keyfile: https://nullpointer.io/grawlinson.key
[grawlinson] Server = https://repo.nullpointer.io
gnome-devel
- Maintainer: Andres Fernandez, Fernando Fernandez
- Description: GNOME development releases. For testing purposes only.
- Package list: https://softwareperonista.com.ar/repo/archlinux/gnome-devel/x86_64/
- Key-ID: DDCE9FD63370080B
[testing]
repository.[gnome-devel] Server = https://softwareperonista.com.ar/repo/archlinux/gnome-devel/$arch
herecura
- Maintainer: Ike Devolder
- Description: additional packages not found in the community repository
- Key-ID: Not required, as maintainer is a TU
[herecura] Server = https://repo.herecura.be/$repo/$arch
holo
- Maintainer: Stefan Majewsky <holo-pacman@posteo.de> (please prefer to report issues at Github)
- Description: Packages for Holo configuration management, including compatible plugins and tools.
- Upstream page: https://github.com/majewsky/holo-pacman-repo
- Package list: https://repo.holocm.org/archlinux/x86_64
- Key-ID: 0xF7A9C9DC4631BD1A
[holo] Server = https://repo.holocm.org/archlinux/x86_64
ivasilev
- Maintainer: Ianis G. Vasilev
- Description: A variety of packages, mostly my own software and AUR builds.
- Upstream page: https://ivasilev.net/pacman
- Key-ID: 17DAB671
[ivasilev] Server = https://ivasilev.net/pacman/$arch
jlk
- Maintainer: Jakub Klinkovský
- Description: Various packages from the ABS and AUR. Modified packages are in the
modified
group. - Upstream page: https://jlk.fjfi.cvut.cz/arch/repo/README.html
- Key-ID: 932BA3FA0C86812A32D1F54DAB5964AEB9FEDDDC
[jlk] Server = https://jlk.fjfi.cvut.cz/arch/repo
llvm-svn
- Maintainer: Luchesar V. ILIEV (kerberizer)
- Description: llvm-svn and lib32-llvm-svn from AUR: the LLVM compiler infrastructure, the Clang frontend, and the tools associated with it
- Key-ID: 0x76563F75679E4525, fingerprint
D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525
[llvm-svn] Server = https://repos.uni-plovdiv.net/archlinux/$repo/$arch
markzz
- Maintainer: Mark Weiman (markzz)
- Description: 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
SigLevel = Never
into the repository section.[markzz] Server = https://repo.markzz.com/arch/$repo/$arch
maximbaz
- Maintainer: Maxim Baz
- Description: Personal repo with AUR packages.
- Key-ID: Not needed, as maintainer is a TU
[maximbaz] Server = https://pkgbuild.com/~maximbaz/repo/
me176c
- Maintainer: lambdadroid
- Description: Packages for ASUS MeMO Pad 7 (ME176C(X))
- Key-ID: 2B1138A8BB59D786A3BF42AAD996DA70572407FB
[me176c] Server = https://me176c.uber.space/archlinux
miffe
- Maintainer: miffe
- Description: AUR packages maintained by miffe, e.g. linux-mainline
- Key ID: 313F5ABD
[miffe] Server = https://arch.miffe.org/$arch/
mikelpint
- Maintainer: Mikel Pintado (Mikelpint)
- Description: Packages that mikelpint maintains in the AUR.
- Key ID: 5CA78FC65B189E2B
[mikelpint] Server = https://mikelpint.github.io/repository/archlinux/repo
Minerva W Science
- Maintainer: Minerva W
- Description: OpenFOAM packages.
- Key-ID: 3FF21B78117507DA
- Keyfile: https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/x86_64/home_Minerva_W_Science_Arch_Extra.key
[home_Minerva_W_Science_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/$arch
mobile
- Maintainer: farwayer
- Description: React Native and Android development
- Upstream page: https://keybase.pub/farwayer/arch/mobile/
- Key ID: 7943315502A936D7
[mobile] Server = https://farwayer.keybase.pub/arch/$repo
nah
- Maintainer: phillid
- Description: Pre-built versions of the (slow-to-build) graph-tool python libraries, mingw-w64
- Key ID: 7BF3D17D0884BF5B
[nah] Server = https://repo.nah.nz/$repo
nickcao
- Maintainer: NickCao
- Description: Some (useful for some) packages from me, and some aur packages I personally use.
- Key-ID: 09CC69622E8D4EE343B4E8954D0BA456DF028C15
[nickcao] Server = https://repo.nichi.co/$arch
origincode
- Maintainer: OriginCode
- Description: 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
- Maintainer: Chris Warrick
- Description: A repository for PKGBUILDer, a Python AUR helper.
- Upstream page: https://github.com/Kwpolska/pkgbuilder
- Key-ID: 5EAAEA16
[pkgbuilder] Server = https://pkgbuilder-repo.chriswarrick.com/
post-factum kernels
- Maintainer: Oleksandr Natalenko aka post-factum
- Upstream page: https://gitlab.com/post-factum/pf-kernel/wikis/README
- Description: pf-kernel packages by its developer, post-factum
- Key-ID:: 95C357D2AF5DA89D
- Keyfile: https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/x86_64/home_post-factum_kernels_Arch.key
[home_post-factum_kernels_Arch] Server = https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/$arch
QOwnNotes
- Maintainer: Patrizio Bekerle (pbek), QOwnNotes author
- Description: QOwnNotes is a open source notepad and todo list manager with markdown support and ownCloud integration.
- Key-ID: FFC43FC94539B8B0
- Keyfile: https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/home_pbek_QOwnNotes_Arch_Extra.key
[home_pbek_QOwnNotes_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch
qt-debug
- Maintainer: The Compiler
- Description: Qt/PyQt builds with debug symbols
- Upstream page: https://github.com/qutebrowser/qt-debug-pkgbuild
- Key-ID: D6A1C70FE80A0C82
[qt-debug] Server = https://qutebrowser.org/qt-debug/$arch
quarry
- Maintainer: anatolik
- Description: Arch binary repository for Rubygems packages. See forum announcement for more information.
- Sources: https://github.com/anatol/quarry
- Key-ID: Not needed, as maintainer is a developer
[quarry] Server = https://pkgbuild.com/~anatolik/quarry/x86_64/
repo-ck
Kernel and modules with Brain Fuck Scheduler and all the goodies in the ck1 patch set.
See /Repo-ck.
seblu
- Maintainer: Sébastien Luttringer
- Description: All seblu useful pre-built packages, some homemade (linux-seblu-meta, zfs-dkms, spotify, masterpdfeditor, etc).
- Key-ID: Not required, as maintainer is a Developer
[seblu] Server = https://al1.seblu.net/$repo/$arch Server = https://al2.seblu.net/$repo/$arch
seiichiro
- Maintainer: Stefan Brand (seiichiro0185)
- Description: AUR-packages I use frequently
- Key-ID: 805517CC
[seiichiro] Server = https://www.seiichiro0185.org/repo/$arch
sergej-repo
- Maintainer: Sergej Pupykin
- Description: psi-plus, owncloud-git, ziproxy, android, MySQL, and other stuff. Some packages also available for armv7h.
- Key-ID: Not required, as maintainer is a TU
[sergej-repo] Server = http://repo.p5n.pp.ru/$repo/os/$arch
siosm-aur
- Maintainer: Timothee Ravier
- Description: packages also available in the Arch User Repository, sometimes with minor fixes
- Upstream page: https://tim.siosm.fr/repositories/
- Key-ID: 78688F83
[siosm-aur] Server = http://siosm.fr/repo/$repo/
sublime-text
- Maintainer: Sublime Text developer
- Description: Sublime Text editor packages from developer's repository
- Upstream page: https://www.sublimetext.com/docs/3/linux_repositories.html#pacman
- Key-ID: 8A8F901A
[sublime-text] Server = https://download.sublimetext.com/arch/stable/x86_64
subtitlecomposer
- Maintainer: Mladen Milinkovic (maxrd2)
- Description: Subtitle Composer stable and nightly builds
- Upstream page: https://github.com/maxrd2/subtitlecomposer
- Key-ID: EF9D9B26
[subtitlecomposer] Server = https://smoothware.net/$repo/$arch
trinity
- Maintainer: Michael J. Manley <mmanley@ntge.net>
- Description: Trinity Desktop Environment
- Key-ID: 5F710C1E
[trinity] Server = https://repo.nasutek.com/arch/contrib/trinity/x86_64
valveaur
- Maintainer: John Schoenick <johns@valvesoftware.com> (https://valvesoftware.com)
- Description: A repository by Valve Software Providing The Linux-fsync kernel and modules, including the futex-wait-multiple patchset for testing with Proton fsync & Mesa with the ACO compiler patchset.
- Upstream page: https://steamcommunity.com/linux
- Key-ID: 8DC2CE3A3D245E64
[valveaur] Server = http://repo.steampowered.com/arch/valveaur
xuanrui
- Maintainer: Xuanrui Qi (xuanruiqi)
- Description: xuanruiqi's own packages and frequently-used packages, mainly of interest to functional programmers.
- Upstream Page: https://www.xuanruiqi.com/linux.html
- Key-ID: 6E06FBC8
[xuanrui] Server = https://arch.xuanruiqi.com/repo
xyne-x86_64
- Maintainer: Xyne
- Description: A repository for Xyne's own projects.
- Upstream page: http://xyne.archlinux.ca/projects/
- Key-ID: Not required, as maintainer is a TU
[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=
home-thaodan
- Maintainer: Thaodan
- Upstream page: https://gitlab.com/Thaodan/linux-pf
- Description: pf-kernel and other packages by pf-kernel fork developer, Thaodan
- Gitlab Project: https://gitlab.com/Thaodan/repo-home-thaodan-repo
- Key-ID:: BBFE2FD421597395E4FC8C8DF6C85FEE79D661A4
[home-thaodan] Server = https://thaodan.de/public/archlinux/home-thaodan/$arch
Unsigned
SigLevel = PackageOptional
alucryd
- Maintainer: Maxime Gauduin
- Description: Various packages Maxime Gauduin maintains (or not) in the AUR.
[alucryd] Server = https://pkgbuild.com/~alucryd/$repo/x86_64
alucryd-multilib
- Maintainer: Maxime Gauduin
- Description: Various packages needed to run Steam without its runtime environment.
[alucryd-multilib] Server = https://pkgbuild.com/~alucryd/$repo/x86_64
andrwe
- Maintainer: Andrwe Lord Weber
- Description: contains programs I'm using on many systems
- Upstream page: http://andrwe.org/linux/repository
[andrwe] Server = http://repo.andrwe.org/$arch
archgeotux
- Maintainer: Samuel Mesa
- Description: Geospatial and geographic information system applications
- Upstream page: https://archgeotux.sourceforge.io/
[archgeotux] Server = https://downloads.sourceforge.net/project/archgeotux/$arch
archlinuxfr
- Maintainer:
- Description:
- Upstream page: http://afur.archlinux.fr
[archlinuxfr] Server = http://repo.archlinux.fr/$arch
archlinuxgr
- Maintainer:
- Description: many interesting packages provided by the Hellenic (Greek) Arch Linux community
[archlinuxgr] Server = http://archlinuxgr.tiven.org/archlinux/$arch
archlinuxgr-kde4
- Maintainer:
- Description: KDE4 packages (plasmoids, themes etc) provided by the Hellenic (Greek) Arch Linux community
[archlinuxgr-kde4] Server = http://archlinuxgr.tiven.org/archlinux-kde4/$arch
craftdestiny
- Maintainer: LinuxVieLoisir
- Description: 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
- Maintainer: DragonX256
- Description: Personal repository. Contains packages from AUR, which I using every day.
- Git repo: https://gitlab.com/DX37/dx37essentials
- Upstream page: https://dx37.gitlab.io/dx37essentials
[dx37essentials] Server = https://dx37.gitlab.io/$repo/$arch
heftig
- Maintainer: Jan Steffens
- Description: Includes pulseaudio-git, pavucontrol-git, and firefox-developer-edition
- Upstream page: https://bbs.archlinux.org/viewtopic.php?id=117157
[heftig] Server = https://pkgbuild.com/~heftig/repo/$arch
jkanetwork
- Maintainer: kprkpr <kevin01010 at gmail dot com>
- Maintainer: Joselucross <jlgarrido97 at gmail dot com>
- Description: Packages of AUR like pimagizer,stepmania,yaourt,linux-mainline,wps-office,grub-customizer,some IDE.. Open for all that wants to contribute
- Upstream page: http://repo.jkanetwork.com/
[jkanetwork] Server = http://repo.jkanetwork.com/repo/$repo/
kodi-devel-prebuilt
- Maintainer: asm0dey <pavel.finkelshtein+AUR@gmail.com>
- Description: Prebuilt packages of kodi-devel from AUR
- Upstream page: kodi-develAUR
[kodi-devel-prebuilt] Server = https://asm0dey.github.io/$repo/$arch SigLevel = PackageOptional
mesa-git
- Maintainer: Laurent Carlier
- Description: Mesa git builds for the testing and multilib-testing repositories
[mesa-git] Server = https://pkgbuild.com/~lcarlier/$repo/$arch
Mountain
- Maintainer: Minzord
- Description: Popular AUR Packages and some Driver Wifi.
[Mountain] SigLevel = Never Server = https://mountain-linux.github.io/Mountain/$arch
oracle
- Maintainer: User:Malvineous
- Description: Oracle Database client and associated tools, built from AUR packages and hosted on AWS S3 using Makefile scripts.
- Conditions: By using this repository you agree to the Oracle Technology Network Development and Distribution License Terms for Instant Client.
[oracle] Server = http://linux.shikadi.net/arch/$repo/$arch/
ownstuff
- Maintainer: Martchus
- Description: A lot of packages from the AUR, e.g. a great number of mingw-w64 packages, fonts, Perl modules, tools like tageditorAUR, syncthingtrayAUR, subtitlecomposerAUR and qmplay2AUR
- Upstream page: https://github.com/Martchus/PKGBUILDs (sources beside the AUR) and https://martchus.no-ip.biz/repoindex (package browser/search)
[ownstuff-testing] Server = https://ftp.f3l.de/~martchus/$repo/os/$arch Server = https://martchus.no-ip.biz/repo/arch/$repo/os/$arch [ownstuff] Server = https://ftp.f3l.de/~martchus/$repo/os/$arch Server = https://martchus.no-ip.biz/repo/arch/$repo/os/$arch
pantheon
- Maintainer: Maxime Gauduin
- Description: Repository containing Pantheon-related packages
[pantheon] Server = https://pkgbuild.com/~alucryd/$repo/$arch
pietma
- Maintainer: MartiMcFly <martimcfly@autorisation.de>
- Description: Arch User Repository packages I create or maintain..
- Upstream page: http://pietma.com/tag/aur/
[pietma] Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo
pnsft-pur
- Maintainer: ponsfoot
- Description: Japanese input method packages Mozc (vanilla) and libkkc
[pnsft-pur] Server = https://osdn.net/projects/ponsfoot-aur/storage/pur/x86_64/
titanium
- Maintainer: Pyrerune <pyrerune@gmail.com>
- Description: Repository containing software I develop.
[titanium] Server = https://pyrerune.github.io/titanium/$arch
userrepository
- Maintainer: Bruno Miguel <brunoalexandremiguel@gmail.com>
- Description: Repository containing software from AUR
[userrepository] Server = https://userrepository.eu