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
3662bf945b
commit
7cc251dced
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue