diff options
Diffstat (limited to 'extra/rcs/PKGBUILD')
-rw-r--r-- | extra/rcs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/rcs/PKGBUILD b/extra/rcs/PKGBUILD index 814bd760d..425d73d28 100644 --- a/extra/rcs/PKGBUILD +++ b/extra/rcs/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 137009 2011-09-05 07:46:17Z bisson $ +# $Id: PKGBUILD 161362 2012-06-10 09:11:36Z bisson $ # Contributor: dorphell <dorphell@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=rcs -pkgver=5.8 +pkgver=5.8.1 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=('6ba0c3ea2d170990214a26b323feaadb89bb4206') +sha1sums=('3317a9e0f324a094e48584831e1b23852f907af9') build() { cd "${srcdir}/${pkgname}-${pkgver}" |