sed: update to 4.6.
This commit is contained in:
parent
5a70d61e51
commit
12fde132c3
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'sed'
|
||||
pkgname=sed
|
||||
version=4.5
|
||||
version=4.7
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-acl gl_cv_func_working_acl_get_file=yes"
|
||||
makedepends="acl-devel"
|
||||
checkdepends="perl"
|
||||
short_desc="The GNU stream editor"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/sed"
|
||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=7aad73c8839c2bdadca9476f884d2953cdace9567ecd0d90f9959f229d146b40
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=2885768cd0a29ff8d58a6280a270ff161f6a3deb5690b2be6c49f46d4c67bd6a
|
||||
|
||||
post_extract() {
|
||||
# dont regenerate the man page with help2man...
|
||||
|
|
Loading…
Reference in a new issue