diff options
| author | Raymond W. Ko <raymond.w.ko@gmail.com> | 2016-05-01 23:00:47 -0400 |
|---|---|---|
| committer | Raymond W. Ko <raymond.w.ko@gmail.com> | 2016-05-01 23:00:47 -0400 |
| commit | 112ad4652fe46e81423275c989d1a3b683b4c18f (patch) | |
| tree | ead0ef7bc3b6f28d03f6ac7642da2b2f6454ae19 /PKGBUILD | |
| parent | 4524a2483574929db1e0e0ba84273598c7933277 (diff) | |
| download | bdf-tewi-git-112ad4652fe46e81423275c989d1a3b683b4c18f.tar.gz bdf-tewi-git-112ad4652fe46e81423275c989d1a3b683b4c18f.tar.bz2 bdf-tewi-git-112ad4652fe46e81423275c989d1a3b683b4c18f.zip | |
fix 'makedepends' line according to tindzk
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ pkgname=bdf-tewi-git _gitname=tewi-font -pkgver=0.290.9841a18 +pkgver=0.294.536549a pkgrel=1 pkgdesc='Bitmap font' arch=('any') url="https://github.com/lucy/tewi-font" license=('MIT') depends=('xorg-fonts-encodings' 'xorg-font-utils') -makedepends=('git python make') +makedepends=('git' 'python' 'make') install="$pkgname.install" source=('git+https://github.com/lucy/tewi-font.git') sha256sums=('SKIP') |
