diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2013-10-14 21:51:57 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2013-10-24 14:31:47 +0200 |
commit | edb44e9381116ad87260be60d2ca00c9a6d354dc (patch) | |
tree | 9cfc4a8a1d254f0dbf14d9809145cd76f5694a05 /at-spi2-core | |
parent | ae62db9fd0d0c936eeac0c2efe48b17caa4fce15 (diff) | |
download | opt-edb44e9381116ad87260be60d2ca00c9a6d354dc.tar.gz opt-edb44e9381116ad87260be60d2ca00c9a6d354dc.tar.xz |
at-spi2-core: updated to 2.10.1
Diffstat (limited to 'at-spi2-core')
-rw-r--r-- | at-spi2-core/.footprint | 1 | ||||
-rw-r--r-- | at-spi2-core/.md5sum | 2 | ||||
-rw-r--r-- | at-spi2-core/Pkgfile | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/at-spi2-core/.footprint b/at-spi2-core/.footprint index ebe1aa6b9..3faf59df7 100644 --- a/at-spi2-core/.footprint +++ b/at-spi2-core/.footprint @@ -18,6 +18,7 @@ drwxr-xr-x root/root usr/include/at-spi-2.0/atspi/ -rw-r--r-- root/root usr/include/at-spi-2.0/atspi/atspi-device-listener.h -rw-r--r-- root/root usr/include/at-spi-2.0/atspi/atspi-document.h -rw-r--r-- root/root usr/include/at-spi-2.0/atspi/atspi-editabletext.h +-rw-r--r-- root/root usr/include/at-spi-2.0/atspi/atspi-enum-types.h -rw-r--r-- root/root usr/include/at-spi-2.0/atspi/atspi-event-listener-private.h -rw-r--r-- root/root usr/include/at-spi-2.0/atspi/atspi-event-listener.h -rw-r--r-- root/root usr/include/at-spi-2.0/atspi/atspi-gmain.c diff --git a/at-spi2-core/.md5sum b/at-spi2-core/.md5sum index 7b2fa4191..cda69278b 100644 --- a/at-spi2-core/.md5sum +++ b/at-spi2-core/.md5sum @@ -1 +1 @@ -93b57d5d56d15d1222ddf2386e2f869f at-spi2-core-2.8.0.tar.xz +364d558c6fe6eb6b4adcf63dbd632f4b at-spi2-core-2.10.1.tar.xz diff --git a/at-spi2-core/Pkgfile b/at-spi2-core/Pkgfile index 6c15f1e85..5f19b897a 100644 --- a/at-spi2-core/Pkgfile +++ b/at-spi2-core/Pkgfile @@ -4,9 +4,9 @@ # Depends on: dbus, glib, intltool, xorg-libxtst name=at-spi2-core -version=2.8.0 +version=2.10.1 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.8/at-spi2-core-$version.tar.xz) +source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.10/at-spi2-core-$version.tar.xz) build() { cd $name-$version |