Package Details: heli-x 10.1.2561-1

Git Clone URL: https://aur.archlinux.org/heli-x.git (read-only, click to copy)
Package Base: heli-x
Description: Professional R/C Flight Simulator
Upstream URL: https://www.heli-x.info
Keywords: helicopter multicopter plane rc
Licenses: custom
Submitter: annmuor
Maintainer: 0b100100
Last Packager: 0b100100
Votes: 4
Popularity: 0.005906
First Submitted: 2014-07-07 22:15 (UTC)
Last Updated: 2023-02-05 14:04 (UTC)

Dependencies (4)

Required by (0)

Sources (6)

Pinned Comments

0b100100 commented on 2022-01-12 01:04 (UTC)

Sometimes the heli-x tar.gz archive gets updated by upstream without using a new version number.

In such cases please remove an existing heli-x-${pkgver}.tar.gz file before building the updated package.

Latest Comments

diwou commented on 2026-07-14 05:18 (UTC)

PKGBUILD changes for 11.0.2675:

--- heli-x/PKGBUILD 2026-07-14 07:11:42.749236405 +0200
+++ ../heli-x/PKGBUILD  2026-07-14 06:51:27.881777752 +0200
@@ -2,7 +2,7 @@
 # Contributor: Ivan Agarkov <ivan.agarkov@gmail.com>

 pkgname=heli-x
-pkgver=10.1.2561
+pkgver=11.0.2675
 pkgrel=1
 pkgdesc="Professional R/C Flight Simulator"
 arch=('i686' 'x86_64')
@@ -17,9 +17,9 @@
         "$pkgname-wrapper.sh"
         "$pkgname.desktop"
         "$pkgname-server.desktop")
-sha512sums=('703211f196e47ecfbf4e4f6f4af14964b0c27e82772dd204bdbe95ad32b9bbb91190e804cefa6d1cd8bffaebe959d4c0ada21343a36ecde8bccb5114f69305da'
-            '8772099f77d28c5937f66d1c28bce1e4e623ee565ed4c3b9e8aa11de579cbeda1539985a7c9ff4b374892a7b11f3001aac968fb01d4bc0c1494cb4a1129c06c1'
-            '644ec254248c2d79209a240121563a5b4cc0b835bc2bf797cac16471f612ce2dc22b50cedfd8f9de2513ea3acd26b9e259fb3091b82eecb10876c428386d71dd'
+sha512sums=('1f6124ae88b018741942dceb70428ff8bc6a5e20b5716a5d4aa71e3207ba87904b0ddbb878c8b45e95f0d82472e1da089735b929361227862209c0ce7029f591'
+            '437439178d651e9693bb08d433043a302436bc0e2484b02f4e9326326b26bcf4af0576c30f119b83a5ac7613ed21927f6a40bdaa792d4bb949ee95b216512b57'
+            '96605160f4e10c07ec062d3f7bdf820813b06a70bb8d5fd3ddfe43165dc0e7764ff211190ae1166fcf47403d3c106bea10805bb98688f480986d43eb3f1f1e1d'
             'b6b318c787c45602f0f1cfe1e30edfc56a2fec4fd98d8add9715ef950a9355dee0f5267378a4f4aade487bb75e26150b87ece9481278dee8c20775ca01669a90'
             '36af9602ad6b4654dba7651851ee51acf062a76824dc584fbb2e836e1438199ae5ee187d76b5cb56d8c260bce7ecdefa67e973d003678c3ed3ad3c107fa9c09d'
             '8be08b65cdc9007f4d39ab7a327a407bc7162d8d091d3e44294e11ddc6903151e35eb9999082332439b065ccac6ed6cb39bb2f0dae315483b00c9580e2184010')
@@ -45,9 +45,9 @@
   install -d -m755 "$pkgdir/opt/"
   cp -R HELI-X${pkgver%%.*} "$pkgdir/opt/$pkgname"

-  icotool -x HELI-X${pkgver%%.*}/runHeli-X.ico
+  icotool -x HELI-X${pkgver%%.*}/runHELI-X.ico
   for res in {16,32,48,128,256}; do
-    install -Dm644 runHeli-X_*_${res}x${res}x32.png "$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
+    install -Dm644 runHELI-X_*_${res}x${res}x32.png "$pkgdir/usr/share/icons/hicolor/${res}x${res}/apps/$pkgname.png"
   done

   install -Dm755 $pkgname-wrapper.sh "$pkgdir/usr/bin/$pkgname"

0b100100 commented on 2022-01-12 01:04 (UTC)

Sometimes the heli-x tar.gz archive gets updated by upstream without using a new version number.

In such cases please remove an existing heli-x-${pkgver}.tar.gz file before building the updated package.