summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Hamilton2021-11-02 20:43:02 +0000
committerChris Hamilton2021-11-02 20:43:02 +0000
commitc3b3993b48472d27b62400d521cb979171d7b0c6 (patch)
treea7b6fb89ca7a6c55e91444e4c9f7c11962e3f582
parentfae59d9172266ab5c4ce82c6c1580f38281c6ac7 (diff)
downloadaur-c3b3993b48472d27b62400d521cb979171d7b0c6.tar.gz
Bump to qt5
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a05f851ffe1b..a9ecae2bd357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=qmodbus-git
_gitname=qmodbus
-pkgver=r146.8c18311
+pkgver=r174.8ab168f
pkgrel=1
pkgdesc='QModBus is a free Qt-based implementation of a ModBus master application. A graphical user interface allows easy communication with ModBus slaves over serial line interface. QModBus also includes a bus monitor for examining all traffic on the bus.'
arch=('x86_64' 'i686')
url='http://qmodbus.sourceforge.net/'
license=('GPLv2')
-depends=('qt4')
+depends=('qt5-base')
makedepends=('git')
optdepends=()
provides=()
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd "$srcdir/$_gitname"
- qmake-qt4 .
+ qmake-qt5 .
make
}