Files
termux-packages/packages/libxau/build.sh
termux-pacman-bot 1df49f81f1 chore(main/lib*): Rebuild attempt 2
- Rewrite of
  - termux#26199
  - termux#26202
  - termux#26203
  - termux#26208

- to attempt to temporarily work around
  - termux#26227
  - https://github.com/termux/termux-app/issues/4752

- termux#26227 should remain open until a permanent solution to it is found. This is to temporarily fix the inconsistent state of the repo that has occurred as an intermittent result.
2025-09-11 17:35:36 +00:00

14 lines
516 B
Bash

TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/
TERMUX_PKG_DESCRIPTION="X11 authorisation library"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.0.12"
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/lib/libXau-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_DEPENDS="xorgproto"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-static
"