Package Details: pacback-git r133.775373a-1

Git Clone URL: https://aur.archlinux.org/pacback-git.git (read-only, click to copy)
Package Base: pacback-git
Description: Advanced Version Control for Arch Linux
Upstream URL: https://github.com/JustinTimperio/pacback
Licenses: MIT
Conflicts: pacback
Provides: pacback
Submitter: Gr3q
Maintainer: Gr3q (jtimperio)
Last Packager: Gr3q
Votes: 1
Popularity: 0.000000
First Submitted: 2020-01-05 15:45 (UTC)
Last Updated: 2023-11-12 15:46 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

Gr3q commented on 2020-01-05 17:31 (UTC)

Thanks, updated the package.

yochananmarqos commented on 2020-01-05 16:27 (UTC) (edited on 2020-01-05 16:31 (UTC) by yochananmarqos)

Please follow VCS package guidelines for Git Submodules:

source=('git+https://github.com/JustinTimperio/pacback.git')
prepare() {
  cd "$srcdir/pacback"
  git submodule init core/python_scripts
  git config submodule.python_scripts.url "$srcdir/python_scripts"
  git submodule update
}

EDIT: fixed typo