Date: Tuesday, February 1, 2022 @ 18:48:29 Author: dvzrv Revision: 1122063
upgpkg: juce 6.1.5-2: Add ttf-font as dependency (https://bugs.archlinux.org/task/72148). Modified: juce/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-01 18:45:34 UTC (rev 1122062) +++ PKGBUILD 2022-02-01 18:48:29 UTC (rev 1122063) @@ -4,7 +4,7 @@ pkgbase=juce pkgname=(juce juce-docs) pkgver=6.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform C++ framework" arch=(x86_64) url="https://github.com/juce-framework/juce/" @@ -85,7 +85,7 @@ package_juce() { depends=(gcc-libs glibc hicolor-icon-theme libpng libfreetype.so libjpeg.so - zlib) + ttf-font zlib) optdepends=('fst: for building FST plugins') cd "$pkgname-$pkgver"
