summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2c4da2f851..93e1f232475d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = darkplaces-rm-git
depends = zlib
optdepends = curl: download missing custom content while playing online, used for other purposes by some games
optdepends = d0_blind_id-git: encryption support (required for Xonotic)
- optdepends = libfreetype: TTF and OTF fonts support (required by some games)
+ optdepends = freetype2: TTF and OTF fonts support (required by some games)
optdepends = libircclient: IRC integration for supporting games
optdepends = libjpeg: decode JPEG textures (required by most games)
optdepends = libmaxminddb: provides ip-to-country resolution for supporting games
diff --git a/PKGBUILD b/PKGBUILD
index 904c76ba009c..de70a49688ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('sdl2' 'zlib')
optdepends=(
'curl: download missing custom content while playing online, used for other purposes by some games'
'd0_blind_id-git: encryption support (required for Xonotic)'
- 'libfreetype: TTF and OTF fonts support (required by some games)'
+ 'freetype2: TTF and OTF fonts support (required by some games)'
'libircclient: IRC integration for supporting games'
'libjpeg: decode JPEG textures (required by most games)'
'libmaxminddb: provides ip-to-country resolution for supporting games'