[arch-commits] Commit in pyatspi/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed Dec 8 22:18:46 UTC 2021
Date: Wednesday, December 8, 2021 @ 22:18:45
Author: heftig
Revision: 430831
2.38.2-1
Modified:
pyatspi/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-08 22:09:46 UTC (rev 430830)
+++ PKGBUILD 2021-12-08 22:18:45 UTC (rev 430831)
@@ -3,8 +3,8 @@
pkgbase=pyatspi
pkgname=(python-atspi)
-pkgver=2.38.1
-pkgrel=3
+pkgver=2.38.2
+pkgrel=1
pkgdesc="Python bindings for D-Bus AT-SPI"
url="https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus"
arch=(any)
@@ -11,13 +11,13 @@
license=(GPL2)
depends=(python-gobject at-spi2-core)
makedepends=(git)
-_commit=6d5f47ee8e8a36140b52bf52fe954a131a0aa5dd # tags/PYATSPI_2_38_1^0
+_commit=141a53029b3e16bfa5f100ae54a77234a9bf3426 # tags/PYATSPI_2_38_2^0
source=("git+https://gitlab.gnome.org/GNOME/pyatspi2.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd pyatspi2
- git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
+ git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
@@ -36,4 +36,4 @@
make DESTDIR="$pkgdir" install
}
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 et:
More information about the arch-commits
mailing list