[arch-commits] Commit in pyatspi/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Mar 6 13:14:56 UTC 2012


    Date: Tuesday, March 6, 2012 @ 08:14:56
  Author: heftig
Revision: 152279

2.3.91

Modified:
  pyatspi/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-06 13:14:44 UTC (rev 152278)
+++ PKGBUILD	2012-03-06 13:14:56 UTC (rev 152279)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=pyatspi
-pkgver=2.2.1
+pkgver=2.3.91
 pkgrel=1
 pkgdesc="Python bindings for at-spi"
 arch=(any)
 url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus"
 license=('GPL2')
 depends=('python2-gobject' 'at-spi2-core')
-source=(http://download.gnome.org/sources/${pkgname}/2.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('814afe09407d2197871ba5c202362421ed5bae80d11b2d110ca91510f69db37a')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('9aa4a8c1085453da67cc1f4d99ff6dea39e9f873a6a3db6de1d582717dac28be')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   sed '/AC_PATH_XTRA/d' -i configure.ac
   autoreconf
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
@@ -20,7 +20,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 




More information about the arch-commits mailing list