summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Schindler2016-12-14 17:03:18 +0100
committerFelix Schindler2016-12-14 17:03:59 +0100
commitd54154a6c4a1ab6258e8ce988e0393f24889b531 (patch)
tree0824f9ea173ace9eee768ea085c0f968b69dd134 /PKGBUILD
parentc7a85a4b57e472ee534cfa044f1b3fb00d9836ca (diff)
downloadaur-d54154a6c4a1ab6258e8ce988e0393f24889b531.tar.gz
[5.1.1-6] update dependency: qtchooser -> qt5-base
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37cfedd0634f..399697df6585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ pkgname=('qt51-base'
'qt51-x11extras'
'qt51-xmlpatterns')
pkgver=5.1.1
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -141,7 +141,7 @@ package_qt51-base() {
pkgdesc='A cross-platform application and UI framework (5.1.x)'
depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 'systemd'
'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 'xcb-util-image'
- 'icu' 'qtchooser' 'libxkbcommon')
+ 'icu' 'qt5-base' 'libxkbcommon')
optdepends=('postgresql-libs: PostgreSQL driver'
'libmariadbclient: MariaDB driver'
'unixodbc: ODBC driver'