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

Felix Yan felixonmars at archlinux.org
Sun Aug 14 15:37:25 UTC 2016


    Date: Sunday, August 14, 2016 @ 15:37:24
  Author: felixonmars
Revision: 273665

upgpkg: extra-cmake-modules 5.25.0-1

Upstream release

Modified:
  extra-cmake-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-14 11:35:26 UTC (rev 273664)
+++ PKGBUILD	2016-08-14 15:37:24 UTC (rev 273665)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=extra-cmake-modules
-pkgver=5.24.0
-pkgrel=2
+pkgver=5.25.0
+pkgrel=1
 pkgdesc='Extra modules and scripts for CMake'
 arch=('any')
 url='https://community.kde.org/Frameworks'
@@ -11,17 +11,11 @@
 license=('LGPL')
 depends=('cmake')
 makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        pri-install-dir.patch::"https://quickgit.kde.org/?p=extra-cmake-modules.git&a=commitdiff&h=5bb92992&o=plain")
-md5sums=('cd3b0c844234ad29cfdba89d63ccb2ae'
-         '2357eb8f8ecff829e29b2d3e5777c8c8')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('043c08482bf7cf951e18d32e16238fb4')
 
 prepare() {
   mkdir -p build
-
-# Workaround wrong .pri install dir https://bugs.kde.org/show_bug.cgi?id=363348
-  cd $pkgname-$pkgver
-  patch -p1 -i ../pri-install-dir.patch
 }
 
 build() {



More information about the arch-commits mailing list