[arch-commits] Commit in polkit-kde-frameworks/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jan 27 09:20:03 UTC 2015


    Date: Tuesday, January 27, 2015 @ 10:20:03
  Author: andrea
Revision: 230037

Use the correct version

Modified:
  polkit-kde-frameworks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-27 09:20:02 UTC (rev 230036)
+++ PKGBUILD	2015-01-27 09:20:03 UTC (rev 230037)
@@ -7,12 +7,12 @@
 pkgrel=1
 pkgdesc='Daemon providing a polkit authentication UI for KDE'
 arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1/'
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
 license=('LGPL')
 depends=('knotifications')
 makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python')
-source=('git://anongit.kde.org/polkit-kde-agent-1.git#branch=frameworks')
-md5sums=('SKIP')
+source=("http://download.kde.org/stable/plasma/${pkgver}/polkit-kde-agent-1-$pkgver.tar.xz")
+md5sums=('ddf92f8756141293584164c591074850')
 
 prepare() {
   mkdir build
@@ -20,7 +20,7 @@
 
 build() {
   cd build
-  cmake ../polkit-kde-agent-1 \
+  cmake ../polkit-kde-agent-1-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \



More information about the arch-commits mailing list