Date: Monday, June 26, 2017 @ 06:25:53 Author: bpiotrowski Revision: 299256
6.4-1: new upstream release Modified: texinfo/trunk/PKGBUILD Deleted: texinfo/trunk/texinfo-6.0-disable-failing-info-test.patch ---------------------------------------------+ PKGBUILD | 21 +++++++-------------- texinfo-6.0-disable-failing-info-test.patch | 11 ----------- 2 files changed, 7 insertions(+), 25 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-26 01:00:50 UTC (rev 299255) +++ PKGBUILD 2017-06-26 06:25:53 UTC (rev 299256) @@ -4,30 +4,23 @@ # Contributor: Tom Newsom <[email protected]> pkgname=texinfo -pkgver=6.3 -pkgrel=2 +pkgver=6.4 +pkgrel=1 pkgdesc='GNU documentation system for on-line information and printed output' -arch=('i686' 'x86_64') +arch=(i686 x86_64) url='http://www.gnu.org/software/texinfo/' -license=('GPL3') -groups=('base' 'base-devel') -depends=('ncurses' 'gzip' 'perl' 'sh') +license=(GPL3) +groups=(base base-devel) +depends=(ncurses gzip perl sh) source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} - texinfo-6.0-disable-failing-info-test.patch texinfo-install.hook texinfo-remove.hook) -md5sums=('32baefe5c7080dfb512a4eac5ce67b2a' +md5sums=('2a676c8339efe6ddea0f1cb52e626d15' 'SKIP' - '8bfaa21315a8a6184811de8478005d22' '9a98fb162650ff3065f9a4ebec22db36' '5590fb3ef9ec309c98f5a4d85eca49da') validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith -prepare() { - cd $pkgname-$pkgver - patch -p1 -i ../texinfo-6.0-disable-failing-info-test.patch -} - build() { cd $pkgname-$pkgver ./configure --prefix=/usr Deleted: texinfo-6.0-disable-failing-info-test.patch =================================================================== --- texinfo-6.0-disable-failing-info-test.patch 2017-06-26 01:00:50 UTC (rev 299255) +++ texinfo-6.0-disable-failing-info-test.patch 2017-06-26 06:25:53 UTC (rev 299256) @@ -1,11 +0,0 @@ -diff -up texinfo-6.0/info/Makefile.in.orig texinfo-6.0/info/Makefile.in ---- texinfo-6.0/info/Makefile.in.orig 2015-07-14 13:17:44.298882856 +0200 -+++ texinfo-6.0/info/Makefile.in 2015-07-14 13:18:13.082004108 +0200 -@@ -1695,7 +1695,6 @@ TESTS = \ - t/end-of-line.sh \ - t/goal-column.sh \ - t/star-note-non-whitespace.sh \ -- t/c-u-m-x-scroll-forward.sh \ - t/last-no-history.sh \ - t/split-footnotes.sh \ - t/window-split-dir.sh \
