summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond W. Ko2020-09-16 19:53:24 -0400
committerRaymond W. Ko2020-09-16 19:53:24 -0400
commitc7860cae50f0857b35086d99f354de19867fe34d (patch)
treec424b2ea589e4504e1bc455bce0b6b56b935cc0c /PKGBUILD
parent112ad4652fe46e81423275c989d1a3b683b4c18f (diff)
downloadaur-c7860cae50f0857b35086d99f354de19867fe34d.tar.gz
update dependencies to use new substitutes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14bf30dd3910..0b4539343a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=bdf-tewi-git
_gitname=tewi-font
-pkgver=0.294.536549a
+pkgver=0.313.a975d38
pkgrel=1
pkgdesc='Bitmap font'
arch=('any')
url="https://github.com/lucy/tewi-font"
license=('MIT')
-depends=('xorg-fonts-encodings' 'xorg-font-utils')
+depends=('xorg-fonts-encodings' 'xorg-mkfontdir' 'xorg-mkfontscale')
makedepends=('git' 'python' 'make')
install="$pkgname.install"
source=('git+https://github.com/lucy/tewi-font.git')