summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2017-09-17 19:59:40 +0200
committerGuilhem Saurel2017-09-17 19:59:40 +0200
commit19c330182105fb613a8e7fb66c78f9456c1ff224 (patch)
tree305edc35c0a49f86d5e9361e0dbd7df3c2325fad
parent81b579df73e3886578d9daa69237be452ca1ea3c (diff)
downloadaur-19c330182105fb613a8e7fb66c78f9456c1ff224.tar.gz
use master instead of devel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d4e59f105ae..17a7d201ea18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gepetto-viewer-git
pkgdesc = Graphical Interface for Pinocchio and HPP.
- pkgver = 1.3.0.r192.ae098e3
+ pkgver = 1.3.0.r221.90e1542
pkgrel = 1
url = https://github.com/nim65s/gepetto-viewer-git
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 951c0f4580f7..7e2fa4cb8115 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=gepetto-viewer
_pkgver=1.3.0
pkgname=${_pkgname}-git
-pkgver=1.3.0.r192.ae098e3
+pkgver=1.3.0.r221.90e1542
pkgrel=1
pkgdesc="Graphical Interface for Pinocchio and HPP."
arch=('i686' 'x86_64')
@@ -25,7 +25,6 @@ pkgver() {
prepare() {
cd "$_pkgname"
git submodule update --init
- git checkout devel
}
build() {