summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Blinne2019-07-22 08:26:37 +0200
committerAlexander Blinne2019-07-22 08:26:37 +0200
commitd86972cde90e15a9c9ca6b1180c094f2d41fb3f1 (patch)
treeeb6365cc1379c3e69307a3731008ce5accc02c79
parentb78e3b2dbacb024053ff543883c18294a598ac5a (diff)
downloadaur-d86972cde90e15a9c9ca6b1180c094f2d41fb3f1.tar.gz
Replaced dependency ttf-freefont by gnu-free-fonts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3651e706a785..6ab37558e51f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = sview-git
depends = libxpm
depends = openal
depends = ttf-droid
- depends = ttf-freefont
+ depends = gnu-free-fonts
optdepends = ttf-nanum
provides = sview=19.04.r3.gcb9332a8
conflicts = sview
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")