diff options
author | sibel sibel <lesibel@free.fr> | 2010-02-11 14:04:24 +0100 |
---|---|---|
committer | sibel sibel <lesibel@free.fr> | 2010-02-11 14:04:24 +0100 |
commit | 7ae5defaa967f55aa3eb48d44468d89e5efd18ef (patch) | |
tree | 0e2f2ba67dc9fdf7a0ae39f4499a1205815e098f | |
parent | 7f18b97ecfdfd75b11553df1f8b8be638fe64f7d (diff) | |
download | nutyx-pakxe-7ae5defaa967f55aa3eb48d44468d89e5efd18ef.tar.gz nutyx-pakxe-7ae5defaa967f55aa3eb48d44468d89e5efd18ef.tar.bz2 nutyx-pakxe-7ae5defaa967f55aa3eb48d44468d89e5efd18ef.tar.xz nutyx-pakxe-7ae5defaa967f55aa3eb48d44468d89e5efd18ef.zip |
maj de qca#2.0.2-1
-rw-r--r-- | extra/qca/.footprint | 8 | ||||
-rw-r--r-- | extra/qca/.md5sum | 2 | ||||
-rw-r--r-- | extra/qca/Pkgfile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/extra/qca/.footprint b/extra/qca/.footprint index 1ce605969..b7e6ea1d9 100644 --- a/extra/qca/.footprint +++ b/extra/qca/.footprint @@ -20,10 +20,10 @@ drwxr-xr-x root/root usr/include/QtCrypto/ -rw-r--r-- root/root usr/include/QtCrypto/qpipe.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libqca.prl -lrwxrwxrwx root/root usr/lib/libqca.so -> libqca.so.2.0.1 -lrwxrwxrwx root/root usr/lib/libqca.so.2 -> libqca.so.2.0.1 -lrwxrwxrwx root/root usr/lib/libqca.so.2.0 -> libqca.so.2.0.1 --rwxr-xr-x root/root usr/lib/libqca.so.2.0.1 +lrwxrwxrwx root/root usr/lib/libqca.so -> libqca.so.2.0.2 +lrwxrwxrwx root/root usr/lib/libqca.so.2 -> libqca.so.2.0.2 +lrwxrwxrwx root/root usr/lib/libqca.so.2.0 -> libqca.so.2.0.2 +-rwxr-xr-x root/root usr/lib/libqca.so.2.0.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/qca2.pc drwxr-xr-x root/root usr/share/ diff --git a/extra/qca/.md5sum b/extra/qca/.md5sum index 479654063..aecfcaf69 100644 --- a/extra/qca/.md5sum +++ b/extra/qca/.md5sum @@ -1 +1 @@ -a0a87d0b3210e23f8c1713562282b7d6 qca-2.0.1.tar.bz2 +27ebdfbd9869d90dae078a6decd029f4 qca-2.0.2.tar.bz2 diff --git a/extra/qca/Pkgfile b/extra/qca/Pkgfile index 75766b358..03b430b96 100644 --- a/extra/qca/Pkgfile +++ b/extra/qca/Pkgfile @@ -5,8 +5,8 @@ # Depends on: qt name=qca -version=2.0.1 -release=3 +version=2.0.2 +release=1 source=(http://delta.affinix.com/download/$name/2.0/$name-$version.tar.bz2) build() { cd $name-$version |