X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..382cfb780ca9a40f80e3932544bd32aeccb66e5a:/packages/netpbm/build.sh diff --git a/packages/netpbm/build.sh b/packages/netpbm/build.sh index 9cc5ca4a..aeb66dfc 100644 --- a/packages/netpbm/build.sh +++ b/packages/netpbm/build.sh @@ -4,8 +4,8 @@ TERMUX_PKG_DESCRIPTION="Toolkit for manipulation of graphic images, including co # and are divided among (1) Development, (2) Advanced, (3) Stable and (4) Super Stable. # Only Super Stable is distributed as a tar ball, but is outdated and does not compile with modern libpng. # So use revisions from http://svn.code.sf.net/p/netpbm/code/advanced for packages. -_SVN_REVISION=2523 -TERMUX_PKG_VERSION=r${_SVN_REVISION} +_SVN_REVISION=2751 +TERMUX_PKG_VERSION=${_SVN_REVISION} TERMUX_PKG_DEPENDS="libpng, libxml2" TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_MAKE_PROCESSES=1