[arch-commits] Commit in kdevelop/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Oct 23 17:18:22 UTC 2012


    Date: Tuesday, October 23, 2012 @ 13:18:22
  Author: andrea
Revision: 169570

upgpkg: kdevelop 4.4.0-1

Upstream release

Modified:
  kdevelop/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-23 17:17:52 UTC (rev 169569)
+++ PKGBUILD	2012-10-23 17:18:22 UTC (rev 169570)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=kdevelop
-pkgver=4.3.90
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="A C/C++ development environment for KDE"
 arch=('i686' 'x86_64')
@@ -12,11 +12,10 @@
 depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-katepart')
 makedepends=('cmake' 'automoc4')
 install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('18ed2dccdeef8abe41c135cd3038038790b4e50a')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('271a6ab3dd6063175e9ce18810bed7437d451ecf')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build 
   cmake ../${pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list