summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Araya Navarro2016-08-11 15:09:41 -0600
committerJorge Araya Navarro2016-08-11 15:09:41 -0600
commit0ff0ace9c92378f275afccfc2304af0d1143a5cb (patch)
tree2a61a4fe7ef57eae6ba1e695df5b31d7c878d4f8
parent4f5f1526b1dfcedab2025caad21a2101c0bd9279 (diff)
downloadaur-0ff0ace9c92378f275afccfc2304af0d1143a5cb.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 803579b50855..56132bb39ded 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Aug 11 05:51:32 UTC 2016
+# Thu Aug 11 21:09:37 UTC 2016
pkgbase = godot-pulse
pkgdesc = An advanced, feature packed, multi-platform 2D and 3D game engine, with pulseaudio
pkgver = 2.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.godotengine.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6cfdfab1543d..07129c4b395c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=godot-pulse
pkgver=2.1
-pkgrel=2
+pkgrel=3
pkgdesc="An advanced, feature packed, multi-platform 2D and 3D game engine, with pulseaudio"
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
}