summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Blinne2019-07-22 08:26:37 +0200
committerAlexander Blinne2019-07-22 08:26:37 +0200
commitd86972cde90e15a9c9ca6b1180c094f2d41fb3f1 (patch)
treeeb6365cc1379c3e69307a3731008ce5accc02c79 /PKGBUILD
parentb78e3b2dbacb024053ff543883c18294a598ac5a (diff)
downloadaur-d86972cde90e15a9c9ca6b1180c094f2d41fb3f1.tar.gz
Replaced dependency ttf-freefont by gnu-free-fonts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35ab36384f7e..db4f80b80f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Stereoscopic 3D video player with OpenGL UI"
arch=('i686' 'x86_64')
url="http://www.sview.ru/en"
license=('custom')
-depends=('libconfig' 'ffmpeg' 'freetype2' 'gtk2' 'libgl' 'libx11' 'libxext' 'libxpm' 'openal' 'ttf-droid' 'ttf-freefont')
+depends=('libconfig' 'ffmpeg' 'freetype2' 'gtk2' 'libgl' 'libx11' 'libxext' 'libxpm' 'openal' 'ttf-droid' 'gnu-free-fonts')
optdepends=('ttf-nanum')
makedepends=('git')
provides=("$_pkgname=$pkgver")