summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhem Saurel2017-04-03 16:05:51 +0200
committerGuilhem Saurel2017-04-03 16:05:51 +0200
commit5c3e19a723b16534be9a322704b1403ce9ae370a (patch)
treeb13a86b99e811da06da76a03848b83c62024074f /PKGBUILD
parent9e13ecab3f85c3122fbb1eb1c721356a4dec9d39 (diff)
downloadaur-5c3e19a723b16534be9a322704b1403ce9ae370a.tar.gz
fix dependency & desc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44677cc2b9db..498c21f58955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgver=1.1
pkgname=${_pkgname}-git
pkgver=1.1.r58.fe1a714
pkgrel=1
-pkgdesc="This package gathers technical tools for the HPP project."
+pkgdesc="This package is part of the HPP software and provides a few tools for basic statistics. Devel branch."
arch=('i686' 'x86_64')
url="https://github.com/humanoid-path-planner/$_pkgname"
license=('GPL3')
-depends=('hpp-util')
+depends=('hpp-util-git')
makedepends=('cmake' 'git' 'doxygen')
conflicts=($_pkgname)
provides=($_pkgname)
@@ -24,6 +24,7 @@ pkgver() {
prepare() {
cd "$_pkgname"
git submodule update --init
+ git checkout devel
}
build() {