Date: Friday, January 23, 2015 @ 04:15:55 Author: bisson Revision: 229669
upstream update Modified: rcs/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-23 03:15:53 UTC (rev 229668) +++ PKGBUILD 2015-01-23 03:15:55 UTC (rev 229669) @@ -3,7 +3,7 @@ # Contributor: dorphell <[email protected]> pkgname=rcs -pkgver=5.9.3 +pkgver=5.9.4 pkgrel=1 pkgdesc='Revision Control System: manages multiple revisions of files' url='http://www.gnu.org/software/rcs/' @@ -10,9 +10,8 @@ license=('GPL3') arch=('i686' 'x86_64') depends=('ed') -validpgpkeys=('748EA0E81CB8A7489BFA6CE4670322244C807502') -source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha1sums=('e4a9549678618f5d69968b10c6c9b92b29519813' 'SKIP') +source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz") +sha1sums=('e87fb2e587fa165204ef69f69b7d5cd354c4e44d') build() { cd "${srcdir}/${pkgname}-${pkgver}"
