summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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)