diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-13 14:37:22 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-04-13 14:37:22 +0200 |
commit | 00c7087a6dcaec455f296a9e5fdb534ffd31553a (patch) | |
tree | cb684a62301a50f9dd60fe66669133e29519c3c6 /linux | |
parent | Fix for setCookieFilter signature change in Qt5.11beta3 (diff) | |
download | smolbote-00c7087a6dcaec455f296a9e5fdb534ffd31553a.tar.xz |
Branch of Qt5.11 features
Diffstat (limited to 'linux')
-rw-r--r-- | linux/makepkg/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 2c817af..5aad62a 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -12,8 +12,8 @@ license=('GPL3') # -hg replace the old -git package replaces=('smolbote-git') -depends=('qt5-webengine>=5.11.0beta2' 'boost-libs>=1.66.0') -makedepends=('mercurial' 'cmake' 'pkg-config' 'ninja' 'qt5-webengine>=5.11.0beta2' 'boost>=1.66.0') +depends=('qt5-webengine>=5.10.1' 'boost-libs>=1.66.0') +makedepends=('mercurial' 'cmake' 'pkg-config' 'ninja' 'qt5-webengine>=5.10.1' 'boost>=1.66.0') # this is the central repository source=("smolbote-hg::hg+https://neueland.iserlohn-fortress.net/smolbote.hg") |