Difference between revisions of "Unofficial user repositories"
m (→Signed) |
m (→Signed: Update my repo URL) |
||
(853 intermediate revisions by more than 100 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Package management]] | [[Category:Package management]] | ||
− | + | [[ja:非公式ユーザーリポジトリ]] | |
+ | [[zh-hans:Unofficial user repositories]] | ||
+ | {{Related articles start}} | ||
+ | {{Related|pacman-key}} | ||
+ | {{Related|Official repositories}} | ||
+ | {{Related articles end}} | ||
+ | This article lists binary repositories freely created and shared by the community, often providing pre-built versions of PKGBUILDS found in the [[AUR]]. | ||
− | + | {{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.}} | |
− | + | 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-key#Adding unofficial keys]]. | |
− | == | + | If you want to create your own custom repository, follow [[pacman tips#Custom local repository]]. |
− | + | ||
+ | == 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 {{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 == | ||
+ | |||
+ | === arcanisrepo === | ||
+ | |||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#arcanis arcanis] | ||
+ | * '''Description:''' A repository with some AUR packages including packages from VCS | ||
+ | * '''Key-ID:''' Not needed, as maintainer is a TU | ||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [arcanisrepo] |
− | + | Server = https://repo.arcanis.me/repo/$arch | |
− | |||
− | |||
− | |||
− | Server = | ||
</nowiki>}} | </nowiki>}} | ||
− | ==== | + | (It is also available via FTP with the same url.) |
+ | |||
+ | === ArchHaskell === | ||
+ | |||
+ | Unofficial repositories for Haskell packages. | ||
+ | |||
+ | See [[/ArchHaskell]]. | ||
+ | |||
+ | === 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:''' 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. | ||
+ | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [arch | + | [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 | |
− | + | </nowiki>}} | |
+ | |||
+ | === archsec === | ||
+ | |||
+ | * '''Maintainer:''' [https://archsec.info The ArchSec Team] | ||
+ | * '''Description:''' A repository of binaries compiled from a hardened toolchain | ||
+ | * '''Upstream page:''' https://archsec.info/ | ||
+ | * '''Key-ID:''' 500773F3B282BEDB4D960B0F3C6F2219257C9E23 | ||
− | + | {{Note|ArchSec-specific instructions can be found at https://archsec.info/docs/config/}} | |
− | |||
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [archsec] | |
− | Server = | + | Server = https://archsec.info/$repo/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === archstrike === |
− | ==== | + | |
+ | * '''Maintainer:''' [https://archstrike.org/team The ArchStrike Team] | ||
+ | * '''Description:''' A repository for security professionals and enthusiasts | ||
+ | * '''Upstream page:''' https://archstrike.org/ | ||
+ | * '''Key-ID:''' 9D5F1C051D146843CDA4858BDE64825E7CBC0D51 | ||
+ | |||
+ | {{Note|ArchStrike specific instructions can be found at https://archstrike.org/wiki/setup}} | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [archstrike] | ||
+ | Server = https://mirror.archstrike.org/$arch/$repo | ||
+ | </nowiki>}} | ||
+ | |||
+ | === archzfs === | ||
+ | |||
+ | * '''Maintainer:''' [http://archzfs.com Jesus Alvarez (demizer)] | ||
+ | * '''Description:''' Packages for ZFS on Arch Linux. | ||
+ | * '''Upstream page:''' https://github.com/archzfs/archzfs | ||
+ | * '''Key-ID:''' 5E1ABF240EE7A126 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [archzfs] | ||
+ | Server = http://archzfs.com/$repo/x86_64 | ||
+ | </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 | ||
+ | * '''Key-ID:''' B1A4D311 | ||
+ | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [ashleyis] |
− | + | Server = http://arch.ashleytowns.id.au/repo/$arch | |
− | + | </nowiki>}} | |
− | + | ||
+ | === aur-archlinux === | ||
+ | |||
+ | * '''Maintainer:''' Marc Mettke <marc@itmettke.de> | ||
+ | * '''Description:''' Auto Build of Most Popular AUR Packages | ||
+ | * '''Upstream page:''' https://repo.itmettke.de/status/ | ||
+ | * '''Archive:''' https://repo.itmettke.de/aur-archive/ | ||
+ | * '''Key-ID:''' [https://pgp.mit.edu/pks/lookup?op=vindex&search=0x7448C890582975CD 7448C890582975CD] | ||
+ | {{bc|<nowiki> | ||
+ | [aur-archlinux] | ||
+ | Server = https://repo.itmettke.de/aur/$repo/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === aurpackages === | ||
+ | |||
+ | * '''Maintainer:''' Mark Vainomaa <mikroskeem@mikroskeem.eu> | ||
+ | * '''Description:''' AUR packages I tend to use every day. Will be updated weekly | ||
+ | * '''Key-ID:''' 2A07EF8371AFC028 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [aurpackages] | ||
+ | Server = https://r.mikroskeem.eu | ||
+ | </nowiki>}} | ||
+ | |||
+ | === blackeagle-pre-community === | ||
+ | |||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder] | ||
+ | * '''Description:''' testing of the by me maintaned packages before moving to ''community'' repository | ||
+ | * '''Key-ID:''' Not required, as maintainer is a TU | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [blackeagle-pre-community] | ||
+ | Server = https://repo.herecura.be/$repo/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === boyska64 === | ||
+ | |||
+ | * '''Maintainer:''' boyska | ||
+ | * '''Description:''' Personal repository: cryptography, sdr, mail handling and misc; don't expect packages to be upgraded promptly, I am a zealot of slackness | ||
+ | * '''Key-ID:''' 0x7395DCAE58289CA9 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [boyska64] | ||
+ | Server = http://boyska.degenerazione.xyz/archrepo | ||
+ | </nowiki>}} | ||
+ | |||
+ | === catalyst === | ||
+ | |||
+ | * '''Maintainer:''' [[User:Vi0L0|Vi0l0]] | ||
+ | * '''Description:''' ATI Catalyst proprietary drivers. | ||
+ | * '''Key-ID:''' 653C3094 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [catalyst] | ||
+ | Server = https://mirror.hactar.xyz/Vi0L0/catalyst/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === catalyst-hd234k === | ||
+ | |||
+ | * '''Maintainer:''' [[User:Vi0L0|Vi0l0]] | ||
+ | * '''Description:''' ATI Catalyst proprietary drivers. | ||
+ | * '''Key-ID:''' 653C3094 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [catalyst-hd234k] | ||
+ | Server = https://mirror.hactar.xyz/Vi0L0/catalyst-hd234k/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === city === | ||
+ | |||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#bgyorgy Balló György] | ||
+ | * '''Description:''' Experimental/unpopular packages. | ||
+ | * '''Upstream page:''' https://pkgbuild.com/~bgyorgy/city.html | ||
+ | * '''Key-ID:''' Not needed, as maintainer is a TU | ||
+ | |||
+ | {{bc|<nowiki> | ||
[city] | [city] | ||
− | + | Server = https://pkgbuild.com/~bgyorgy/$repo/os/$arch | |
− | + | </nowiki>}} | |
− | + | ||
− | Server = http:// | + | === 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>}} | ||
− | + | === eatabrick === | |
− | |||
− | |||
− | |||
− | [ | + | * '''Maintainer:''' bentglasstube |
− | # | + | * '''Description:''' Packages for software written by (and a few just compiled by) bentglasstube. |
− | # https://bbs.archlinux.org/viewtopic.php?id= | + | |
− | + | {{bc|<nowiki> | |
− | Server = | + | [eatabrick] |
+ | Server = http://repo.eatabrick.org/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === eschwartz === | ||
+ | |||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#eschwartz 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 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [eschwartz] | ||
+ | Server = https://pkgbuild.com/~eschwartz/repo/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === herecura === | ||
+ | |||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#idevolder Ike Devolder] | ||
+ | * '''Description:''' additional packages not found in the ''community'' repository | ||
+ | * '''Key-ID:''' Not required, as maintainer is a TU | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [herecura] | ||
+ | Server = https://repo.herecura.be/$repo/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === holo === | ||
+ | |||
+ | * '''Maintainer:''' Stefan Majewsky <holo-pacman@posteo.de> (please prefer to report issues at [https://github.com/majewsky/holo-pacman-repo/issues Github]) | ||
+ | * '''Description:''' Packages for [https://holocm.org 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 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [holo] | ||
+ | Server = https://repo.holocm.org/archlinux/x86_64 | ||
+ | </nowiki>}} | ||
+ | |||
+ | === icinga2 === | ||
+ | |||
+ | * '''Maintainer:''' Josef Stautner <archwiki@veloc1ty.de> | ||
+ | * '''Description:''' Unofficial packages for [https://www.icinga.com/products/icinga-2/ Icinga 2] | ||
+ | * '''Upstream page:''' https://github.com/Icinga/icinga2 | ||
+ | * '''Package list:''' https://icinga2.mirror.veloc1ty.de/ | ||
+ | * '''Key-ID:''' [http://icinga2.mirror.veloc1ty.de/icinga2.pub 0x1BE14C72D90E6C00] | ||
+ | * '''More details:''' [https://blog.veloc1ty.de/2018/01/24/inofficial-icinga-2-archlinux-mirror-server "Unofficial Icinga 2 Archlinux Mirror Server" ] | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [icinga2] | ||
+ | Server = https://icinga2.mirror.veloc1ty.de/ | ||
+ | </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] | ||
+ | |||
+ | {{Note|I maintain '''any''' and '''x86_64''' repos. '''x86_64''' includes packages from '''any'''. '''$arch''' can be overridden by both.}} | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [ivasilev] | ||
+ | Server = https://ivasilev.net/pacman/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === jlk === | ||
+ | |||
+ | * '''Maintainer:''' [[User:Lahwaacz|Jakub Klinkovský]] | ||
+ | * '''Description:''' Various packages from the ABS and AUR. Modified packages are in the {{ic|modified}} group. | ||
+ | * '''Upstream page:''' http://jlk.fjfi.cvut.cz/arch/repo/README.html | ||
+ | * '''Key-ID:''' 932BA3FA0C86812A32D1F54DAB5964AEB9FEDDDC | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [jlk] | ||
+ | Server = http://jlk.fjfi.cvut.cz/arch/repo | ||
+ | </nowiki>}} | ||
+ | |||
+ | === linux-macbook === | ||
+ | |||
+ | * '''Maintainer:''' [https://aur.archlinux.org/account/m3thodic Tony Lambiris] | ||
+ | * '''Description:''' AUR builds for the linux-macbook kernel by its developer, m3thodic | ||
+ | * '''Upstream page:''' https://aur.archlinux.org/pkgbase/linux-macbook/ | ||
+ | * '''Key-ID:''' A55A1B6C098962D84AE9B57016A33C9959A40DED | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [linux-macbook] | ||
+ | Server = http://libpcap.net/repo/linux-macbook | ||
+ | </nowiki>}} | ||
+ | |||
+ | === llvm-svn === | ||
+ | |||
+ | * '''Maintainer:''' [[User:Kerberizer|Luchesar V. ILIEV (kerberizer)]] | ||
+ | * '''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> | ||
+ | [llvm-svn] | ||
+ | Server = https://repos.uni-plovdiv.net/archlinux/$repo/$arch | ||
+ | </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 to maintain a Debian package repository. | ||
+ | * '''Key ID:''' 3CADDFDD | ||
+ | |||
+ | {{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> | ||
+ | [markzz] | ||
+ | Server = https://repo.markzz.com/arch/$repo/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === miffe === | ||
+ | |||
+ | * '''Maintainer:''' [https://bbs.archlinux.org/profile.php?id=4059 miffe] | ||
+ | * '''Description:''' AUR packages maintained by miffe, e.g. linux-mainline | ||
+ | * '''Key ID:''' 313F5ABD | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [miffe] | ||
+ | Server = https://arch.miffe.org/$arch/ | ||
+ | </nowiki>}} | ||
+ | |||
+ | === mikelpint === | ||
+ | * '''Maintainer:''' [[User:Mikelpint|Mikel Pintado (Mikelpint)]] | ||
+ | * '''Description:''' Packages that mikelpint maintains in the AUR. | ||
+ | * '''Key ID:''' 5CA78FC65B189E2B | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [mikelpint] | ||
+ | Server = https://mikelpint.github.io/repository/archlinux/repo | ||
+ | </nowiki>}} | ||
+ | |||
+ | === mobile === | ||
+ | * '''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> | ||
+ | [mobile] | ||
+ | Server = https://farwayer.keybase.pub/arch/$repo | ||
+ | </nowiki>}} | ||
+ | |||
+ | === nah === | ||
+ | * '''Maintainer:''' [https://yeah.nah.nz phillid] | ||
+ | * '''Description:''' Pre-built versions of the (slow-to-build) graph-tool python libraries | ||
+ | * '''Key ID:''' 7BF3D17D0884BF5B | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [nah] | ||
+ | Server = https://repo.nah.nz/$repo | ||
+ | </nowiki>}} | ||
+ | |||
+ | === pkgbuilder === | ||
+ | |||
+ | * '''Maintainer:''' [https://chriswarrick.com/ Chris Warrick] | ||
+ | * '''Description:''' A repository for PKGBUILDer, a Python AUR helper. | ||
+ | * '''Upstream page:''' https://github.com/Kwpolska/pkgbuilder | ||
+ | * '''Key-ID:''' 5EAAEA16 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [pkgbuilder] | ||
+ | Server = https://pkgbuilder-repo.chriswarrick.com/ | ||
+ | </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> | ||
+ | [quarry] | ||
+ | Server = https://pkgbuild.com/~anatolik/quarry/x86_64/ | ||
+ | </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 (virtualbox-ext-oracle, linux-seblu-meta, bedup). | ||
+ | * '''Key-ID:''' Not required, as maintainer is a Developer | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [seblu] | ||
+ | Server = http://al.seblu.net/$repo/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === seiichiro === | ||
+ | |||
+ | * '''Maintainer:''' [https://www.seiichiro0185.org Stefan Brand (seiichiro0185)] | ||
+ | * '''Description:''' AUR-packages I use frequently | ||
+ | * '''Key-ID:''' 805517CC | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [seiichiro] | ||
+ | Server = https://www.seiichiro0185.org/repo/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === sergej-repo === | ||
− | [ | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#spupykin 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 | |
− | |||
− | |||
+ | {{bc|<nowiki> | ||
[sergej-repo] | [sergej-repo] | ||
− | |||
− | |||
Server = http://repo.p5n.pp.ru/$repo/os/$arch | 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 | ||
+ | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [siosm-aur] |
− | + | Server = http://siosm.fr/repo/$repo/ | |
− | Server = http:// | + | </nowiki>}} |
− | + | ||
− | + | === subtitlecomposer === | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [ | + | * '''Maintainer:''' Mladen Milinkovic (maxrd2) |
− | # | + | * '''Description:''' Subtitle Composer stable and nightly builds |
− | Server = http://repo. | + | * '''Upstream page:''' https://github.com/maxrd2/subtitlecomposer |
+ | * '''Key-ID:''' EF9D9B26 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [subtitlecomposer] | ||
+ | Server = http://smoothware.net/$repo/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === tredaelli-systemd === | ||
+ | |||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#tredaelli Timothy Redaelli] | ||
+ | * '''Description:''' systemd rebuilt with unofficial OpenVZ patch (kernel < 2.6.32-042stab111.1) | ||
+ | * '''Key-ID:''' Not required, as maintainer is a TU | ||
+ | |||
+ | {{Note|{{ic|[tredaelli-systemd]}} must be put before {{ic|[core]}} in {{ic|/etc/pacman.conf}}}} | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [tredaelli-systemd] | ||
+ | Server = https://pkgbuild.com/~tredaelli/repo/systemd/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === Webkit2Gtk-unstable === | ||
+ | * '''Maintainer:''' [[User:Mrmariusz|Mariusz Wojcik]] | ||
+ | * '''Description:''' Latest Webkit2Gtk build for early adopters. | ||
+ | * '''Upstream Page:''' https://webkitgtk.org/ | ||
+ | * '''Key-ID:''' 346854B5 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [home_mrmariusz_ArchLinux] | ||
+ | Server = https://download.opensuse.org/repositories/home:/mrmariusz/ArchLinux/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === xyne-x86_64 === | ||
+ | |||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#xyne 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 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [xyne-x86_64] | ||
+ | Server = https://xyne.archlinux.ca/repos/xyne | ||
+ | </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. | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [alucryd] | ||
+ | Server = https://pkgbuild.com/~alucryd/$repo/x86_64 | ||
+ | </nowiki>}} | ||
+ | |||
+ | === alucryd-multilib === | ||
+ | |||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin] | ||
+ | * '''Description:''' Various packages needed to run Steam without its runtime environment. | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [alucryd-multilib] | ||
+ | Server = https://pkgbuild.com/~alucryd/$repo/x86_64 | ||
+ | </nowiki>}} | ||
+ | |||
+ | === andrwe === | ||
+ | |||
+ | * '''Maintainer:''' Andrwe Lord Weber | ||
+ | * '''Description:''' contains programs I'm using on many systems | ||
+ | * '''Upstream page:''' http://andrwe.org/linux/repository | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [andrwe] | ||
+ | Server = http://repo.andrwe.org/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === archgeotux === | ||
+ | |||
+ | * '''Maintainer:''' Samuel Mesa | ||
+ | * '''Description:''' Geospatial and geographic information system applications | ||
+ | * '''Upstream page:''' https://archgeotux.sourceforge.io/ | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [archgeotux] | ||
+ | Server = https://downloads.sourceforge.net/project/archgeotux/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === archlinuxfr === | ||
+ | |||
+ | * '''Maintainer:''' | ||
+ | * '''Description:''' | ||
+ | * '''Upstream page:''' http://afur.archlinux.fr | ||
+ | {{bc|<nowiki> | ||
[archlinuxfr] | [archlinuxfr] | ||
− | |||
Server = http://repo.archlinux.fr/$arch | Server = http://repo.archlinux.fr/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === archlinuxgr === | ||
+ | |||
+ | * '''Maintainer:''' | ||
+ | * '''Description:''' many interesting packages provided by the Hellenic (Greek) Arch Linux community | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [archlinuxgr] | ||
+ | Server = http://archlinuxgr.tiven.org/archlinux/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === archlinuxgr-kde4 === | ||
− | + | * '''Maintainer:''' | |
− | + | * '''Description:''' KDE4 packages (plasmoids, themes etc) provided by the Hellenic (Greek) Arch Linux community | |
− | |||
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [archlinuxgr-kde4] | |
− | Server = http:// | + | Server = http://archlinuxgr.tiven.org/archlinux-kde4/$arch |
+ | </nowiki>}} | ||
− | + | === fusion809 === | |
− | |||
− | |||
− | [ | + | * '''Maintainer:''' [[User:Fusion809|Brenton 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/ | |
− | Server = | + | |
+ | {{bc|<nowiki> | ||
+ | [home_fusion809_Arch_Extra] | ||
+ | Server = https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/$arch | ||
+ | </nowiki>}} | ||
+ | |||
+ | === heftig === | ||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/developers/#heftig Jan Steffens] | ||
+ | * '''Description:''' Includes pulseaudio-git, pavucontrol-git, and firefox-developer-edition | ||
+ | * '''Upstream page:''' https://bbs.archlinux.org/viewtopic.php?id=117157 | ||
+ | |||
+ | {{bc|<nowiki> | ||
+ | [heftig] | ||
+ | Server = https://pkgbuild.com/~heftig/repo/$arch | ||
+ | </nowiki>}} | ||
− | + | === home-thaodan === | |
− | |||
− | |||
− | [ | + | * '''Maintainer''': [https://aur.archlinux.org/account/Thaodan Thaodan] |
− | + | * '''Upstream page''': https://gitlab.com/Thaodan/linux-pf | |
− | + | * '''Description''': [[Kernels#Major_patchsets|pf-kernel]] and other packages by pf-kernel fork developer, Thaodan | |
− | |||
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [home-thaodan] | |
− | Server = | + | Server = https://thaodan.de/home/bidar/home-thaodan/$arch |
+ | </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/ | ||
− | [ | + | {{bc|<nowiki> |
− | + | [jkanetwork] | |
− | + | Server = http://repo.jkanetwork.com/repo/$repo/ | |
− | Server = http:// | + | </nowiki>}} |
− | + | === mesa-git === | |
− | |||
− | |||
− | |||
− | + | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#lcarlier Laurent Carlier] | |
− | + | * '''Description:''' Mesa git builds for the ''testing'' and ''multilib-testing'' repositories | |
− | |||
+ | {{bc|<nowiki> | ||
[mesa-git] | [mesa-git] | ||
− | + | Server = https://pkgbuild.com/~lcarlier/$repo/$arch | |
− | Server = | + | </nowiki>}} |
+ | |||
+ | === Minerva W Science === | ||
− | [ | + | * '''Maintainer:''' |
− | + | * '''Description:''' [[OpenFOAM]] packages. | |
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [home_Minerva_W_Science_Arch_Extra] | |
− | Server = | + | Server = https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/$arch |
+ | </nowiki>}} | ||
− | + | === mingw-w64 === | |
− | |||
− | |||
− | [ | + | * '''Maintainer:''' [https://aur.archlinux.org/account/ant32 Philip] and [https://aur.archlinux.org/account/nic96 Jeromy] Reimer |
− | + | * '''Description:''' Almost all mingw-w64 packages in the AUR. | |
− | |||
− | [ | + | {{Note|This repo is not actively maintained anymore. It has not been updated since 2016-01-04.}} |
− | + | ||
− | Server = http:// | + | {{bc|<nowiki> |
+ | [mingw-w64] | ||
+ | Server = https://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch | ||
+ | #Server = http://amr.linuxd.org/archlinux/$repo/os/$arch | ||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === neo_chen === |
+ | |||
+ | * '''Maintainer:''' Kolei Chen (Neo_Chen) <chenkolei@gmail.com> | ||
+ | * '''Description:''' Some uncommon AUR Package | ||
+ | |||
+ | {{Note|This repo runs on a unstable Desktop.}} | ||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [neo_chen] |
− | + | Server = https://neolinuxworkstation.nerdpol.ovh/~neo_chen/neo_chen_repo/ | |
− | + | Server = https://thunix.org/~neo_chen/neo_chen_repo/ | |
− | + | Server = http://sl-sgp.asn.yt/~neo_chen_repo/ | |
− | + | </nowiki>}} | |
+ | |||
+ | === ownstuff === | ||
+ | |||
+ | * '''Maintainer:''' [https://aur.archlinux.org/account/Martchus Martchus] | ||
+ | * '''Description:''' A lot of packages from the AUR, eg. a great number of mingw-w64 packages, fonts, tools like [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] | ||
+ | * '''Upstream page''': https://github.com/Martchus/PKGBUILDs (sources beside the AUR) and https://martchus.no-ip.biz/repoindex (package browser/search) | ||
− | [ | + | {{bc|<nowiki> |
− | + | [ownstuff] | |
− | + | Server = http://martchus.no-ip.biz/repo/arch/$repo/os/$arch | |
− | |||
− | |||
− | |||
</nowiki>}} | </nowiki>}} | ||
− | === | + | === pantheon === |
+ | |||
+ | * '''Maintainer:''' [https://www.archlinux.org/people/trusted-users/#alucryd Maxime Gauduin] | ||
+ | * '''Description:''' Repository containing Pantheon-related packages | ||
+ | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [pantheon] |
− | + | Server = https://pkgbuild.com/~alucryd/$repo/$arch | |
− | Server = | + | </nowiki>}} |
− | + | === pietma === | |
− | |||
− | |||
− | + | * '''Maintainer:''' MartiMcFly <martimcfly@autorisation.de> | |
− | + | * '''Description:''' Arch User Repository packages [https://aur.archlinux.org/packages/?K=martimcfly&SeB=m I create or maintain.]. | |
− | + | * '''Upstream page:''' http://pietma.com/tag/aur/ | |
− | |||
− | |||
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [pietma] | |
− | + | Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo | |
− | Server = http:// | + | </nowiki>}} |
− | + | === Pival81 arch xapps === | |
− | |||
− | |||
− | [ | + | * '''Maintainer:''' Valerio Pizzi ([https://github.com/Pival81 Pival81] <pival801@gmail.com>) |
− | + | * '''Description:''' [https://github.com/linuxmint/xapps XApps] packages. | |
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [home_Pival81_arch_xapps_Arch_Extra] | |
− | Server = | + | Server = https://download.opensuse.org/repositories/home:/Pival81:/arch:/xapps/Arch_Extra/$arch |
+ | </nowiki>}} | ||
− | + | === pnsft-pur === | |
− | |||
− | |||
− | + | * '''Maintainer:''' | |
− | + | * '''Description:''' Japanese input method packages Mozc (vanilla) and libkkc | |
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [pnsft-pur] | |
− | + | Server = https://downloads.sourceforge.net/project/pnsft-aur/pur/x86_64 | |
− | + | </nowiki>}} | |
− | Server = | ||
− | + | === post-factum kernels === | |
− | |||
− | |||
− | |||
− | [ | + | * '''Maintainer''': [https://aur.archlinux.org/account/post-factum Oleksandr Natalenko aka post-factum] |
− | + | * '''Upstream page''': https://pfactum.github.io/pf-kernel/ | |
− | + | * '''Description''': [[Kernels#Major_patchsets|pf-kernel]] and other packages by its developer, post-factum | |
− | [ | + | {{bc|<nowiki> |
− | + | [home_post-factum_kernels_Arch] | |
− | Server = | + | Server = https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/$arch |
</nowiki>}} | </nowiki>}} | ||
− | === | + | === QOwnNotes === |
− | + | ||
+ | * '''Maintainer:''' http://www.qownnotes.org | ||
+ | * '''Description:''' QOwnNotes is a open source notepad and todo list manager with markdown support and [[ownCloud]] integration. | ||
+ | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [home_pbek_QOwnNotes_Arch_Extra] |
− | + | Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch | |
− | + | </nowiki>}} | |
− | |||
− | |||
− | + | === rakudo === | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | * '''Maintainer:''' spider-mario <spidermario@free.fr> | |
− | + | * '''Description:''' Rakudo Perl6 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{bc|<nowiki> | {{bc|<nowiki> | ||
− | [ | + | [rakudo] |
− | + | Server = https://spider-mario.quantic-telecom.net/archlinux/$repo/$arch | |
− | Server = | + | </nowiki>}} |
− | + | === rust-git === | |
− | |||
− | |||
− | + | * '''Maintainer:''' Tatsuyuki Ishi <ishitatsuyuki@gmail.com> | |
− | + | * '''Description:''' Packages of rust-git and others. Normally updated weekly. | |
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [rust-git] | |
− | + | Server = https://tatsuyuki.kdns.info/archlinux/$repo/$arch | |
− | + | </nowiki>}} | |
− | |||
− | + | === trinity === | |
− | |||
− | |||
− | + | * '''Maintainer:''' Michael Manley <mmanley@nasutek.com> | |
− | + | * '''Description:''' [[Trinity]] Desktop Environment | |
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [trinity] | |
− | + | Server = http://repo.nasutek.com/arch/contrib/trinity/x86_64 | |
− | + | </nowiki>}} | |
− | + | === zrootfs === | |
− | |||
− | |||
− | + | * '''Maintainer:''' Isabell Cowan <isabellcowan@gmail.com> | |
− | + | * '''Description:''' For Haswell and Broadwell architecture processors with size in mind. | |
− | |||
− | + | {{Note|This repo has not been maintained since 2016-03-14. There are no guarantees as to how long it will be kept online.}} | |
− | |||
− | |||
− | [ | + | {{bc|<nowiki> |
− | + | [zrootfs] | |
− | Server = | + | Server = https://www.izzette.com/izzi/zrootfs-old |
</nowiki>}} | </nowiki>}} |
Latest revision as of 12:25, 22 April 2018
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-key#Adding unofficial keys.
If you want to create your own custom repository, follow pacman tips#Custom local repository.
Contents
- 1 Adding your repository to this page
- 2 Signed
- 2.1 arcanisrepo
- 2.2 ArchHaskell
- 2.3 archlinuxcn
- 2.4 archsec
- 2.5 archstrike
- 2.6 archzfs
- 2.7 ashleyis
- 2.8 aur-archlinux
- 2.9 aurpackages
- 2.10 blackeagle-pre-community
- 2.11 boyska64
- 2.12 catalyst
- 2.13 catalyst-hd234k
- 2.14 city
- 2.15 coderkun-aur
- 2.16 coderkun-aur-audio
- 2.17 eatabrick
- 2.18 eschwartz
- 2.19 herecura
- 2.20 holo
- 2.21 icinga2
- 2.22 ivasilev
- 2.23 jlk
- 2.24 linux-macbook
- 2.25 llvm-svn
- 2.26 markzz
- 2.27 miffe
- 2.28 mikelpint
- 2.29 mobile
- 2.30 nah
- 2.31 pkgbuilder
- 2.32 qt-debug
- 2.33 quarry
- 2.34 repo-ck
- 2.35 seblu
- 2.36 seiichiro
- 2.37 sergej-repo
- 2.38 siosm-aur
- 2.39 subtitlecomposer
- 2.40 tredaelli-systemd
- 2.41 Webkit2Gtk-unstable
- 2.42 xyne-x86_64
- 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 fusion809
- 3.9 heftig
- 3.10 home-thaodan
- 3.11 jkanetwork
- 3.12 mesa-git
- 3.13 Minerva W Science
- 3.14 mingw-w64
- 3.15 neo_chen
- 3.16 ownstuff
- 3.17 pantheon
- 3.18 pietma
- 3.19 Pival81 arch xapps
- 3.20 pnsft-pur
- 3.21 post-factum kernels
- 3.22 QOwnNotes
- 3.23 rakudo
- 3.24 rust-git
- 3.25 trinity
- 3.26 zrootfs
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
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.)
ArchHaskell
Unofficial repositories for Haskell packages.
See /ArchHaskell.
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 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
archsec
- Maintainer: The ArchSec Team
- Description: A repository of binaries compiled from a hardened toolchain
- Upstream page: https://archsec.info/
- Key-ID: 500773F3B282BEDB4D960B0F3C6F2219257C9E23
[archsec] Server = https://archsec.info/$repo/$arch
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: Jesus Alvarez (demizer)
- Description: Packages for ZFS on Arch Linux.
- Upstream page: https://github.com/archzfs/archzfs
- Key-ID: 5E1ABF240EE7A126
[archzfs] Server = http://archzfs.com/$repo/x86_64
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
aur-archlinux
- Maintainer: Marc Mettke <marc@itmettke.de>
- Description: Auto Build of Most Popular AUR Packages
- Upstream page: https://repo.itmettke.de/status/
- Archive: https://repo.itmettke.de/aur-archive/
- Key-ID: 7448C890582975CD
[aur-archlinux] Server = https://repo.itmettke.de/aur/$repo/$arch
aurpackages
- Maintainer: Mark Vainomaa <mikroskeem@mikroskeem.eu>
- Description: AUR packages I tend to use every day. Will be updated weekly
- Key-ID: 2A07EF8371AFC028
[aurpackages] Server = https://r.mikroskeem.eu
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
boyska64
- Maintainer: boyska
- Description: Personal repository: cryptography, sdr, mail handling and misc; don't expect packages to be upgraded promptly, I am a zealot of slackness
- Key-ID: 0x7395DCAE58289CA9
[boyska64] Server = http://boyska.degenerazione.xyz/archrepo
catalyst
- Maintainer: Vi0l0
- Description: ATI Catalyst proprietary drivers.
- Key-ID: 653C3094
[catalyst] Server = https://mirror.hactar.xyz/Vi0L0/catalyst/$arch
catalyst-hd234k
- Maintainer: Vi0l0
- Description: ATI Catalyst proprietary drivers.
- Key-ID: 653C3094
[catalyst-hd234k] Server = https://mirror.hactar.xyz/Vi0L0/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/
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
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
icinga2
- Maintainer: Josef Stautner <archwiki@veloc1ty.de>
- Description: Unofficial packages for Icinga 2
- Upstream page: https://github.com/Icinga/icinga2
- Package list: https://icinga2.mirror.veloc1ty.de/
- Key-ID: 0x1BE14C72D90E6C00
- More details: "Unofficial Icinga 2 Archlinux Mirror Server"
[icinga2] Server = https://icinga2.mirror.veloc1ty.de/
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: http://jlk.fjfi.cvut.cz/arch/repo/README.html
- Key-ID: 932BA3FA0C86812A32D1F54DAB5964AEB9FEDDDC
[jlk] Server = http://jlk.fjfi.cvut.cz/arch/repo
linux-macbook
- Maintainer: Tony Lambiris
- Description: AUR builds for the linux-macbook kernel by its developer, m3thodic
- Upstream page: https://aur.archlinux.org/pkgbase/linux-macbook/
- Key-ID: A55A1B6C098962D84AE9B57016A33C9959A40DED
[linux-macbook] Server = http://libpcap.net/repo/linux-macbook
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 to maintain a Debian package repository.
- Key ID: 3CADDFDD
SigLevel = Never
into the repository section.[markzz] Server = https://repo.markzz.com/arch/$repo/$arch
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
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
- Key ID: 7BF3D17D0884BF5B
[nah] Server = https://repo.nah.nz/$repo
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/
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 (virtualbox-ext-oracle, linux-seblu-meta, bedup).
- Key-ID: Not required, as maintainer is a Developer
[seblu] Server = http://al.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/
subtitlecomposer
- Maintainer: Mladen Milinkovic (maxrd2)
- Description: Subtitle Composer stable and nightly builds
- Upstream page: https://github.com/maxrd2/subtitlecomposer
- Key-ID: EF9D9B26
[subtitlecomposer] Server = http://smoothware.net/$repo/$arch
tredaelli-systemd
- Maintainer: Timothy Redaelli
- Description: systemd rebuilt with unofficial OpenVZ patch (kernel < 2.6.32-042stab111.1)
- Key-ID: Not required, as maintainer is a TU
[tredaelli-systemd]
must be put before [core]
in /etc/pacman.conf
[tredaelli-systemd] Server = https://pkgbuild.com/~tredaelli/repo/systemd/$arch
Webkit2Gtk-unstable
- Maintainer: Mariusz Wojcik
- Description: Latest Webkit2Gtk build for early adopters.
- Upstream Page: https://webkitgtk.org/
- Key-ID: 346854B5
[home_mrmariusz_ArchLinux] Server = https://download.opensuse.org/repositories/home:/mrmariusz/ArchLinux/$arch
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
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
fusion809
- Maintainer: Brenton 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/
[home_fusion809_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/$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
home-thaodan
- Maintainer: Thaodan
- Upstream page: https://gitlab.com/Thaodan/linux-pf
- Description: pf-kernel and other packages by pf-kernel fork developer, Thaodan
[home-thaodan] Server = https://thaodan.de/home/bidar/home-thaodan/$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/
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
Minerva W Science
- Maintainer:
- Description: OpenFOAM packages.
[home_Minerva_W_Science_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/$arch
mingw-w64
[mingw-w64] Server = https://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch #Server = http://amr.linuxd.org/archlinux/$repo/os/$arch
neo_chen
- Maintainer: Kolei Chen (Neo_Chen) <chenkolei@gmail.com>
- Description: Some uncommon AUR Package
[neo_chen] Server = https://neolinuxworkstation.nerdpol.ovh/~neo_chen/neo_chen_repo/ Server = https://thunix.org/~neo_chen/neo_chen_repo/ Server = http://sl-sgp.asn.yt/~neo_chen_repo/
ownstuff
- Maintainer: Martchus
- Description: A lot of packages from the AUR, eg. a great number of mingw-w64 packages, fonts, tools like Tag Editor, Syncthing Tray and Subtitle Composer
- Upstream page: https://github.com/Martchus/PKGBUILDs (sources beside the AUR) and https://martchus.no-ip.biz/repoindex (package browser/search)
[ownstuff] Server = http://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
Pival81 arch xapps
[home_Pival81_arch_xapps_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/Pival81:/arch:/xapps/Arch_Extra/$arch
pnsft-pur
- Maintainer:
- Description: Japanese input method packages Mozc (vanilla) and libkkc
[pnsft-pur] Server = https://downloads.sourceforge.net/project/pnsft-aur/pur/x86_64
post-factum kernels
- Maintainer: Oleksandr Natalenko aka post-factum
- Upstream page: https://pfactum.github.io/pf-kernel/
- Description: pf-kernel and other packages by its developer, post-factum
[home_post-factum_kernels_Arch] Server = https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/$arch
QOwnNotes
- Maintainer: http://www.qownnotes.org
- Description: QOwnNotes is a open source notepad and todo list manager with markdown support and ownCloud integration.
[home_pbek_QOwnNotes_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch
rakudo
- Maintainer: spider-mario <spidermario@free.fr>
- Description: Rakudo Perl6
[rakudo] Server = https://spider-mario.quantic-telecom.net/archlinux/$repo/$arch
rust-git
- Maintainer: Tatsuyuki Ishi <ishitatsuyuki@gmail.com>
- Description: Packages of rust-git and others. Normally updated weekly.
[rust-git] Server = https://tatsuyuki.kdns.info/archlinux/$repo/$arch
trinity
- Maintainer: Michael Manley <mmanley@nasutek.com>
- Description: Trinity Desktop Environment
[trinity] Server = http://repo.nasutek.com/arch/contrib/trinity/x86_64
zrootfs
- Maintainer: Isabell Cowan <isabellcowan@gmail.com>
- Description: For Haswell and Broadwell architecture processors with size in mind.
[zrootfs] Server = https://www.izzette.com/izzi/zrootfs-old