From c8f8a4973dcdcdab3e2fc96402a3a4a02b10a505 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 19 May 2019 00:21:27 +0300 Subject: [PATCH] atk: fix source URL --- x11-packages/atk/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-packages/atk/build.sh b/x11-packages/atk/build.sh index 274908afd..395e785bc 100644 --- a/x11-packages/atk/build.sh +++ b/x11-packages/atk/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="The interface definitions of accessibility infrastructur TERMUX_PKG_LICENSE="LGPL-2.0" TERMUX_PKG_MAINTAINER="Leonid Plyushch " TERMUX_PKG_VERSION=2.32.0 -TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/atk/2.30/atk-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SRCURL=https://ftp.gnome.org/pub/gnome/sources/atk/${TERMUX_PKG_VERSION:0:3}/atk-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=c3212e849fffe1f8099fe05e1f5e2d357a56458e5b288bfdceabdd5d6c814441 TERMUX_PKG_DEPENDS="glib"