summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParantapa Bhattacharya2019-03-25 09:39:15 -0400
committerParantapa Bhattacharya2019-03-25 09:39:15 -0400
commit5832ed6f6351a9d5d981d68929badb0d42ca063e (patch)
treec4538c641552fee3ec0304703d71e691a5094e8b /PKGBUILD
parentbd949c5612e7c552b26dd1e12016a211840f383c (diff)
downloadaur-ttf-fantasque-sans-git.tar.gz
Add zip dependency to PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84e0f4991ee3..7f6524d04f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Parantapa Bhattacharya <pb at parantapa dot net>
pkgname=ttf-fantasque-sans-git
-pkgver=1.7.1.r174.127e66b
+pkgver=1.7.2.r184.b9c399d
pkgrel=1
pkgdesc="A font family with a great monospaced variant for programmers."
arch=('any')
url="https://github.com/belluzj/fantasque-sans"
license=('SIL OPEN FONT LICENSE Version 1.1')
depends=('fontconfig' 'xorg-font-utils')
-makedepends=('git' 'fontforge' 'ttfautohint' 'sfnt2woff' 'ttf2eot' 'woff2-git')
+makedepends=('git' 'fontforge' 'ttfautohint' 'sfnt2woff' 'ttf2eot' 'woff2-git' 'zip')
conflicts=('ttf-fantasque-sans-mono')
install=$pkgname.install
source=(repo::git+https://github.com/belluzj/fantasque-sans.git)