summaryrefslogtreecommitdiff
path: root/extra/rcs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rcs/PKGBUILD')
-rw-r--r--extra/rcs/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/rcs/PKGBUILD b/extra/rcs/PKGBUILD
index b3331b406..363c3677d 100644
--- a/extra/rcs/PKGBUILD
+++ b/extra/rcs/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 181864 2013-04-05 00:36:01Z bisson $
-# Contributor: dorphell <dorphell@archlinux.org>
+# $Id: PKGBUILD 200617 2013-11-29 21:23:04Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Contributor: dorphell <dorphell@archlinux.org>
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' 'mips64el')
-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}"