sed: update to 4.3.
This commit is contained in:
parent
4b9e8626a6
commit
1e0a704e83
1 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sed'
|
||||
pkgname=sed
|
||||
version=4.2.2
|
||||
revision=12
|
||||
version=4.3
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-acl gl_cv_func_working_acl_get_file=yes"
|
||||
|
@ -10,5 +10,10 @@ short_desc="The GNU stream editor"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.gnu.org/software/sed"
|
||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7
|
||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=47c20d8841ce9e7b6ef8037768aac44bc2937fff1c265b291c824004d56bd0aa
|
||||
|
||||
post_extract() {
|
||||
# dont regenerate the man page with help2man...
|
||||
sed -i 's|\(^doc/sed.1:\).*$|\1|' Makefile.in
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue