diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-04 18:28:16 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-04 18:28:16 +0100 |
commit | 66875346ac300377b086b90afc210148e484328f (patch) | |
tree | 66c57deb2b527e5ef97fcd0da9e6bb621ea458a3 /kde/qimageblitz | |
parent | 732993bbfdd293d243e5c3bf21ad2c0cb01846a5 (diff) | |
parent | fb15a9e8e64b016b37f4073c7c1aaa15855f65ec (diff) | |
download | nutyx-extra-66875346ac300377b086b90afc210148e484328f.tar.gz nutyx-extra-66875346ac300377b086b90afc210148e484328f.tar.bz2 nutyx-extra-66875346ac300377b086b90afc210148e484328f.tar.xz nutyx-extra-66875346ac300377b086b90afc210148e484328f.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'kde/qimageblitz')
-rw-r--r-- | kde/qimageblitz/.md5sum | 2 | ||||
-rwxr-xr-x | kde/qimageblitz/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kde/qimageblitz/.md5sum b/kde/qimageblitz/.md5sum index 6c88f460b..d75777f64 100644 --- a/kde/qimageblitz/.md5sum +++ b/kde/qimageblitz/.md5sum @@ -1 +1 @@ -cb87c7f1c0455e8984ee4830f1e749cf qimageblitz-0.0.4.tar.bz2 +0ae2f7d4e0876764a97ca73799f61df4 qimageblitz-0.0.6.tar.bz2 diff --git a/kde/qimageblitz/Pkgfile b/kde/qimageblitz/Pkgfile index 308bfeab8..cb370772f 100755 --- a/kde/qimageblitz/Pkgfile +++ b/kde/qimageblitz/Pkgfile @@ -5,9 +5,9 @@ # Depends on: cmake, qt name=qimageblitz -version=0.0.4 +version=0.0.6 release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) +source=(http://download.kde.org/stable/$name/$name-$version.tar.bz2) build() { cd $name-$version |