diff options
Diffstat (limited to 'kde/libktorrent/Pkgfile')
-rwxr-xr-x | kde/libktorrent/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kde/libktorrent/Pkgfile b/kde/libktorrent/Pkgfile index b594fca0d..b8cdbec6a 100755 --- a/kde/libktorrent/Pkgfile +++ b/kde/libktorrent/Pkgfile @@ -2,17 +2,17 @@ # URL: http://ktorrent.org/ # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: qca, xorg-libxft, kdebase-runtime, kdebase-workspace, taglib, hicolor-icon-theme, kdepimlibs -# Run on: qca,xorg-libxft,kdebase-runtime,kdebase-workspace,taglib,hicolor-icon-theme,kdepimlibs +# Depends on: qca, xorg-libxft,kdelibs,taglib,hicolor-icon-theme,kdepimlibs +# Run on: qca,xorg-libxft,kdelibs,taglib,hicolor-icon-theme,kdepimlibs name=libktorrent -version=1.0.5 -versionktorrent=4.0.5 +version=1.1.1 +versionktorrent=4.1.1 release=1 -source=(http://ktorrent.org/downloads/$versionktorrent/$name-$version-3.tar.bz2) +source=(http://ktorrent.org/downloads/$versionktorrent/$name-$version.tar.bz2) build() { - cd $name-$version-3 + cd $name-* cmake . -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON |