diff options
author | Carlos Aznarán Laos | 2023-06-19 11:27:37 -0500 |
---|---|---|
committer | Carlos Aznarán Laos | 2023-06-19 11:27:37 -0500 |
commit | 9f6e02af06187419ba8f172e64a42f1e5ab8030d (patch) | |
tree | f7f3d441642d59ea418e2c7cf818c74c2baf93e4 /PKGBUILD | |
parent | 38b99e020624e3d015bf4248e7361fe5318814a6 (diff) | |
download | aur-9f6e02af06187419ba8f172e64a42f1e5ab8030d.tar.gz |
Replace texlive-core by texlive-basic
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,11 +4,11 @@ pkgname=('texlive-minionpro-git' 'texlive-myriadpro-git') pkgver=r134.165b4a7 pkgrel=4 pkgdesc="generate all necessary files to use Adobe Minion Pro and Adobe Myriad Pro with (pdf)latex." -arch=('any') +arch=(any) url="https://github.com/sebschub/FontPro.git" -license=('GPL') -depends=('texlive-core' 'texlive-latexextra') -makedepends=('git' 'acroread-fonts-systemwide') +license=(GPL) +depends=(texlive-basic texlive-latexextra) +makedepends=(git acroread-fonts-systemwide) source=("git+https://github.com/sebschub/FontPro.git" minionpro.maps myriadpro.maps) _gitname="FontPro" md5sums=('SKIP' |