summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-03-27 21:38:39 -0300
committerBermond2016-03-27 21:38:39 -0300
commitb606dca07877162cf952cf399078ead999c15c81 (patch)
tree3d498f6773c62ef41878d114bedbb84da7879405 /PKGBUILD
parent9500082c86f4a952cfc7b44ce85b931e3fc9aa85 (diff)
downloadaur-b606dca07877162cf952cf399078ead999c15c81.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a9e1b6f9ce7..6183d9903376 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=libraqm-git
pkgver=v0.1.0.r25.gf45042d
-pkgrel=1
+pkgrel=2
pkgdesc="A library that encapsulates the logic for complex text layout"
arch=('i686' 'x86_64')
url="https://github.com/HOST-Oman/libraqm"
license=('custom')
depends=('freetype2' 'harfbuzz' 'fribidi')
-makedepends=('gtk-doc')
+makedepends=('git' 'gtk-doc')
provides=('libraqm' 'libraqm.so')
conflicts=('libraqm')
source=("$pkgname"::'git+https://github.com/HOST-Oman/libraqm.git')