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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Mar 5 19:53:54 UTC 2013


    Date: Tuesday, March 5, 2013 @ 20:53:53
  Author: andrea
Revision: 179519

Not needed (FS#34160)

Modified:
  kdemultimedia-kscd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-05 19:33:11 UTC (rev 179518)
+++ PKGBUILD	2013-03-05 19:53:53 UTC (rev 179519)
@@ -3,20 +3,19 @@
 
 pkgname=kdemultimedia-kscd
 pkgver=4.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE CD player"
 url='http://kde.org/applications/multimedia/kscd/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
+depends=('kdebase-runtime' 'libmusicbrainz3')
 makedepends=('cmake' 'automoc4')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz")
 sha1sums=('636a4324c8305a40ebdaf41bcbbc0b2c714951b4')
 
 build() {
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../kscd-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list