diff options
author | root <root@rshg054.dnsready.net> | 2013-04-06 00:05:46 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-06 00:05:46 -0700 |
commit | fd8249d016683ade99a23251d6ffdf5d5a3e76a4 (patch) | |
tree | de9e45e44e9a8ffb85bd8895dcec0ebcd34d17e3 /extra/rcs/PKGBUILD | |
parent | 3c7a59bfd2b8340068df7dc196e0c9b612b9ef31 (diff) |
Sat Apr 6 00:05:46 PDT 2013
Diffstat (limited to 'extra/rcs/PKGBUILD')
-rw-r--r-- | extra/rcs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/rcs/PKGBUILD b/extra/rcs/PKGBUILD index 425d73d28..4e1383a9b 100644 --- a/extra/rcs/PKGBUILD +++ b/extra/rcs/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 161362 2012-06-10 09:11:36Z bisson $ +# $Id: PKGBUILD 181864 2013-04-05 00:36:01Z bisson $ # Contributor: dorphell <dorphell@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> 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}" |