diff options
author | root <root@rshg054.dnsready.net> | 2011-12-15 23:15:01 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-15 23:15:01 +0000 |
commit | ac25f0b5aaf7aff394a8df695be995ec8463e264 (patch) | |
tree | 040d788c6c53b1f114363d01336bafa980a942ee /community/qtcreator/PKGBUILD | |
parent | f96b67a7733c348213a216ba6472d43614b44f04 (diff) |
Thu Dec 15 23:15:01 UTC 2011
Diffstat (limited to 'community/qtcreator/PKGBUILD')
-rw-r--r-- | community/qtcreator/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD index f8b9e0806..b8458ee86 100644 --- a/community/qtcreator/PKGBUILD +++ b/community/qtcreator/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 60371 2011-12-12 11:39:44Z svenstaro $ +# $Id: PKGBUILD 60602 2011-12-14 21:38:30Z svenstaro $ # Maintainer: Imanol Celaya <ornitorrincos@archlinux-es.org> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com> @@ -7,8 +7,8 @@ # Contributor: delor <bartekpiech gmail com> pkgname="qtcreator" -pkgver=2.4.0rc -_pkgver=2.4.0-rc +pkgver=2.4.0 +_pkgver=2.4.0 pkgrel=1 pkgdesc='Lightweight, cross-platform integrated development environment' arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ options=('docs') install=qtcreator.install source=("http://get.qt.nokia.com/qtcreator/qt-creator-${_pkgver}-src.tar.gz" 'qtcreator.desktop') -md5sums=('1967144101796674ce6e994e66213f81' +md5sums=('80c1a2be4c685ce147c42424ad977e1a' 'f1f4680b9838ff0b8f4cf11eb850d662') build() { |