Date: Friday, April 5, 2013 @ 02:21:17 Author: bisson Revision: 181863
upstream update Modified: rcs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-04 23:11:45 UTC (rev 181862) +++ PKGBUILD 2013-04-05 00:21:17 UTC (rev 181863) @@ -3,14 +3,14 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=rcs -pkgver=5.8.1 +pkgver=5.8.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=("http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('3317a9e0f324a094e48584831e1b23852f907af9') +source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") +sha1sums=('5972a7f97ab307e775083144cdf6b425c4aba7fe') build() { cd "${srcdir}/${pkgname}-${pkgver}"
