summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-02-15 13:18:07 +0200
committerAdrian Perez de Castro2020-02-15 13:18:07 +0200
commitc3025134b11a2e0beadba1398be2cbab4067255d (patch)
tree29a6172fe1389a465f3cdaa5d4ad4d55e443b45b /PKGBUILD
parentb98fdce749f350c66dd5bbc30b7415ce12c27260 (diff)
downloadaur-c3025134b11a2e0beadba1398be2cbab4067255d.tar.gz
Depend on gentium-plus-font instead of ttf-gentium-plus
Use the gentium-plus-font package as dependency, which is included in the [community] repository, instead of ttf-gentium-plus from the AUR.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e211786a398..6e7da65f7cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sile
pkgdesc='Modern typesetting system inspired by TeX'
pkgver=0.10.3
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url='https://www.sile-typesetter.org/'
license=('MIT')
@@ -29,7 +29,7 @@ depends=('fontconfig'
'icu'
'lua'
"${_lua_deps[@]/#/lua-}"
- 'ttf-gentium-plus')
+ 'gentium-plus-font')
checkdepends=('lua-busted')
sha256sums=('d89d5ce7d2bf46fb062e5299ffd8b5d821dc3cb3462a0e7c1109edeee111d856')