summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyan Farley2020-08-08 07:14:36 -0500
committerRyan Farley2020-08-08 07:14:36 -0500
commit5bf2c1ff890a09428fa1cb9548e33c1c122c18db (patch)
tree345223c11dadb7fafdf4a21ddaa400fe0c303e5b /PKGBUILD
parentdf4bc8ad3e842e72b82463e21cb76099adef4bef (diff)
downloadaur-5bf2c1ff890a09428fa1cb9548e33c1c122c18db.tar.gz
remove missing deps
xorg-font-utils is now redundant, and none of that was needed here anyway.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0eb9d34c516f..ba057cdd9c14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=dina-font-otb
pkgver=2.92
-pkgrel=8
+pkgrel=9
pkgdesc="A monospace bitmap font, primarily aimed at programmers (OTB Format)"
arch=('any')
url="https://www.dcmembers.com/jibsen/download/61/"
license=('custom')
-depends=('xorg-font-utils' 'fontconfig')
+depends=('fontconfig')
makedepends=('fonttosfnt')
conflicts=('dina-font' 'dina-powerline' 'dina-font-otb-alt')
source=("dina-$pkgver-new.zip::https://www.dcmembers.com/jibsen/download/61/?wpdmdl=61")