Archlinux 手工安装 AUR 包

libfprint-git 包为例。

  • 下载包信息

    yaourt -G libfprint-git
    cd libfprint-git
    
  • 修改包信息

    可编辑 PKGBUILD 文件,如 source 指定 branch

    source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git")
    

    改为

    source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#branch=wip/hadess/too-many-minutiae")
    
  • 下载包源代码
makepkg -sr --nobuild

linux