From 75df217b0a73d9681a03cc93d3c3a8087f6389ef Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Mar 2018 17:51:12 -0400 Subject: [PATCH] git-annex-bin is gone --- doc/install/ArchLinux.mdwn | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/install/ArchLinux.mdwn b/doc/install/ArchLinux.mdwn index b38571b989..6919c4cbec 100644 --- a/doc/install/ArchLinux.mdwn +++ b/doc/install/ArchLinux.mdwn @@ -2,19 +2,15 @@ There is now an [official git-annex package for Arch](https://www.archlinux.org/ pacman -S git-annex -There are at least four non non-official packages for git-annex in the Arch Linux User Repository. Any of these may be installed manually per [AUR guidelines](https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Installing_packages) or using a wrapper such as [`yaourt`](https://wiki.archlinux.org/index.php/yaourt) shown below. +There are at least three non non-official packages for git-annex in the Arch Linux User Repository. Any of these may be installed manually per [AUR guidelines](https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Installing_packages) or using a wrapper such as [`yaourt`](https://wiki.archlinux.org/index.php/yaourt) shown below. -1. The simplest method is to use the [git-annex-bin](https://aur.archlinux.org/packages/git-annex-bin/) package based on the [prebuilt Linux tarballs](http://downloads.kitenet.net/git-annex/linux/current/). This package includes many of the binary shims from the pre-built package. Although common Linux system utilities have been stripped in favor of normal dependencies, the pre-configured Haskell libraries included out of the box make this an easy install. The disadvantage is the resulting installation is a bit on the heavy side at nearly 100M. +1. A git-annex package is available in the haskell-core AUR - $ yaourt -Sy git-annex-bin - -2. A git-annex package is available in the haskell-core AUR - -3. A development package is available at [git-annex-git](https://aur.archlinux.org/packages/git-annex-git/) that functions similarly to the source package but builds directly from the HEAD of the git repository rather that the last official release. +2. A development package is available at [git-annex-git](https://aur.archlinux.org/packages/git-annex-git/) that functions similarly to the source package but builds directly from the HEAD of the git repository rather that the last official release. $ yaourt -Sy git-annex-git -4. A Cabal sandbox build is also available +3. A Cabal sandbox build is also available $ yaourt -Sy git-annex-cabal