mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Dependency added
Dependency added.
This commit is contained in:
parent
02ca111e5f
commit
3662bf945b
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -6,6 +6,7 @@ pkgbase = texlive-awesome-cv-git
|
|||
arch = any
|
||||
license = LPPL-1.3c
|
||||
makedepends = git
|
||||
depends = adobe-source-sans-fonts
|
||||
depends = texlive-bin
|
||||
provides = Awesome-CV
|
||||
source = Awesome-CV::git+https://github.com/posquit0/Awesome-CV.git
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -14,7 +14,7 @@ pkgdesc="LaTeX template for your outstanding job application."
|
|||
arch=("any")
|
||||
url="https://github.com/posquit0/${_pkgname}"
|
||||
license=("LPPL-1.3c")
|
||||
depends=("texlive-bin")
|
||||
depends=("adobe-source-sans-fonts" "texlive-bin")
|
||||
makedepends=("git")
|
||||
provides=("${_pkgname}")
|
||||
source=("${_pkgname}::git+${url}.git"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue