Date: Thursday, July 9, 2015 @ 15:20:08 Author: lfleischer Revision: 136584
upgpkg: tcsh 6.19.00-1 Upstream update. Modified: tcsh/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-09 13:15:48 UTC (rev 136583) +++ PKGBUILD 2015-07-09 13:20:08 UTC (rev 136584) @@ -1,11 +1,10 @@ -# $Id$ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Maintainer: Lukas Fleischer <[email protected]> # Contributor: Eric Belanger <[email protected]> # Contributor: Judd Vinet <[email protected]> pkgname=tcsh -pkgver=6.18.01 -pkgrel=2 +pkgver=6.19.00 +pkgrel=1 pkgdesc='Enhanced version of the Berkeley C shell.' arch=('i686' 'x86_64') url='http://www.tcsh.org/Welcome' @@ -17,7 +16,7 @@ source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'csh.cshrc' 'csh.login') -md5sums=('6eed09dbd4223ab5b6955378450d228a' +md5sums=('f5f854833578647795bc906dd4bcb5d5' '7ca0fe6d1a1b9a0093f632499d4fb112' '4869b9da87c79854e2cc97241f125853') @@ -39,5 +38,3 @@ ln -s tcsh "${pkgdir}/usr/bin/csh" ln -s tcsh.1 "${pkgdir}/usr/share/man/man1/csh.1" } - -# vim:set ts=2 sw=2 et:
