diff --git a/.SRCINFO b/.SRCINFO index 2a57c95dffdc..fef81ceaa332 100755 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 7612426a8b30..e9026fedad4e 100755 --- a/PKGBUILD +++ b/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"