summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2022-07-18 23:23:58 +0300
committerAdrian Perez de Castro2022-07-18 23:23:58 +0300
commit66237e17b7574adb5c38d987f2a7c0f7fdb94c38 (patch)
tree75c4f8e439b143ca18e714ba0b27bc1cc5f1fb2a /PKGBUILD
parent5a6079ede9bbcb8f84b0f7e10c26b766cb898422 (diff)
downloadaur-66237e17b7574adb5c38d987f2a7c0f7fdb94c38.tar.gz
Add missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8940db7e18ec..5cdd511d0c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname='jmk-x11-fonts-git'
pkgdesc="Jim's Fonts for X"
pkgver=r5.29ae539
-pkgrel=2
+pkgrel=3
license=('GPL')
url='http://nikolas.us.to/jmkfonts/'
arch=('any')
source=("${pkgname}::git+https://github.com/nikolas/jmk-x11-fonts.git")
sha512sums=('SKIP')
-makedepends=('imake' 'xorg-mkfontdir')
+makedepends=('imake' 'xorg-mkfontdir' 'xorg-bdftopcf' 'git')
conflicts=('jmk-x11-fonts')
provides=('jmk-x11-fonts')