summaryrefslogtreecommitdiff
path: root/extra/rcs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rcs/PKGBUILD')
-rw-r--r--extra/rcs/PKGBUILD8
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}"