diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-03 15:31:08 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-03 15:31:08 +0100 |
commit | 86e7521993c095c2082316197d345c04dde46327 (patch) | |
tree | c251bad878348dc28bfa14b9583964fc142deddf /community/qtcreator | |
parent | 6ca11940446fc579b8b58d05ea34843b13fe16f5 (diff) | |
parent | 22e5f5bf64eba5c65674eeb3a8167de2854dbe0e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
kde-unstable/calligra/PKGBUILD
multilib/lib32-udev/PKGBUILD
testing/emacs/PKGBUILD
Diffstat (limited to 'community/qtcreator')
-rw-r--r-- | community/qtcreator/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD index 91413e68d..7d7806da5 100644 --- a/community/qtcreator/PKGBUILD +++ b/community/qtcreator/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 61095 2011-12-21 20:52:38Z andrea $ +# $Id: PKGBUILD 63396 2012-02-01 14:18:50Z svenstaro $ # Maintainer: Imanol Celaya <ornitorrincos@archlinux-es.org> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com> @@ -7,9 +7,9 @@ # Contributor: delor <bartekpiech gmail com> pkgname="qtcreator" -pkgver=2.4.0 -_pkgver=2.4.0 -pkgrel=2 +pkgver=2.4.1 +_pkgver=2.4.1 +pkgrel=1 pkgdesc='Lightweight, cross-platform integrated development environment' arch=('i686' 'x86_64' 'mips64el') url='http://qt.nokia.com/products/developer-tools' @@ -27,7 +27,7 @@ optdepends=('qt-doc: for the integrated Qt documentation' install=qtcreator.install source=("http://get.qt.nokia.com/qtcreator/qt-creator-${_pkgver}-src.tar.gz" 'qtcreator.desktop') -md5sums=('80c1a2be4c685ce147c42424ad977e1a' +md5sums=('e3a95b86df5ce9151b40cfbb2b8bbf3b' 'f1f4680b9838ff0b8f4cf11eb850d662') build() { |