summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-06-19 11:34:28 -0500
committerCarlos Aznarán Laos2023-06-19 11:34:28 -0500
commitaf09c20b5716dd16bd8bbca76397dd7544ace5eb (patch)
treeabef79f5dd2ba10e36063a45de8d956d9afaaf48
parent9f6e02af06187419ba8f172e64a42f1e5ab8030d (diff)
downloadaur-af09c20b5716dd16bd8bbca76397dd7544ace5eb.tar.gz
Add missing dependencies texlive-fontutils and texlive-plaingeneric
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b569fe6d496d..fb9e0444ffe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = texlive-minionpro-git
license = GPL
makedepends = git
makedepends = acroread-fonts-systemwide
- depends = texlive-basic
+ depends = texlive-fontutils
+ depends = texlive-plaingeneric
depends = texlive-latexextra
source = git+https://github.com/sebschub/FontPro.git
source = minionpro.maps
diff --git a/PKGBUILD b/PKGBUILD
index 90345c04cd2e..829b6d635624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="generate all necessary files to use Adobe Minion Pro and Adobe Myriad P
arch=(any)
url="https://github.com/sebschub/FontPro.git"
license=(GPL)
-depends=(texlive-basic texlive-latexextra)
+depends=(texlive-fontutils texlive-plaingeneric texlive-latexextra)
makedepends=(git acroread-fonts-systemwide)
source=("git+https://github.com/sebschub/FontPro.git" minionpro.maps myriadpro.maps)
_gitname="FontPro"