diff options
author | Freemor <freemor@freemor.ca> | 2020-01-28 08:35:43 -0400 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2020-01-28 08:35:43 -0400 |
commit | d295ab79e7e500698c71b723c16768902809142a (patch) | |
tree | 4e536dbbc7688d0d896c955ebd21ccb6e50cbd29 /libre/qtcreator | |
parent | 4e1ffe95af3d7bc56d3262e8844dd513b6e861ef (diff) | |
download | abslibre-d295ab79e7e500698c71b723c16768902809142a.tar.gz abslibre-d295ab79e7e500698c71b723c16768902809142a.tar.bz2 abslibre-d295ab79e7e500698c71b723c16768902809142a.zip |
Rebuild [libre/qtcreator] against new clang for x86_64 and i686.. fails for arm so needs some tweaking.
Diffstat (limited to 'libre/qtcreator')
-rw-r--r-- | libre/qtcreator/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/qtcreator/PKGBUILD b/libre/qtcreator/PKGBUILD index bdbd5bf64..97d75167e 100644 --- a/libre/qtcreator/PKGBUILD +++ b/libre/qtcreator/PKGBUILD @@ -14,9 +14,9 @@ pkgname=qtcreator pkgver=4.10.2 -_clangver=9.0.0 +_clangver=9.0.1 pkgrel=1 -pkgrel+=.parabola1 +pkgrel+=.parabola2 pkgdesc='Lightweight, cross-platform integrated development environment' pkgdesc+=', without nonfree qt5-webengine support' arch=(x86_64) |