summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorysblokje2021-07-27 18:10:19 +0200
committerysblokje2021-07-27 18:10:19 +0200
commit36d25233f6c3e6659f1632e7e7b7a88a3a8ba6e9 (patch)
tree664303481df373df9cfd1a780f8f94d1412dd7c2
parentc80898e7a509fff3d58addd6d29aaecfb7da6806 (diff)
downloadaur-36d25233f6c3e6659f1632e7e7b7a88a3a8ba6e9.tar.gz
update to 2.3.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--installprefix.patch8
3 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63cb7446e33a..348fc12545f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opentx-companion
pkgdesc = EEPROM Editor for OpenTX RC transmitter firmwares
- pkgver = 2.3.13
+ pkgver = 2.3.14
pkgrel = 1
url = http://www.open-tx.org/
arch = x86_64
@@ -28,9 +28,9 @@ pkgbase = opentx-companion
provides = companion
conflicts = companion
conflicts = companion9x-svn
- source = https://github.com/opentx/opentx/archive/release/2.3.13.tar.gz
+ source = https://github.com/opentx/opentx/archive/release/2.3.14.tar.gz
source = installprefix.patch
- sha256sums = 9a3c2e7c494e7bcfe537b3d9b216c4527c7756ea6039921bc93a30d2271ef46b
- sha256sums = 74e7e1280d1238078f62579034490d5f5ab65f22f528a86a8a15b529a7235aeb
+ sha256sums = 0e96557c3eefb5635b7dab56dd7d7389975c05c1b2999094e245cd9a22b9edc6
+ sha256sums = 8c83d7c176dc43415560c0f569e5e8a402d133f0abd9785a0cf4f2529a893892
pkgname = opentx-companion
diff --git a/PKGBUILD b/PKGBUILD
index d765bced4ab5..d2c7120c6b01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#
# Use with care, I accept no responsibility what so ever.
pkgname=('opentx-companion')
-pkgver=2.3.13
+pkgver=2.3.14
pkgrel=1
pkgdesc="EEPROM Editor for OpenTX RC transmitter firmwares"
arch=('x86_64')
@@ -19,8 +19,8 @@ source=("https://github.com/opentx/opentx/archive/release/$pkgver.tar.gz"
"installprefix.patch"
)
sha256sums=(
- '9a3c2e7c494e7bcfe537b3d9b216c4527c7756ea6039921bc93a30d2271ef46b'
- '74e7e1280d1238078f62579034490d5f5ab65f22f528a86a8a15b529a7235aeb'
+ '0e96557c3eefb5635b7dab56dd7d7389975c05c1b2999094e245cd9a22b9edc6'
+ '8c83d7c176dc43415560c0f569e5e8a402d133f0abd9785a0cf4f2529a893892'
)
_srcmap=opentx-release-$pkgver
diff --git a/installprefix.patch b/installprefix.patch
index ea04ab0d24e7..436d2d64333a 100644
--- a/installprefix.patch
+++ b/installprefix.patch
@@ -1,8 +1,8 @@
-28c28
+33c33
< COMMON_OPTIONS="-DGVARS=YES -DHELI=YES -DLUA=YES -DMULTIMODULE=YES -DTELEMETRY=FRSKY -DPPM_LIMITS_SYMETRICAL=YES -DVARIO=YES -DAUTOSWITCH=YES -DAUTOSOURCE=YES -DAUDIO=YES -DGPS=YES -DPPM_CENTER_ADJUSTABLE=YES -DFLIGHT_MODES=YES -DOVERRIDE_CHANNEL_FUNCTION=YES -DFRSKY_STICKS=YES"
---
> COMMON_OPTIONS="-DCMAKE_INSTALL_PREFIX=/usr -DGVARS=YES -DHELI=YES -DLUA=YES -DMULTIMODULE=YES -DTELEMETRY=FRSKY -DPPM_LIMITS_SYMETRICAL=YES -DVARIO=YES -DAUTOSWITCH=YES -DAUTOSOURCE=YES -DAUDIO=YES -DGPS=YES -DPPM_CENTER_ADJUSTABLE=YES -DFLIGHT_MODES=YES -DOVERRIDE_CHANNEL_FUNCTION=YES -DFRSKY_STICKS=YES"
-37,39c37,39
+42,44c42,44
< rm -rf build
< mkdir build
< cd build
@@ -10,9 +10,7 @@
> rm -rf ${OUTDIR}
> mkdir ${OUTDIR}
> cd ${OUTDIR}
-99,107d98
-< rm CMakeCache.txt
-<
+137,143d136
< make -j${JOBS} package
<
< if [ "$(uname)" = "Darwin" ]; then