Date: Friday, November 29, 2013 @ 22:17:31 Author: bisson Revision: 200615
upstream update Modified: rcs/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-29 21:11:21 UTC (rev 200614) +++ PKGBUILD 2013-11-29 21:17:31 UTC (rev 200615) @@ -1,16 +1,17 @@ # $Id$ +# Maintainer: Gaetan Bisson <[email protected]> # Contributor: dorphell <[email protected]> -# Maintainer: Gaetan Bisson <[email protected]> pkgname=rcs -pkgver=5.8.2 +pkgver=5.9.2 pkgrel=1 pkgdesc='Revision Control System: manages multiple revisions of files' url='http://www.gnu.org/software/rcs/' license=('GPL3') arch=('i686' 'x86_64') -source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('5972a7f97ab307e775083144cdf6b425c4aba7fe') +depends=('ed') +source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +sha1sums=('cb053f6ba87ab6ea03306d6241e1cde67182100b' 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}"
