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

Antonio Rojas arojas at archlinux.org
Sat Jun 4 22:15:20 UTC 2016


    Date: Sunday, June 5, 2016 @ 00:15:19
  Author: arojas
Revision: 177873

New tarball

Modified:
  kaffeine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-04 15:21:39 UTC (rev 177872)
+++ PKGBUILD	2016-06-04 22:15:19 UTC (rev 177873)
@@ -4,7 +4,7 @@
 
 pkgname=kaffeine
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE media player'
 license=(GPL)
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(kio hicolor-icon-theme libxss vlc)
 makedepends=(extra-cmake-modules kidletime)
 source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2")
-md5sums=('d8637d2ad2e76d0097030f01d159400f')
+md5sums=('8e976eeda060addb09df2431c2301bf2')
 
 prepare() {
   mkdir -p build
@@ -20,7 +20,7 @@
 
 build() {
   cd build
-  cmake .. \
+  cmake ../$pkgname \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTING=OFF



More information about the arch-commits mailing list