Dependency added

Dependency added.
This commit is contained in:
Matheus Gabriel Werny 2025-12-31 13:27:51 +01:00
parent 3662bf945b
commit 7cc251dced
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = texlive-awesome-cv-git
pkgdesc = LaTeX template for your outstanding job application.
pkgver = r261.dc50c6d
pkgver = r273.12dd17c
pkgrel = 1
url = https://github.com/posquit0/Awesome-CV
arch = any
@ -8,6 +8,7 @@ pkgbase = texlive-awesome-cv-git
makedepends = git
depends = adobe-source-sans-fonts
depends = texlive-bin
depends = ttf-roboto
provides = Awesome-CV
source = Awesome-CV::git+https://github.com/posquit0/Awesome-CV.git
source = 1.patch

View file

@ -8,13 +8,13 @@
readonly _pkgname="Awesome-CV"
pkgname="texlive-awesome-cv-git"
pkgver="r261.dc50c6d"
pkgver="r273.12dd17c"
pkgrel="1"
pkgdesc="LaTeX template for your outstanding job application."
arch=("any")
url="https://github.com/posquit0/${_pkgname}"
license=("LPPL-1.3c")
depends=("adobe-source-sans-fonts" "texlive-bin")
depends=("adobe-source-sans-fonts" "texlive-bin" "ttf-roboto")
makedepends=("git")
provides=("${_pkgname}")
source=("${_pkgname}::git+${url}.git"