diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2013-10-14 21:51:41 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2013-10-24 14:31:47 +0200 |
commit | ae62db9fd0d0c936eeac0c2efe48b17caa4fce15 (patch) | |
tree | f9013436dd577af0654ecc80e8dfab25cc5b2d9c | |
parent | cc2872250ad4fab2cf2cc0fa2f2338e177040356 (diff) | |
download | opt-ae62db9fd0d0c936eeac0c2efe48b17caa4fce15.tar.gz opt-ae62db9fd0d0c936eeac0c2efe48b17caa4fce15.tar.xz |
atk: updated to 2.10.0
-rw-r--r-- | atk/.footprint | 6 | ||||
-rw-r--r-- | atk/.md5sum | 2 | ||||
-rw-r--r-- | atk/Pkgfile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/atk/.footprint b/atk/.footprint index f818785f6..2c651acb2 100644 --- a/atk/.footprint +++ b/atk/.footprint @@ -36,9 +36,9 @@ drwxr-xr-x root/root usr/include/atk-1.0/atk/ -rw-r--r-- root/root usr/include/atk-1.0/atk/atkwindow.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libatk-1.0.la -lrwxrwxrwx root/root usr/lib/libatk-1.0.so -> libatk-1.0.so.0.20809.1 -lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.20809.1 --rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.20809.1 +lrwxrwxrwx root/root usr/lib/libatk-1.0.so -> libatk-1.0.so.0.21009.1 +lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.21009.1 +-rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.21009.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/atk.pc drwxr-xr-x root/root usr/share/ diff --git a/atk/.md5sum b/atk/.md5sum index b7718a6f2..1a1948f36 100644 --- a/atk/.md5sum +++ b/atk/.md5sum @@ -1 +1 @@ -c652bd25530825d604dae1c1ebd2da02 atk-2.8.0.tar.xz +e77833d4445ebe6842e9f9a0667b0be7 atk-2.10.0.tar.xz diff --git a/atk/Pkgfile b/atk/Pkgfile index fc2d41069..a295e35ce 100644 --- a/atk/Pkgfile +++ b/atk/Pkgfile @@ -4,9 +4,9 @@ # Depends on: glib name=atk -version=2.8.0 +version=2.10.0 release=1 -source=(http://download.gnome.org/sources/$name/2.8/$name-$version.tar.xz) +source=(http://download.gnome.org/sources/$name/2.10/$name-$version.tar.xz) build () { cd $name-$version |