summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Shparber2015-04-11 23:07:44 -0700
committerOleg Shparber2015-04-11 23:07:44 -0700
commit444a4c673bf8766d03118982af74adbaf0e5ea82 (patch)
tree6e1b898bbf744c11c1d777a935d44d75a7e9e6be
parentd8c20ab9c5dfa71b096eab85b7b2255aaaefb2fc (diff)
downloadaur-444a4c673bf8766d03118982af74adbaf0e5ea82.tar.gz
qtcreator-src: Upstream release 3.3.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b8821011bc9..eb9e5262a02e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = qtcreator-src
- pkgdesc = Source code of QtCreator IDE needed to build plugins
- pkgver = 3.3.1
+ pkgdesc = Source code of Qt Creator IDE needed to build plugins
+ pkgver = 3.3.2
pkgrel = 1
- url = http://qt-project.org/wiki/Category:Tools::QtCreator
+ url = http://wiki.qt.io/Category:Tools::QtCreator
arch = any
license = LGPL
options = !strip
- source = https://download.qt.io/official_releases/qtcreator/3.3/3.3.1/qt-creator-opensource-src-3.3.1.tar.gz
- md5sums = 54cb5918c6852731612672a22627dd08
+ source = https://download.qt.io/official_releases/qtcreator/3.3/3.3.2/qt-creator-opensource-src-3.3.2.tar.gz
+ md5sums = 476ff3142c5e8d09fa5f495070f350df
pkgname = qtcreator-src
diff --git a/PKGBUILD b/PKGBUILD
index 61cb2f6d6bba..0cff6410fe9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,17 @@
pkgname=qtcreator-src
_pkgver=3.3
-pkgver=${_pkgver}.1
+pkgver=${_pkgver}.2
pkgrel=1
-pkgdesc="Source code of QtCreator IDE needed to build plugins"
+pkgdesc="Source code of Qt Creator IDE needed to build plugins"
arch=('any')
-url="http://qt-project.org/wiki/Category:Tools::QtCreator"
+url="http://wiki.qt.io/Category:Tools::QtCreator"
license=('LGPL')
depends=()
options=('!strip')
makedepends=()
source=("https://download.qt.io/official_releases/qtcreator/${_pkgver}/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.gz")
-md5sums=('54cb5918c6852731612672a22627dd08')
+md5sums=('476ff3142c5e8d09fa5f495070f350df')
PKGEXT='.pkg.tar'