sed: update to 4.9
This commit is contained in:
parent
ea6c82cd02
commit
bdd955945c
@ -1,8 +1,8 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=sed
|
||||
pkgver=4.8
|
||||
pkgrel=3
|
||||
pkgver=4.9
|
||||
pkgrel=1
|
||||
pkgdesc="GNU stream editor"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.gnu.org/software/sed"
|
||||
@ -12,10 +12,10 @@ makedepends=('gettext' 'gettext-devel' 'autotools' 'gcc')
|
||||
source=(https://ftp.gnu.org/pub/gnu/sed/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||
sed-4.4-1.src.patch
|
||||
sed-4.4-msys-use-text-mode.patch)
|
||||
sha256sums=('f79b0cfea71b37a8eeec8490db6c5f7ae7719c35587f21edb0617f370eeff633'
|
||||
sha256sums=('6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181'
|
||||
'SKIP'
|
||||
'12525e7bf4a1b57913d4047a2313f9127f29468193c2b583cfdfa128b4141032'
|
||||
'5b25526061d61aaecdec464bccc1e1a78d0e0a64dabdd0eea759399f6c92e0a7')
|
||||
'a6cf37f31c11f5fbc6d11fb379a3feabdcbe0606b69941d82449d106299ffbf6')
|
||||
validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE')
|
||||
|
||||
prepare() {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
--- sed-4.4/sed/sed.c.orig 2017-02-23 22:01:05.503921600 +0300
|
||||
+++ sed-4.4/sed/sed.c 2017-02-23 22:01:46.289254400 +0300
|
||||
@@ -61,7 +61,11 @@
|
||||
--- a/sed/sed.c
|
||||
+++ b/sed/sed.c
|
||||
@@ -68,7 +68,11 @@
|
||||
char *in_place_extension = NULL;
|
||||
|
||||
/* The mode to use to read/write files, either "r"/"w" or "rb"/"wb". */
|
||||
@ -11,4 +11,4 @@
|
||||
+#endif
|
||||
char const *write_mode = "w";
|
||||
|
||||
/* Do we need to be pedantically POSIX compliant? */
|
||||
#if O_BINARY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user