graphicsmagick: bump revision after 0d1170cc

This commit is contained in:
Leonid Pliushch 2019-05-06 16:54:20 +03:00
parent 9d5fc907f8
commit 04853c892d
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://www.graphicsmagick.org/
TERMUX_PKG_DESCRIPTION="Collection of image processing tools"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=1.3.31
TERMUX_PKG_REVISION=4
TERMUX_PKG_REVISION=5
TERMUX_PKG_SHA256=096bbb59d6f3abd32b562fc3b34ea90d88741dc5dd888731d61d17e100394278
# Bandwith limited on main ftp site, so it's asked to use sourceforge instead:
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/${TERMUX_PKG_VERSION}/GraphicsMagick-${TERMUX_PKG_VERSION}.tar.xz

View File

@ -1,3 +1,2 @@
TERMUX_SUBPKG_INCLUDE="lib/libGraphicsMagick++.so"
TERMUX_SUBPKG_DESCRIPTION="format-independent image processing - C++ shared library"
TERMUX_SUBPKG_DEPENDS="graphicsmagick"