diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,6 +9,7 @@ pkgbase = bdf-tewi-git makedepends = git makedepends = python makedepends = make + makedepends = xorg-bdftopcf depends = xorg-fonts-encodings depends = xorg-mkfontdir depends = xorg-mkfontscale @@ -16,4 +17,3 @@ pkgbase = bdf-tewi-git sha256sums = SKIP pkgname = bdf-tewi-git - @@ -9,7 +9,7 @@ arch=('any') url="https://github.com/lucy/tewi-font" license=('MIT') depends=('xorg-fonts-encodings' 'xorg-mkfontdir' 'xorg-mkfontscale') -makedepends=('git' 'python' 'make') +makedepends=('git' 'python' 'make' 'xorg-bdftopcf') install="$pkgname.install" source=('git+https://github.com/lucy/tewi-font.git') sha256sums=('SKIP') |