summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoakim Repomaa2020-03-12 10:27:14 +0100
committerJoakim Repomaa2020-03-12 10:27:14 +0100
commit0d7751f27f00b1d47738da327098af8f6f4305de (patch)
tree06da645b25dd0fbc586dff53689409756cdfacc0 /PKGBUILD
parentb62afeaaa129a143deeccd7883952b9a4277c225 (diff)
downloadaur-xftwidth-git.tar.gz
add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0f4b09023b3..19b2d7a653b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
_gitname=xftwidth
pkgname=${_gitname}-git
pkgver=r26.35ff963
-pkgrel=1
+pkgrel=2
pkgdesc='Calculate the width in pixels of a string using a given Xft font'
arch=(x86_64)
url="http://github.com/vixus0/xftwidth"
license=(MIT)
+makedepends=(git)
depends=(libxft libx11 fontconfig freetype2)
provides=($_gitname)
conflicts=($_gitname)