mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qtcreator to 4.7.1-1
This commit is contained in:
parent
51c69703e1
commit
e380387e05
1 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
# Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org>
|
||||
|
@ -14,15 +13,15 @@
|
|||
buildarch=12
|
||||
|
||||
pkgname=qtcreator
|
||||
pkgver=4.7.0
|
||||
pkgver=4.7.1
|
||||
_clangver=6.0.1
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=(x86_64)
|
||||
url='http://qt-project.org'
|
||||
license=(LGPL)
|
||||
depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine clang=$_clangver qbs clazy)
|
||||
makedepends=(git mesa llvm)
|
||||
makedepends=(git mesa llvm python)
|
||||
options=(docs)
|
||||
optdepends=('qt5-doc: integrated Qt documentation'
|
||||
'qt5-examples: welcome page examples'
|
||||
|
@ -36,7 +35,7 @@ optdepends=('qt5-doc: integrated Qt documentation'
|
|||
source=("http://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz"
|
||||
qtcreator-clang-plugins.patch
|
||||
'0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch')
|
||||
sha256sums=('4b19870bf8d43665deac73a0522a1459d19f5b18b6f52030bb7fbc82d90b759b'
|
||||
sha256sums=('c98254336953f637015f14b8b4ddb5e274454a5416fd20dd09747a6e50762565'
|
||||
'6f19fc9d83964a5460d224b3d44ce580553847960181fe0364e2ce26e1efd2e6'
|
||||
'56e6876f41ee8909ee197f7ab5a2bb18ad5a7fe26ce490a48cdf062fa199ffc6')
|
||||
|
||||
|
|
Loading…
Reference in a new issue