summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD15
2 files changed, 20 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3a6b827f70b..c7a776bcc521 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,26 @@
pkgbase = xctu
pkgdesc = Next Generation Configuration Platform for XBee/RF Solutions.
- pkgver = 6.3.5
+ pkgver = 6.4.4
pkgrel = 0
url = http://www.digi.com/products/xbee-rf-solutions/xctu-software/xctu
arch = i686
arch = x86_64
license = custom
- depends = java-runtime-common
+ depends = gtk2
+ depends = java-runtime
+ depends = libxtst
+ depends = alsa-lib
+ depends = gconf
+ depends = nss
+ depends = libglvnd
+ depends = libnet
+ depends = libxt
options = !strip
- source = http://ftp1.digi.com/support/utilities/40002881_G.run
+ source = http://ftp1.digi.com/support/utilities/40002881_V.run
source = launcher.sh
source = xctu.desktop
source = fix.patch
- md5sums = f378b0636d5f3b9327e43355c89151ef
+ md5sums = 663bde271ae131a429fe07eb75b73479
md5sums = 9ebb584444f6e9417bb74c1f4c5792cd
md5sums = 8268deecea042c3d4d557d6a47f1f004
md5sums = 1e0ebe726f6d5304091d6e10d01de7be
diff --git a/PKGBUILD b/PKGBUILD
index 37c9185f8175..619a891b237f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
-# Maintainer: Manoel Brunnen <manoel.brunnen@gmail.com>
+# Maintainer: Nils Van Zuijlen <nils.van-zuijlen@mailo.com>
+# Contributor: Manoel Brunnen <manoel.brunnen@gmail.com>
pkgname=xctu
-pkgver=6.3.5
+pkgver=6.4.4
pkgrel=0
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"
license=('custom')
-depends=('java-runtime-common')
+depends=('gtk2' 'java-runtime' 'libxtst' 'alsa-lib' 'gconf' 'nss' 'libglvnd' 'libnet' 'libxt')
options=('!strip')
# install=$pkgname.install
if [[ $CARCH == 'i686' ]]; then
- _setup_file=40002880_G.run
- md5sums=('906fe507935450b3e0f2ff28044c5650')
+ _setup_file=40002880_V.run
+ md5sums=('61ce815688c1e34847e42b1d9c910503')
elif [[ $CARCH == 'x86_64' ]]; then
- _setup_file=40002881_G.run
- md5sums=('f378b0636d5f3b9327e43355c89151ef')
+ _setup_file=40002881_V.run
+ md5sums=('663bde271ae131a429fe07eb75b73479')
fi
source=("http://ftp1.digi.com/support/utilities/$_setup_file"
'launcher.sh'