summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-28 07:34:13 +0300
committerCaleb Maclennan2020-02-28 07:34:13 +0300
commitfd4b0c698baac7c0e76b55e5e8f169dfa76804b8 (patch)
tree44957f5d0ad5bbc3db13da62b2e2cc7755270819 /PKGBUILD
parent23d87e14ea512ca82c4f663c2b3c405bf8c597d2 (diff)
downloadaur-fd4b0c698baac7c0e76b55e5e8f169dfa76804b8.tar.gz
Fix tex related dependency name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbb81bdf3a04..81cd94ceed73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=libertinus
pkgname="otf-$_pkgname-git"
pkgver=6.10.r34.g2b2108e
-pkgrel=2
+pkgrel=3
pkgdesc='The Libertinus font family, a fork of Linux Libertine and Biolinum with OpenType math'
arch=('any')
url="https://github.com/alif-type/$_pkgname"
license=('OFL')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-makedepends=('fontforge' 'mupdf-tools' 'python-fonttools' 'python-pcpp' 'psautohint' 'texlive-bin')
+makedepends=('fontforge' 'mupdf-tools' 'python-fonttools' 'python-pcpp' 'psautohint' 'texlive-core')
makedepends+=('python-fs') # Remove after fixed: https://bugs.archlinux.org/task/65645
source=("$pkgname::git+$url")
md5sums=('SKIP')