diff options
author | root <root@rshg054.dnsready.net> | 2012-02-02 23:14:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-02 23:14:44 +0000 |
commit | 22e5f5bf64eba5c65674eeb3a8167de2854dbe0e (patch) | |
tree | eb874eff6206b4a1557f42bc02ee9e54c43bc882 /community/qtcreator/PKGBUILD | |
parent | ac5ada660240f37d7347e42123071990f616e418 (diff) |
Thu Feb 2 23:14:44 UTC 2012
Diffstat (limited to 'community/qtcreator/PKGBUILD')
-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 fb21f0f79..ffe67ea13 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') 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() { |