diff options
Diffstat (limited to 'extra/at-spi/PKGBUILD')
-rw-r--r-- | extra/at-spi/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/at-spi/PKGBUILD b/extra/at-spi/PKGBUILD index c42990c8f..a4f346b6c 100644 --- a/extra/at-spi/PKGBUILD +++ b/extra/at-spi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 148676 2012-02-05 11:46:33Z ibiru $ +# $Id: PKGBUILD 197866 2013-10-30 11:21:08Z allan $ # Maintainer: Jan de Groot <jan@archlinux.org> pkgname=at-spi @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') license=('GPL') depends=('libbonobo' 'libxtst' 'gtk2' 'gconf') makedepends=('pkgconfig' 'python2' 'intltool' 'libice' 'libsm') -options=('!libtool' '!emptydirs') +options=('!emptydirs') url="http://www.gnome.org" install=at-spi.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.32/${pkgname}-${pkgver}.tar.bz2) |