fix(x11/at-spi2-atk): change git branch

Signed-off-by: 2096779623 <admin@utermux.dev>
This commit is contained in:
2096779623 2022-07-22 20:53:21 +08:00 committed by 2096779623
parent 21da08952f
commit 0754641ea4
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
diff -uNr at-spi2-atk/subprojects/at-spi2-core.wrap at-spi2-atk.mod/subprojects/at-spi2-core.wrap
--- at-spi2-atk/subprojects/at-spi2-core.wrap 2022-07-22 20:50:31.163946073 +0800
+++ at-spi2-atk.mod/subprojects/at-spi2-core.wrap 2022-07-22 20:50:51.743946065 +0800
@@ -2,4 +2,4 @@
directory=at-spi2-core
url=https://gitlab.gnome.org/GNOME/at-spi2-core.git
push-url=git@gitlab.gnome.org:GNOME/at-spi2-core.git
-revision=master
+revision=main

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="A GTK+ module that bridges ATK to D-Bus at-spi"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.38.0
TERMUX_PKG_REVISION=4
TERMUX_PKG_REVISION=5
TERMUX_PKG_SRCURL=https://gitlab.gnome.org/GNOME/at-spi2-atk.git
TERMUX_PKG_GIT_BRANCH=AT_SPI2_ATK_${TERMUX_PKG_VERSION//./_}
TERMUX_PKG_DEPENDS="dbus, glib, atk, libxtst"