summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-02-14 02:54:50 -0200
committerBermond2016-02-14 02:54:50 -0200
commitc99d8c16f55feeae27c83b46eb598012c25b02a5 (patch)
tree6e1da22e87436d14f844b428b10f56c91a34ff2c /PKGBUILD
parent680d22874815af6d3ad21389798f1587f312466a (diff)
downloadaur-c99d8c16f55feeae27c83b46eb598012c25b02a5.tar.gz
Corrected the depends array.
glib2 is a dependency for fribidi and thus can be removed from the depends array. gtk-doc is required only at compile time to generate the documentation and it was moved to the makedepends array.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a53a8111048..bd8659917f78 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=libraqm-git
pkgver=v0.1.0.r16.g846b4f6
-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' 'glib2' 'gtk-doc')
+depends=('freetype2' 'harfbuzz' 'fribidi')
+makedepends=('gtk-doc')
provides=('libraqm' 'libraqm.so')
conflicts=('libraqm')
source=("$pkgname"::'git+https://github.com/HOST-Oman/libraqm.git')