summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent4f5f1526b1dfcedab2025caad21a2101c0bd9279 (diff)
downloadaur-0ff0ace9c92378f275afccfc2304af0d1143a5cb.tar.gz
getting right the name of the binary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}