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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Oct 30 22:41:50 UTC 2013


    Date: Wednesday, October 30, 2013 @ 23:41:50
  Author: andrea
Revision: 198619

upgpkg: kdevelop-php 1.5.2-1

Upstream release

Modified:
  kdevelop-php/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-30 22:40:58 UTC (rev 198618)
+++ PKGBUILD	2013-10-30 22:41:50 UTC (rev 198619)
@@ -2,10 +2,10 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdevelop-php
-pkgver=1.5.1
-_pkgver=4.5.1
+pkgver=1.5.2
+_pkgver=4.5.2
 pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop/Quanta"
+pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/"
 license=('GPL')
@@ -13,12 +13,16 @@
 makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
 replaces=('kdevelop-php-docs')
 conflicts=('kdevelop-php-docs')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.bz2)
-sha1sums=('c047724c255417b361d3ce1898555c2b9183f5b2'
-          '9bdb654373970f46d01359fdcae6d879c405760a')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
+sha1sums=('784f76dd12ee0ab443fa0f9d05d0e3062aafdb38'
+          '44e737743d0c9663912480508adac0ccbb826a56')
 
+prepare() {
+  mkdir build
+  mkdir build-docs
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
@@ -27,7 +31,6 @@
   cd ../
 
   # kdevelop-php-docs
-  mkdir build-docs
   cd build-docs
   cmake ../${pkgname}-docs-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \




More information about the arch-commits mailing list