summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-08-17 00:05:19 +0200
committerChristopher Arndt2018-08-17 00:05:19 +0200
commit2c94b7f9ed1f0b17454674bc0aaf93054b843250 (patch)
tree3fda67223649a76914caf130684d9a906195f1ca
parentc13e34fb55120020138443489fa636229d2e78c5 (diff)
downloadaur-godot-osc-git.tar.gz
Make sure gdosc repo is always on latest commit of develop branch
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7914bbfcad3..d1a29d7dbffb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = godot-osc-git
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine (git version with OSC support)
- pkgver = 3.1.r15719.bbdb6cf16
+ pkgver = 3.1.r15803.d7b892294
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@@ -22,7 +22,7 @@ pkgbase = godot-osc-git
conflicts = godot
conflicts = godot-git
source = godot::git+https://github.com/godotengine/godot.git
- source = gdosc::git+https://github.com/djiamnot/gdosc.git
+ source = gdosc::git+https://github.com/djiamnot/gdosc.git#branch=develop
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 67174f08b98d..43a2c66a95cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=godot
pkgname=${_pkgname}-osc-git
-pkgver=3.1.r15719.bbdb6cf16
+pkgver=3.1.r15803.d7b892294
pkgrel=1
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine (git version with OSC support)"
url="http://www.godotengine.org"
@@ -15,7 +15,7 @@ conflicts=("${_pkgname}" "${_pkgname}-git")
provides=("${_pkgname}")
source=(
"${_pkgname}::git+https://github.com/godotengine/${_pkgname}.git"
- 'gdosc::git+https://github.com/djiamnot/gdosc.git'
+ 'gdosc::git+https://github.com/djiamnot/gdosc.git#branch=develop'
)
sha256sums=('SKIP' 'SKIP')
@@ -41,7 +41,6 @@ prepare() {
ln -sf "${srcdir}/gdosc" modules/gdosc
cd modules/gdosc
- git checkout develop
git submodule update --init
}