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

Antonio Rojas arojas at archlinux.org
Tue Jul 12 13:34:00 UTC 2016


    Date: Tuesday, July 12, 2016 @ 13:34:00
  Author: arojas
Revision: 182691

Use tarball

Modified:
  kmplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 13:27:10 UTC (rev 182690)
+++ PKGBUILD	2016-07-12 13:34:00 UTC (rev 182691)
@@ -5,8 +5,8 @@
 
 pkgname=kmplayer
 pkgver=0.12.0.a
-_commit=e2681f00
-pkgrel=1
+_pkgver=0.12.0a
+pkgrel=2
 pkgdesc="Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
@@ -14,8 +14,8 @@
 depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
 optdepends=('mplayer: mplayer backend')
-source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git&a=snapshot&h=$_commit&fmt=tgz")
-md5sums=('d1e42186462d7887affe2cec8901082e')
+source=("http://download.kde.org/stable/$pkgname/${_pkgver%.*}/$pkgname-$_pkgver.tar.bz2")
+md5sums=('9739243dfb30be8ab47d59c0710355fe')
 
 prepare() {
   mkdir -p build
@@ -23,7 +23,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$_pkgver \
 	-DCMAKE_BUILD_TYPE=Release \
 	-DCMAKE_INSTALL_PREFIX=/usr \
         -DKDE_INSTALL_LIBDIR=lib \



More information about the arch-commits mailing list