sed: update to 4.6.

This commit is contained in:
maxice8 2018-12-20 18:56:58 -02:00 committed by maxice8
parent 5a70d61e51
commit 12fde132c3

View file

@ -1,17 +1,18 @@
# Template file for 'sed' # Template file for 'sed'
pkgname=sed pkgname=sed
version=4.5 version=4.7
revision=1 revision=1
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-acl gl_cv_func_working_acl_get_file=yes" configure_args="--enable-acl gl_cv_func_working_acl_get_file=yes"
makedepends="acl-devel" makedepends="acl-devel"
checkdepends="perl"
short_desc="The GNU stream editor" short_desc="The GNU stream editor"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/sed" homepage="http://www.gnu.org/software/sed"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=7aad73c8839c2bdadca9476f884d2953cdace9567ecd0d90f9959f229d146b40 checksum=2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a
post_extract() { post_extract() {
# dont regenerate the man page with help2man... # dont regenerate the man page with help2man...