summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei "Akari" Alexeyev2017-07-23 18:21:17 +0300
committerAndrei "Akari" Alexeyev2017-07-23 18:21:17 +0300
commitb0f5288d6f6b4a483ea3f37229b8cb54a7ed593e (patch)
treed897c057ac1b5c6ecdb1a15bf5aa320735c6aca4
parent36bc4b97d30abe9df288cdd1abb6f6e402bd48f1 (diff)
downloadaur-b0f5288d6f6b4a483ea3f37229b8cb54a7ed593e.tar.gz
fix freetype dependency
-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'