chiark / gitweb /
netpbm: Update and remove invalid "r" prefix
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 4 Oct 2015 14:15:40 +0000 (10:15 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 4 Oct 2015 14:15:40 +0000 (10:15 -0400)
Otherwise dpkg fails with "version number does not start with digit".

Fixes #18.

packages/netpbm/build.sh

index 5a6c3fe9533f1fbc87d57706df4de22aad053746..7142b935cc7adecd110f2b4987e56bd482c265b9 100644 (file)
@@ -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=2592
-TERMUX_PKG_VERSION=r${_SVN_REVISION}
+_SVN_REVISION=2643
+TERMUX_PKG_VERSION=${_SVN_REVISION}
 TERMUX_PKG_DEPENDS="libpng, libxml2"
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_MAKE_PROCESSES=1