Date: Sunday, February 23, 2014 @ 15:22:23 Author: jgc Revision: 206279
upgpkg: at-spi2-core 2.11.90-1 Modified: at-spi2-core/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-23 14:12:18 UTC (rev 206278) +++ PKGBUILD 2014-02-23 14:22:23 UTC (rev 206279) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=at-spi2-core -pkgver=2.10.2 +pkgver=2.11.90 pkgrel=1 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ license=('GPL2') depends=('dbus' 'glib2' 'libxtst') makedepends=('intltool' 'gobject-introspection') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d3da58f84f4c8e4d5fe940ecb52fb27b4d9ea2b4dcdb3e1fae0f46b5eaa2dde1') +source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('32c71d38a7f4dd744d53d23e05c237ae3788f37d0d0ea55b72db90d232c6dbb7') build() { cd $pkgname-$pkgver
