summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2018-08-17 00:05:19 +0200
committerChristopher Arndt2018-08-17 00:05:19 +0200
commit2c94b7f9ed1f0b17454674bc0aaf93054b843250 (patch)
tree3fda67223649a76914caf130684d9a906195f1ca /PKGBUILD
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>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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
}