diff options
Diffstat (limited to 'kde/amarok/Pkgfile')
-rwxr-xr-x | kde/amarok/Pkgfile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kde/amarok/Pkgfile b/kde/amarok/Pkgfile index abf15c47e..51c6d1410 100755 --- a/kde/amarok/Pkgfile +++ b/kde/amarok/Pkgfile @@ -6,14 +6,13 @@ #taglib, taglib-extras, xine-lib, kdebase, k3b, kdemultimedia, libvisual, liblastfm, mysql, qtscriptgenerator, libmtp, liblastfm, loudmouth, libgpod name=amarok -version=2.3.1 -release=3 -source=(http://download.kde.org/unstable/$name/$version/src/$name-$version.tar.bz2\ - splash_screen.jpg ipodcollection.patch) +version=2.3.2 +release=1 +source=(ftp://ftp.kde.org/pub/kde/stable/$name/$version/src/$name-$version.tar.bz2 + splash_screen.jpg) build() { cd $name-$version - patch -p0 -i $SRC/ipodcollection.patch mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ |