diff --git a/.SRCINFO b/.SRCINFO index a1a4087..e59e674 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Mon Dec 21 21:57:29 UTC 2015 pkgbase = godot-git pkgdesc = Godot Game Engine. - pkgver = 1.1.r1488.e9bbb97 + pkgver = 2.0.r2549.1bc9184 pkgrel = 1 url = http://www.godotengine.org arch = i686 @@ -16,7 +18,7 @@ pkgbase = godot-git depends = mesa provides = godot conflicts = godot - source = git://github.com/okamstudio/godot.git#branch=master + source = git://github.com/godotengine/godot.git#branch=master source = godot.desktop source = icon.png sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index a4c7065..d10689b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=godot pkgname=${_pkgname}-git -pkgver=1.1.r1488.e9bbb97 +pkgver=2.0.r2549.1bc9184 pkgrel=1 pkgdesc="Godot Game Engine." url="http://www.godotengine.org" @@ -22,7 +22,7 @@ else fi source=( - "git://github.com/okamstudio/${_pkgname}.git#branch=master" + "git://github.com/godotengine/${_pkgname}.git#branch=master" godot.desktop icon.png )