summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-08-21 14:56:30 +0900
committerBenjamin Chrétien2015-08-21 14:56:30 +0900
commit9fe9df16ddfbeb810602c8ddfffa6cb688442d1d (patch)
tree1cccc491424ec80ad82d7c4048374c5198f64b08
parent848c38b9164b9fd03ebba1de423c82ec3667735e (diff)
downloadaur-9fe9df16ddfbeb810602c8ddfffa6cb688442d1d.tar.gz
Use official repo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb1b9217832d..075af5f814a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rbdyn-git
pkgdesc = A set of classes and functions to model the dynamics of rigid body systems.
- pkgver = 20150701
+ pkgver = 20150821
pkgrel = 1
url = https://github.com/jorisv/RBDyn
arch = i686
@@ -16,7 +16,7 @@ pkgbase = rbdyn-git
depends = python2
depends = spacevecalg
provides = rbdyn
- source = rbdyn::git+https://github.com/bchretien/RBDyn
+ source = rbdyn::git+https://github.com/jorisv/RBDyn
md5sums = SKIP
pkgname = rbdyn-git
diff --git a/PKGBUILD b/PKGBUILD
index 10d1d3d1cfd8..bbb97ccd1883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rbdyn-git
_name=rbdyn
-pkgver=20150701
+pkgver=20150821
pkgver() {
date +%Y%m%d
}
@@ -14,7 +14,7 @@ license=('GPLv3')
depends=('eigen3' 'python2' 'spacevecalg')
makedepends=('doxygen' 'cmake' 'git' 'pkg-config' 'boost' 'python2-pybindgen')
provides=('rbdyn')
-source=("${_name}::git+https://github.com/bchretien/RBDyn")
+source=("${_name}::git+https://github.com/jorisv/RBDyn")
md5sums=('SKIP')
build()