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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Dec 10 11:09:54 UTC 2013


    Date: Tuesday, December 10, 2013 @ 12:09:54
  Author: andrea
Revision: 201381

upgpkg: kdevelop-python 1.6.0-1

Upstream release

Modified:
  kdevelop-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-10 10:18:42 UTC (rev 201380)
+++ PKGBUILD	2013-12-10 11:09:54 UTC (rev 201381)
@@ -2,7 +2,8 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdevelop-python
-pkgver=1.5.2
+pkgver=1.6.0
+_pkgver=4.6.0
 pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=('i686' 'x86_64')
@@ -10,8 +11,8 @@
 license=('GPL')
 depends=('kdevelop')
 makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-source=("http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.xz")
-sha1sums=('aa08a4f164fabde363b1bc5141e1f673405949f3')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz")
+sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
 
 prepare() {
   mkdir build
@@ -19,7 +20,7 @@
 
 build() {
   cd build
-  cmake ../kdev-python-v${pkgver} \
+  cmake ../kdev-python-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release
   make




More information about the arch-commits mailing list