Date: Friday, March 8, 2019 @ 22:00:39 Author: bpiotrowski Revision: 347465
6.6-1 Modified: texinfo/trunk/PKGBUILD Deleted: texinfo/trunk/r8006.patch -------------+ PKGBUILD | 17 +++++------------ r8006.patch | 16 ---------------- 2 files changed, 5 insertions(+), 28 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-08 22:00:37 UTC (rev 347464) +++ PKGBUILD 2019-03-08 22:00:39 UTC (rev 347465) @@ -3,8 +3,8 @@ # Contributor: Tom Newsom <[email protected]> pkgname=texinfo -pkgver=6.5 -pkgrel=2 +pkgver=6.6 +pkgrel=1 pkgdesc='GNU documentation system for on-line information and printed output' arch=(x86_64) url='http://www.gnu.org/software/texinfo/' @@ -13,20 +13,13 @@ depends=(ncurses gzip perl sh) source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} texinfo-install.hook - texinfo-remove.hook - r8006.patch) -md5sums=('3715197e62e0e07f85860b3d7aab55ed' + texinfo-remove.hook) +md5sums=('5231da3e6aa106cd0532b8609e5b3702' 'SKIP' '9a98fb162650ff3065f9a4ebec22db36' - '5590fb3ef9ec309c98f5a4d85eca49da' - 'd764aef5e2e5424f3f2d8303542d7443') + '5590fb3ef9ec309c98f5a4d85eca49da') validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith -prepare() { - cd $pkgname-$pkgver - patch -p1 -i "$srcdir/r8006.patch" -} - build() { cd $pkgname-$pkgver ./configure --prefix=/usr Deleted: r8006.patch =================================================================== --- r8006.patch 2019-03-08 22:00:37 UTC (rev 347464) +++ r8006.patch 2019-03-08 22:00:39 UTC (rev 347465) @@ -1,16 +0,0 @@ ---- trunk/tp/Texinfo/Parser.pm 2018/06/04 19:51:36 8006 -+++ trunk/tp/Texinfo/Parser.pm 2018/07/13 15:31:28 8007 -@@ -5531,11 +5531,11 @@ - } - } elsif ($command eq 'clickstyle') { - # REMACRO -- if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*/) { -+ if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*/) { - $args = ['@'.$1]; - $self->{'clickstyle'} = $1; - $remaining = $line; -- $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*(\@(c|comment)((\@|\s+).*)?)?//; -+ $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*(\@(c|comment)((\@|\s+).*)?)?//; - $has_comment = 1 if (defined($4)); - } else { - $self->line_error (sprintf($self->__(
