summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Araya Navarro2016-08-11 15:08:27 -0600
committerJorge Araya Navarro2016-08-11 15:08:27 -0600
commit0ac64788074f348b6d9d004f4e9814b4f3fa372e (patch)
tree203134300a07c0f6cef59e72356a1cd08c0b5cc6
parentacaaf90007acef160f2ac901af7560d1a56ee7ef (diff)
downloadaur-0ac64788074f348b6d9d004f4e9814b4f3fa372e.tar.gz
getting right the name of the binary
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 945a3c3da2f9..83d6f18defc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Aug 11 05:50:10 UTC 2016
+# Thu Aug 11 21:07:43 UTC 2016
pkgbase = godot
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine
pkgver = 2.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.godotengine.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6a7429391693..28e4b369d4ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=godot
pkgver=2.1
-pkgrel=2
+pkgrel=3
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine"
url="http://www.godotengine.org"
license=('MIT')
@@ -52,6 +52,6 @@ package() {
cd "${srcdir}"/${pkgname}-${pkgver}-stable
- install -D -m755 bin/godot.x11.opt.tools.${_arch}.llvmss "${pkgdir}"/usr/bin/godot
+ install -D -m755 bin/godot.x11.opt.tools.${_arch}.llvm "${pkgdir}"/usr/bin/godot
install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/godot/LICENSE
}