diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index 245e6273b07..a5aaa961edb 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,7 +1,7 @@ # Template build file for 'rxvt-unicode'. pkgname=rxvt-unicode version=9.21 -revision=1 +revision=2 build_style=gnu-configure configure_args=" --with-terminfo=/usr/share/terminfo --enable-256-color @@ -46,7 +46,7 @@ fi if [ "$build_option_perl" ]; then configure_args+=" --enable-perl" hostmakedepends+=" perl autoconf" - makedepends+=" perl>=5.20" + makedepends+=" perl>=5.20.2" else configure_args+=" --disable-perl" fi