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

Andrea Scarpino andrea at archlinux.org
Sat Jun 25 11:00:38 UTC 2011


    Date: Saturday, June 25, 2011 @ 07:00:37
  Author: andrea
Revision: 128650

upgpkg: kdevelop 4.2.3-1
upstream release

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-25 11:00:16 UTC (rev 128649)
+++ PKGBUILD	2011-06-25 11:00:37 UTC (rev 128650)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=kdevelop
-pkgver=4.2.2
+pkgver=4.2.3
 pkgrel=1
 pkgdesc="A C/C++ development environment for KDE"
 arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@
 makedepends=('cmake' 'automoc4' 'perl')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('943f86edd0f353bfa4c614972af222a1c7075755')
+sha1sums=('e87ae29b343df3fea9bda7d8d85ec696e57b68e4')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build 
   cmake ../${pkgname}-${pkgver} \
@@ -26,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list