[arch-commits] Commit in orca/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Thu Sep 29 19:02:48 UTC 2011
Date: Thursday, September 29, 2011 @ 15:02:48
Author: ibiru
Revision: 139116
drop python2-json-py because it doesn't provide load. python2 has it's own json implemention which has all the methods. Fixes FS#26150
Modified:
orca/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-29 18:38:50 UTC (rev 139115)
+++ PKGBUILD 2011-09-29 19:02:48 UTC (rev 139116)
@@ -4,14 +4,14 @@
pkgname=orca
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Screen reader for individuals who are blind or visually impaired"
arch=(any)
license=('LGPL')
url="http://www.gnome.org/projects/orca"
install=orca.install
options=('!libtool')
-depends=('gtk3' 'python2-gobject' 'at-spi2-core' 'dbus-python' 'python2-json-py' 'pyatspi' 'pyxdg' 'speech-dispatcher' 'liblouis' 'brltty' 'hicolor-icon-theme')
+depends=('gtk3' 'python2-gobject' 'at-spi2-core' 'dbus-python' 'pyatspi' 'pyxdg' 'speech-dispatcher' 'liblouis' 'brltty' 'hicolor-icon-theme')
makedepends=('intltool' 'gnome-doc-utils')
groups=('gnome-extra')
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
More information about the arch-commits
mailing list