summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Farley2020-04-08 21:40:52 -0500
committerRyan Farley2020-04-08 21:40:52 -0500
commitdf4bc8ad3e842e72b82463e21cb76099adef4bef (patch)
tree4b185fda5f203c6ae3ed8796ef06bdfe190b1d9c
parentb0525fc3e99c954baf0102f7391a4737147fbc78 (diff)
downloadaur-df4bc8ad3e842e72b82463e21cb76099adef4bef.tar.gz
update deps -- fonttosfnt works now
With an upstream release, fonttosfnt now includes all required patches and builds this just fine, so there's no need to require the -git variant anymore
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46c447364716..02d590ef2667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = dina-font-otb
pkgdesc = A monospace bitmap font, primarily aimed at programmers (OTB Format)
pkgver = 2.92
- pkgrel = 7
+ pkgrel = 8
url = https://www.dcmembers.com/jibsen/download/61/
arch = any
license = custom
- makedepends = fonttosfnt-git
+ makedepends = fonttosfnt
depends = xorg-font-utils
depends = fontconfig
conflicts = dina-font
diff --git a/PKGBUILD b/PKGBUILD
index 756d73e0288e..0eb9d34c516f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=dina-font-otb
pkgver=2.92
-pkgrel=7
+pkgrel=8
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')
-makedepends=('fonttosfnt-git')
+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")
md5sums=('028424baac750e9fd0f54df03202e5d0')