atk: fix source URL

This commit is contained in:
Leonid Pliushch 2019-05-19 00:21:27 +03:00 committed by Yaksh Bariya
parent dcc250b6a0
commit c8f8a4973d
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="The interface definitions of accessibility infrastructur
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
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"