summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-05-19 19:56:55 +0100
committerMilk Brewster2020-05-19 19:56:55 +0100
commit19155042a77001189daebdc91fd47664cdf43d21 (patch)
tree3c50e3bd8b423d54f28bba0fac74949477400f08
parent6002bce436beacb6ce103e9d14fdd285f640e9b7 (diff)
downloadaur-19155042a77001189daebdc91fd47664cdf43d21.tar.gz
up to qt5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b50f402e9f4f..9ae5aa0a7218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = x2godesktopsharing
groups = alts
license = GPL
depends = x2goserver>=4.0.1
- depends = qt4>=4.5
+ depends = qt5-base
options = emptydirs
source = https://code.x2go.org/releases/source/x2godesktopsharing/x2godesktopsharing-3.2.0.0.tar.gz
source = https://code.x2go.org/releases/source/x2godesktopsharing/x2godesktopsharing-3.2.0.0.tar.gz.asc
diff --git a/PKGBUILD b/PKGBUILD
index 0c7770be054a..c33b7a409468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="X2Go add-on tool that allows a user to grant other X2go users access to
arch=('x86_64')
url="<http://www.x2go.org/>"
license=('GPL')
-depends=('x2goserver>=4.0.1' 'qt4>=4.5')
+depends=('x2goserver>=4.0.1' 'qt5-base')
options=(emptydirs)
groups=('x2go' 'alts')
source=("https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
@@ -20,7 +20,7 @@ validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- qmake-qt4 x2godesktopsharing.pro
+ qmake-qt5 x2godesktopsharing.pro
make
}