summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2017-09-17 19:09:05 +0200
committerGuilhem Saurel2017-09-17 19:09:05 +0200
commit81b579df73e3886578d9daa69237be452ca1ea3c (patch)
tree27dd65c4df492c76651f2bfa310b9760848ebc46
parentd72ae297b309536d69468bd6e7a32c557fd9b2b5 (diff)
downloadaur-81b579df73e3886578d9daa69237be452ca1ea3c.tar.gz
[C++11] boost::shared_ptr -> std::shared_ptr
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7273af4e7dc9..3d4e59f105ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gepetto-viewer-git
pkgdesc = Graphical Interface for Pinocchio and HPP.
- pkgver = 1.3.0.r226.361c43b
- pkgrel = 2
- url = https://github.com/humanoid-path-planner/gepetto-viewer-git
+ pkgver = 1.3.0.r192.ae098e3
+ pkgrel = 1
+ url = https://github.com/nim65s/gepetto-viewer-git
arch = i686
arch = x86_64
license = BSD
@@ -14,7 +14,7 @@ pkgbase = gepetto-viewer-git
optdepends = doxygen
provides = gepetto-viewer
conflicts = gepetto-viewer
- source = gepetto-viewer::git://github.com/humanoid-path-planner/gepetto-viewer.git
+ source = gepetto-viewer::git://github.com/nim65s/gepetto-viewer.git
md5sums = SKIP
pkgname = gepetto-viewer-git
diff --git a/PKGBUILD b/PKGBUILD
index 81e3da3870af..951c0f4580f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_pkgname=gepetto-viewer
_pkgver=1.3.0
pkgname=${_pkgname}-git
-pkgver=1.3.0.r226.361c43b
-pkgrel=2
+pkgver=1.3.0.r192.ae098e3
+pkgrel=1
pkgdesc="Graphical Interface for Pinocchio and HPP."
arch=('i686' 'x86_64')
-url="https://github.com/humanoid-path-planner/$pkgname"
+url="https://github.com/nim65s/$pkgname"
license=('BSD')
depends=('boost' 'urdfdom' 'openscenegraph-qt4')
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() {