summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wigham2023-01-28 16:57:18 +0000
committerMichael Wigham2023-01-28 16:57:18 +0000
commit272c6761a2d0d9e3c5512ce582f5bbec34deedbb (patch)
tree3a91adfd99a9f1e37bcd0ba4a03dbaa2be973830
parent782871d66a364925a9d7d24e6ac5dd2710132b7e (diff)
downloadaur-272c6761a2d0d9e3c5512ce582f5bbec34deedbb.tar.gz
Update to v6.5.12 and update launcher
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
-rw-r--r--launcher.sh2
-rw-r--r--xctu.desktop4
4 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9394b341739..bd17fbe83437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xctu
pkgdesc = Next Generation Configuration Platform for XBee/RF Solutions.
- pkgver = 6.5.8
- pkgrel = 0
+ pkgver = 6.5.12
+ pkgrel = 2
url = http://www.digi.com/products/xbee-rf-solutions/xctu-software/xctu
arch = i686
arch = x86_64
@@ -16,13 +16,13 @@ pkgbase = xctu
depends = libnet
depends = libxt
options = !strip
- source = http://ftp1.digi.com/support/utilities/40002881_AD.run
+ source = http://ftp1.digi.com/support/utilities/40002881_AH.run
source = launcher.sh
source = xctu.desktop
source = fix.patch
- md5sums = 35e4352fac134e356f82e7ecc89894d3
- md5sums = 9ebb584444f6e9417bb74c1f4c5792cd
- md5sums = 0b28e4ea6952a74a4fb06403a4ea7dde
+ md5sums = e12fb423ad9e51e0846c497d18a1cc46
+ md5sums = 672a983dc8d23e4f6a496158d4852b99
+ md5sums = 955154d1675975d99f855a213cb0c3ce
md5sums = 92698e7e64cfcfbc8aae271ff904def6
pkgname = xctu
diff --git a/PKGBUILD b/PKGBUILD
index adea92611392..f735fdbfee01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Nils Van Zuijlen <nils.van-zuijlen@mailo.com>, Manoel Brunnen <manoel.brunnen@gmail.com>
pkgname=xctu
-pkgver=6.5.8
-pkgrel=0
+pkgver=6.5.12
+pkgrel=2
pkgdesc="Next Generation Configuration Platform for XBee/RF Solutions."
arch=('i686' 'x86_64')
url="http://www.digi.com/products/xbee-rf-solutions/xctu-software/xctu"
@@ -12,18 +12,18 @@ depends=('gtk2' 'java-runtime' 'libxtst' 'alsa-lib' 'gconf' 'nss' 'libglvnd' 'li
options=('!strip')
if [[ $CARCH == 'i686' ]]; then
- _setup_file=40002880_AD.run
- md5sums=('a256f85f694557cecc5de2679e7027bf')
+ _setup_file=40002880_AH.run
+ md5sums=('52ba0e5b745595f5b757064379b5e1a8')
elif [[ $CARCH == 'x86_64' ]]; then
- _setup_file=40002881_AD.run
- md5sums=('35e4352fac134e356f82e7ecc89894d3')
+ _setup_file=40002881_AH.run
+ md5sums=('e12fb423ad9e51e0846c497d18a1cc46')
fi
source=("http://ftp1.digi.com/support/utilities/$_setup_file"
'launcher.sh'
'xctu.desktop'
'fix.patch')
-md5sums+=('9ebb584444f6e9417bb74c1f4c5792cd'
- '0b28e4ea6952a74a4fb06403a4ea7dde'
+md5sums+=('672a983dc8d23e4f6a496158d4852b99'
+ '955154d1675975d99f855a213cb0c3ce'
'92698e7e64cfcfbc8aae271ff904def6')
noextract=()
diff --git a/launcher.sh b/launcher.sh
index 7e55a89048d0..dc57363d487b 100644
--- a/launcher.sh
+++ b/launcher.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-UBUNTU_MENUPROXY=0 GTK2_RC_FILES=$GTK2_RC_FILES:/opt/xctu/.gtkrc-eclipse /opt/xctu/app
+/opt/xctu/launcher
diff --git a/xctu.desktop b/xctu.desktop
index 6393ee0f3187..e7088373c563 100644
--- a/xctu.desktop
+++ b/xctu.desktop
@@ -1,8 +1,8 @@
[Desktop Entry]
Type=Application
-Version=6.5.8
+Version=6.5.12.2
Name=XCTU
-Comment=Configuration and Test Utiity
+Comment=Configuration and Test Utility
Icon=xctu.xpm
Exec=/usr/bin/xctu
Terminal=false