Date: Tuesday, March 1, 2011 @ 22:59:52 Author: allan Revision: 111924
upgpkg: m4 1.4.16-1 upstream update Modified: m4/trunk/PKGBUILD m4/trunk/m4.install ------------+ PKGBUILD | 4 ++-- m4.install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-02 03:50:18 UTC (rev 111923) +++ PKGBUILD 2011-03-02 03:59:52 UTC (rev 111924) @@ -3,7 +3,7 @@ # Contributor: Andreas Radke <[email protected]> pkgname=m4 -pkgver=1.4.15 +pkgver=1.4.16 pkgrel=1 pkgdesc="The GNU macro processor" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('glibc' 'bash') install=m4.install source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz) -md5sums=('1caf3410e6590f493834dc99ee04d027') +md5sums=('7548ec061a1ba993790159764f522d0e') build() { cd ${srcdir}/$pkgname-$pkgver Modified: m4.install =================================================================== --- m4.install 2011-03-02 03:50:18 UTC (rev 111923) +++ m4.install 2011-03-02 03:59:52 UTC (rev 111924) @@ -1,4 +1,4 @@ -infodir=/usr/share/info +infodir=usr/share/info filelist=(m4.info m4.info-1 m4.info-2) post_install() {
