[arch-commits] Commit in kdevplatform/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Tue Feb 3 17:59:10 UTC 2015
Date: Tuesday, February 3, 2015 @ 18:59:10
Author: andrea
Revision: 230395
upgpkg: kdevplatform 1.7.1-1
Upstream release
Modified:
kdevplatform/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-03 14:25:40 UTC (rev 230394)
+++ PKGBUILD 2015-02-03 17:59:10 UTC (rev 230395)
@@ -3,19 +3,19 @@
# Contributor: Giovanni Scafora <giovanni at archlinux.org>
pkgname=kdevplatform
-pkgver=1.7.0
-_pkgver=4.7.0
-pkgrel=2
-pkgdesc="A C/C++ development platform for KDE"
+pkgver=1.7.1
+_pkgver=4.7.1
+pkgrel=1
+pkgdesc='A C/C++ development platform for KDE'
arch=('i686' 'x86_64')
-url="http://www.kdevelop.org/"
+url='http://www.kdevelop.org/'
license=('GPL')
-depends=('kdelibs' 'subversion' 'qjson')
-optdepends=("kdesdk-kompare: difference checking")
+depends=('kdelibs' 'subversion' 'qjson' 'grantlee-qt4')
makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('kdesdk-kompare: difference checking')
install="${pkgname}.install"
source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('9fc196e7cb09ab33fd5cfbf5af19aa7c513efdc9')
+sha1sums=('dbb0524ec455fe88e1aa68f03b42c845c3a87154')
prepare() {
mkdir build
More information about the arch-commits
mailing list