From 112ad4652fe46e81423275c989d1a3b683b4c18f Mon Sep 17 00:00:00 2001 From: "Raymond W. Ko" Date: Sun, 1 May 2016 23:00:47 -0400 Subject: fix 'makedepends' line according to tindzk --- .SRCINFO | 4 +++- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9bbd28b..780c8db 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,14 @@ pkgbase = bdf-tewi-git pkgdesc = Bitmap font - pkgver = 0.281.dab6e6b + pkgver = 0.290.9841a18 pkgrel = 1 url = https://github.com/lucy/tewi-font install = bdf-tewi-git.install arch = any license = MIT makedepends = git + makedepends = python + makedepends = make depends = xorg-fonts-encodings depends = xorg-font-utils source = git+https://github.com/lucy/tewi-font.git diff --git a/PKGBUILD b/PKGBUILD index 623e4f8..14bf30d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') -- cgit v1.2.3-70-g09d2