summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2016-01-30 12:38:55 +0100
committerJake2016-01-30 12:38:55 +0100
commit981d284daea4df56de44c21beabf6bcabbb83184 (patch)
tree2a5eda8c2f01030bf7e92873e36eda538fe4763a
parent076121519f0400752b4a4169ee09d925563383a2 (diff)
downloadaur-981d284daea4df56de44c21beabf6bcabbb83184.tar.gz
Update to Version 4.00
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--qmake.patch8
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88f5bb6c15aa..be7202f38c1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 11:18:09 UTC 2016
+# Sat Jan 30 11:36:41 UTC 2016
pkgbase = script-communicator
pkgdesc = Scriptable terminal with Serial/TCP/UDP/SPI/CAN support
- pkgver = 3_29
+ pkgver = 4_00
pkgrel = 1
url = http://sourceforge.net/projects/scriptcommunicator/
arch = i686
@@ -12,11 +12,11 @@ pkgbase = script-communicator
makedepends = dos2unix
depends = qt5-script
depends = qt5-serialport
- source = http://sourceforge.net/projects/scriptcommunicator/files/Source/ScriptCommunicator_3_29_source.zip
+ source = http://sourceforge.net/projects/scriptcommunicator/files/Source/ScriptCommunicator_4_00_source.zip
source = qmake.patch
source = script-communicator.desktop
- md5sums = b77ae0b2dfdc1a7a8625b29be55925ea
- md5sums = a8e19e835ae4073bbd6a479e414e5d57
+ md5sums = ec5742772a600147ae5f78fb9dfe6fe1
+ md5sums = efe580480b123884895d7aadad495921
md5sums = f1b6721b942570e9f5349acbef5992b0
pkgname = script-communicator
diff --git a/PKGBUILD b/PKGBUILD
index 3fe7c869b97b..d7eb10614721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jake <ja.ke@posteo.de>
pkgname=script-communicator
-pkgver=3_29
+pkgver=4_00
pkgrel=1
pkgdesc="Scriptable terminal with Serial/TCP/UDP/SPI/CAN support"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ makedepends=('qt5-tools' 'dos2unix')
source=("http://sourceforge.net/projects/scriptcommunicator/files/Source/ScriptCommunicator_${pkgver}_source.zip"
"qmake.patch"
"$pkgname.desktop")
-md5sums=('b77ae0b2dfdc1a7a8625b29be55925ea'
- 'a8e19e835ae4073bbd6a479e414e5d57'
+md5sums=('ec5742772a600147ae5f78fb9dfe6fe1'
+ 'efe580480b123884895d7aadad495921'
'f1b6721b942570e9f5349acbef5992b0')
diff --git a/qmake.patch b/qmake.patch
index 2b297c9d6495..4c2c66fc8bb5 100644
--- a/qmake.patch
+++ b/qmake.patch
@@ -1,5 +1,5 @@
---- ScriptCommunicator.pro.orig 2016-01-08 22:15:31.243355050 +0100
-+++ ScriptCommunicator.pro 2016-01-08 22:16:27.679588796 +0100
+--- ScriptCommunicator.pro.orig 2016-01-30 12:31:38.549393000 +0100
++++ ScriptCommunicator.pro 2016-01-30 12:35:04.715637257 +0100
@@ -1,8 +1,8 @@
-greaterThan(QT_MAJOR_VERSION, 4) {
- QT += widgets serialport
@@ -14,10 +14,10 @@
CONFIG += c++11
-@@ -15,6 +15,7 @@
- QT += uitools
+@@ -16,6 +16,7 @@
QT += network
QT += sql
+ QT += scripttools
+QT += widgets serialport
unix{