diff options
author | Raymond W. Ko <raymond.w.ko@gmail.com> | 2020-09-16 19:53:24 -0400 |
---|---|---|
committer | Raymond W. Ko <raymond.w.ko@gmail.com> | 2020-09-16 19:53:24 -0400 |
commit | c7860cae50f0857b35086d99f354de19867fe34d (patch) | |
tree | c424b2ea589e4504e1bc455bce0b6b56b935cc0c | |
parent | 112ad4652fe46e81423275c989d1a3b683b4c18f (diff) | |
download | bdf-tewi-git-c7860cae50f0857b35086d99f354de19867fe34d.tar.gz bdf-tewi-git-c7860cae50f0857b35086d99f354de19867fe34d.tar.bz2 bdf-tewi-git-c7860cae50f0857b35086d99f354de19867fe34d.zip |
update dependencies to use new substitutes
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = bdf-tewi-git pkgdesc = Bitmap font - pkgver = 0.290.9841a18 + pkgver = 0.313.a975d38 pkgrel = 1 url = https://github.com/lucy/tewi-font install = bdf-tewi-git.install @@ -10,7 +10,8 @@ pkgbase = bdf-tewi-git makedepends = python makedepends = make depends = xorg-fonts-encodings - depends = xorg-font-utils + depends = xorg-mkfontdir + depends = xorg-mkfontscale source = git+https://github.com/lucy/tewi-font.git sha256sums = SKIP @@ -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') |