diff options
Diffstat (limited to 'kde')
-rw-r--r-- | kde/libktorrent/.footprint | 4 | ||||
-rw-r--r-- | kde/libktorrent/.md5sum | 2 | ||||
-rwxr-xr-x | kde/libktorrent/Pkgfile | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/kde/libktorrent/.footprint b/kde/libktorrent/.footprint index 988dcbe52..118757c67 100644 --- a/kde/libktorrent/.footprint +++ b/kde/libktorrent/.footprint @@ -180,8 +180,8 @@ drwxr-xr-x root/root usr/include/libktorrent/utp/ -rw-r--r-- root/root usr/include/libktorrent/version.h drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libktorrent.so -> libktorrent.so.2 -lrwxrwxrwx root/root usr/lib/libktorrent.so.2 -> libktorrent.so.2.0.0 --rwxr-xr-x root/root usr/lib/libktorrent.so.2.0.0 +lrwxrwxrwx root/root usr/lib/libktorrent.so.2 -> libktorrent.so.2.0.2 +-rwxr-xr-x root/root usr/lib/libktorrent.so.2.0.2 drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/apps/ drwxr-xr-x root/root usr/share/apps/cmake/ diff --git a/kde/libktorrent/.md5sum b/kde/libktorrent/.md5sum index deed98e94..9ee526c7d 100644 --- a/kde/libktorrent/.md5sum +++ b/kde/libktorrent/.md5sum @@ -1 +1 @@ -c123f1467b6c7dcd55ab44b37e3911a4 libktorrent-1.0.1.tar.bz2 +575d3e67a858a64364cb66b65716200b libktorrent-1.0.3.tar.bz2 diff --git a/kde/libktorrent/Pkgfile b/kde/libktorrent/Pkgfile index 384869481..bdd646578 100755 --- a/kde/libktorrent/Pkgfile +++ b/kde/libktorrent/Pkgfile @@ -5,16 +5,16 @@ # Depends on: qca, xorg-libxft, kdebase-runtime, kdebase-workspace, taglib, hicolor-icon-theme, kdepimlibs name=libktorrent -version=1.0.1 -versionktorrent=4.0.1 +version=1.0.3 +versionktorrent=4.0.3 release=1 source=(http://ktorrent.org/downloads/$versionktorrent/$name-$version.tar.bz2) -http://ktorrent.org/downloads/4.0.1/libktorrent-1.0.1.tar.bz2 + build() { cd $name-$version cmake . -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON - make + make -j5 make DESTDIR=$PKG install } |