From 5bcfb093cd8901b45d5fda783c7f269093738686 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 7 Mar 2016 20:11:44 -0500 Subject: [PATCH] netpbm: Update revision --- packages/netpbm/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/netpbm/build.sh b/packages/netpbm/build.sh index 0d870ca16..753b244e5 100644 --- a/packages/netpbm/build.sh +++ b/packages/netpbm/build.sh @@ -4,7 +4,7 @@ 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=2665 +_SVN_REVISION=2683 TERMUX_PKG_VERSION=${_SVN_REVISION} TERMUX_PKG_DEPENDS="libpng, libxml2" TERMUX_PKG_BUILD_IN_SRC=yes