summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ece34102cc22..e0b9e5dbffff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=hpp-util
_pkgver=3.2
pkgname=${_pkgname}-git
-pkgver=3.2.r108.caf207c
-pkgrel=2
+pkgver=3.2.r110.c243c61
+pkgrel=1
pkgdesc="This package gathers technical tools for the HPP project. Devel branch"
arch=('i686' 'x86_64')
url="https://github.com/humanoid-path-planner/$_pkgname"
@@ -14,7 +14,7 @@ makedepends=('cmake' 'git')
optdepends=('doxygen')
conflicts=($_pkgname)
provides=($_pkgname)
-source=("$_pkgname"::"git://github.com/humanoid-path-planner/$_pkgname.git")
+source=("$_pkgname"::"git://github.com/nim65s/$_pkgname.git")
md5sums=('SKIP')
pkgver() {
@@ -25,7 +25,6 @@ pkgver() {
prepare() {
cd "$_pkgname"
git submodule update --init
- git checkout devel
}
build() {