Date: Saturday, November 5, 2022 @ 21:47:28
  Author: heftig
Revision: 460722

2.46.0-1

Modified:
  pyatspi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-05 21:47:17 UTC (rev 460721)
+++ PKGBUILD    2022-11-05 21:47:28 UTC (rev 460722)
@@ -3,7 +3,7 @@
 
 pkgbase=pyatspi
 pkgname=(python-atspi)
-pkgver=2.38.2
+pkgver=2.46.0
 pkgrel=1
 pkgdesc="Python bindings for D-Bus AT-SPI"
 url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus";
@@ -11,7 +11,7 @@
 license=(GPL2)
 depends=(python-gobject at-spi2-core)
 makedepends=(git)
-_commit=141a53029b3e16bfa5f100ae54a77234a9bf3426  # tags/PYATSPI_2_38_2^0
+_commit=c9cb2a2289a6eb1fb95b66c25d5351bfea54c47e  # tags/PYATSPI_2_46_0^0
 source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -27,7 +27,8 @@
 
 build() (
   cd pyatspi2
-  ./configure --prefix=/usr --with-python=/usr/bin/python
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --with-python=/usr/bin/python
   make
 )
 
@@ -36,4 +37,4 @@
   make DESTDIR="$pkgdir" install
 }
 
-# vim:set sw=2 et:
+# vim:set sw=2 sts=-1 et:

Reply via email to