rc: rebuild against new ncurses.

This commit is contained in:
Leah Neukirchen 2018-02-05 22:40:07 +01:00
parent 6c03c7ccea
commit aa8ccf3765

View file

@ -1,7 +1,7 @@
# Template file for 'rc' # Template file for 'rc'
pkgname=rc pkgname=rc
version=1.7.4 version=1.7.4
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="ac_cv_sys_restartable_syscalls=no configure_args="ac_cv_sys_restartable_syscalls=no
$(vopt_if readline --with-edit=gnu) $(vopt_if readline --with-edit=gnu)
@ -10,7 +10,7 @@ makedepends="$(vopt_if readline readline-devel)
$(vopt_if libedit libedit-devel)" $(vopt_if libedit libedit-devel)"
register_shell="/bin/rc" register_shell="/bin/rc"
short_desc="An alternative implementation of the plan 9 rc shell" short_desc="An alternative implementation of the plan 9 rc shell"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Leah Neukirchen <chneukirchen@gmail.com>"
license="zlib" license="zlib"
homepage="http://tobold.org/article/rc" homepage="http://tobold.org/article/rc"
distfiles="http://static.tobold.org/$pkgname/$pkgname-$version.tar.gz" distfiles="http://static.tobold.org/$pkgname/$pkgname-$version.tar.gz"