aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorremspoor2019-03-02 17:09:57 +0100
committerremspoor2019-03-02 17:09:57 +0100
commit35112e06b934ecbfee92b7b13808ac6e296e7de1 (patch)
tree8f0bf757fc5a082d203cf70d2bb2f180ee9b01a1
parent70f7c54342d3b953143ef2378ef7191cb953e30f (diff)
downloadaur-35112e06b934ecbfee92b7b13808ac6e296e7de1.tar.gz
Update to 1.565
Prettify printed text after install
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--next.install16
3 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 062fcdc4b907..c3c899329660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = next
pkgdesc = CGM rc Heli Flight Simulator
- pkgver = 1.561
+ pkgver = 1.565
pkgrel = 1
url = http://www.rc-aerobatics.eu/index_e.html
install = next.install
@@ -10,10 +10,10 @@ pkgbase = next
optdepends = joyutils: jscal, jstest, and jsattach utilities for the Linux joystick driver
optdepends = controllermap: Game controller mapping generator, to generate env. var. SDL_GAMECONTROLLERCONFIG
optdepends = antimicro: Game controller mapping generator, to generate env. var. SDL_GAMECONTROLLERCONFIG
- source = http://www.cgm-online.com/secure_rc-heli-simulator/cgm-rc-heli-simulator-linux-x86-64bit-1561.zip
+ source = http://www.cgm-online.com/secure_rc-heli-simulator/cgm-rc-heli-simulator-linux-x86-64bit-1565.zip
source = next.desktop
source = next.sh
- sha512sums = a6c093dccb223f61ec567d54492dccbb7ce6626963d58eb4fd9c15def626f8f26736fc50ce88b814568ac51b22ab2e8d090ba13bca14d396eebb548af62d4036
+ sha512sums = 1419819e943710c143ef85f066da4b6b5d63b0747388834721baa6f82b0f48bbed58bd3346a986fdd2ffe391cf49b46312ec9386f74840adf79b4e8ec503f2c9
sha512sums = 73fa793d92ef60e052b82776e89316024fbe46634a695516820b0f2740727c92e94da72f318bb22817686e53f827106ce3048126852c23608295464d90ee4b6d
sha512sums = 0012ea26bb1bd1c929d7957515bc0a7217d2beb8018507260b62e0754ecef7cfa198d1a35de904aa8e966bf18a851f0baf0631d6c17e1abde4cb579522d48496
diff --git a/PKGBUILD b/PKGBUILD
index 7828f0f7d3e0..19420949f830 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Jake <aur@ja-ke.tech>
pkgname=next
-pkgver=1.561
+pkgver=1.565
pkgrel=1
pkgdesc="CGM rc Heli Flight Simulator"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ source=("http://www.cgm-online.com/secure_rc-heli-simulator/cgm-rc-heli-simulato
"next.desktop"
"next.sh")
-sha512sums=('a6c093dccb223f61ec567d54492dccbb7ce6626963d58eb4fd9c15def626f8f26736fc50ce88b814568ac51b22ab2e8d090ba13bca14d396eebb548af62d4036'
+sha512sums=('1419819e943710c143ef85f066da4b6b5d63b0747388834721baa6f82b0f48bbed58bd3346a986fdd2ffe391cf49b46312ec9386f74840adf79b4e8ec503f2c9'
'73fa793d92ef60e052b82776e89316024fbe46634a695516820b0f2740727c92e94da72f318bb22817686e53f827106ce3048126852c23608295464d90ee4b6d'
'0012ea26bb1bd1c929d7957515bc0a7217d2beb8018507260b62e0754ecef7cfa198d1a35de904aa8e966bf18a851f0baf0631d6c17e1abde4cb579522d48496')
diff --git a/next.install b/next.install
index 93b02e20b780..f1b9276e2a01 100644
--- a/next.install
+++ b/next.install
@@ -1,13 +1,15 @@
post_install() {
cat << EOF
- neXt is built with the Unity3D game engine. As from neXt version 1.473
- and higher, neXt is built against Unity3D 5.6. From that version on,
- only SDL2 input controllers are supported.
- More information can be found at:
- http://next-rc-heli-simulator.xobor.de/t527f15-The-latest-version-v-can-not-find-usb-controller.html
+ neXt is built with the Unity3D game engine. As from neXt version 1.473
+ and higher, neXt is built against Unity3D 5.6. From that version on,
+ only SDL2 input controllers are supported.
+ More information can be found at:
+ http://next-rc-heli-simulator.xobor.de/t527f15-The-latest-version-v-can-not-find-usb-controller.html
- Long story short, you need to setup your USB controller the right way: Use aur/controllermap or aur/antimicro to generate the SDL config string,
- save it into a simple text file at "~/neXt/controllerconfigs.txt" and it will get automatically loaded at the next startup.
+ Long story short, you need to setup your USB controller the right way:
+ Use aur/controllermap or aur/antimicro to generate the SDL config string,
+ save it into a simple text file at "~/neXt/controllerconfigs.txt"
+ and it will get automatically loaded at the next startup.
EOF
}