Date: Thursday, March 21, 2013 @ 22:11:50 Author: jgc Revision: 180436
upgpkg: at-spi2-atk 2.7.91-1 Modified: at-spi2-atk/trunk/PKGBUILD Deleted: at-spi2-atk/trunk/at-spi2-atk.install ---------------------+ PKGBUILD | 7 +++---- at-spi2-atk.install | 11 ----------- 2 files changed, 3 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-21 21:05:23 UTC (rev 180435) +++ PKGBUILD 2013-03-21 21:11:50 UTC (rev 180436) @@ -2,18 +2,17 @@ # Maintainer: Ionut Biru <ib...@archlinux.org> pkgname=at-spi2-atk -pkgver=2.6.2 +pkgver=2.7.91 pkgrel=1 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi" arch=('i686' 'x86_64') url="http://www.gnome.org" license=('GPL2') -depends=('at-spi2-core' 'libx11' 'atk' 'dconf') +depends=('at-spi2-core' 'libx11' 'atk') makedepends=('intltool') -install=at-spi2-atk.install options=('!libtool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa') +sha256sums=('d841303572cfdf37d0cc1424ea04f3e82fffa8860469540e02e1ab12cb1eefb7') build() { cd $pkgname-$pkgver Deleted: at-spi2-atk.install =================================================================== --- at-spi2-atk.install 2013-03-21 21:05:23 UTC (rev 180435) +++ at-spi2-atk.install 2013-03-21 21:11:50 UTC (rev 180436) @@ -1,11 +0,0 @@ -post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -}