chiark / gitweb /
zile: Bump packaging version
authorIain Nicol <git@iainnicol.com>
Sun, 6 Dec 2015 18:04:21 +0000 (18:04 +0000)
committerIain Nicol <git@iainnicol.com>
Sun, 6 Dec 2015 18:04:21 +0000 (18:04 +0000)
Zile needs to be rebuilt to take advantage of a recently-committed
workaround regarding gnulib's rpl_getcwd().

packages/zile/build.sh

index 63d6fc390cbeb10de7187f914c8abe09a19f8a05..d8adb2aa1d93238b52ed5d664cfe20e44bb31856 100755 (executable)
@@ -1,7 +1,7 @@
 TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/zile/
 TERMUX_PKG_DESCRIPTION="Lightweight clone of the Emacs text editor"
 TERMUX_PKG_VERSION=2.4.11
-TERMUX_PKG_BUILD_REVISION=1
+TERMUX_PKG_BUILD_REVISION=2
 TERMUX_PKG_MAINTAINER=$(echo "Iain Nicol <git at iainnicol dot com>" | sed 's/\sat\s/@/' | sed 's/\sdot\s/./')
 TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/zile/zile-${TERMUX_PKG_VERSION}.tar.gz
 TERMUX_PKG_DEPENDS="libgc, ncurses"