summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvy Foster2016-06-12 17:22:05 -0500
committerIvy Foster2016-06-12 17:22:05 -0500
commit4cbed1b073ee364d07a5a41039821828d1b97c49 (patch)
treeaece7619db45a26ff0cbd9dfba5cf60756b8dde3 /PKGBUILD
parent9d1787aed70942755dc4a3d690480c64f3e6f1ff (diff)
downloadaur-4cbed1b073ee364d07a5a41039821828d1b97c49.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89003655e318..f6d364dffdcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='C library for processing UTF-8 encoded Unicode strings'
url='http://git.netsurf-browser.org/libutf8proc.git/'
license=('MIT')
-makedepends=('netsurf-buildsystem-git')
+makedepends=('git' 'netsurf-buildsystem-git')
provides=('libutf8proc')
conflicts=('libutf8proc')
@@ -25,8 +25,7 @@ prepare() {
}
build() {
- cd libutf8proc
- make PREFIX=/usr INCLUDEDIR=include \
+ make -C libutf8proc PREFIX=/usr INCLUDEDIR=include \
LIBDIR=lib COMPONENT_TYPE=lib-shared
}