[arch-commits] Commit in extra-cmake-modules/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Apr 8 06:40:20 UTC 2015


    Date: Wednesday, April 8, 2015 @ 08:40:19
  Author: fyan
Revision: 235606

upgpkg: extra-cmake-modules 5.9.0-1

Modified:
  extra-cmake-modules/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-08 06:31:08 UTC (rev 235605)
+++ PKGBUILD	2015-04-08 06:40:19 UTC (rev 235606)
@@ -3,8 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=extra-cmake-modules
-pkgver=1.8.0
-_pkgver=5.8.0
+pkgver=5.9.0
 pkgrel=1
 pkgdesc='Extra modules and scripts for CMake'
 arch=('i686' 'x86_64') # 'any' is broken, see https://git.reviewboard.kde.org/r/118498/
@@ -12,8 +11,8 @@
 license=('LGPL')
 depends=('cmake')
 makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=("http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('e877d996f478419c3a749cfc425bd6c0')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('98633e740805a56be02a23ffa1c57a73')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list