From 61e090957dbc6b062f3a1af7eeb0d58478c6657d Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 12 Jan 2014 03:39:46 +0000 Subject: Sun Jan 12 03:35:50 UTC 2014 --- community/radvd/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/radvd') diff --git a/community/radvd/PKGBUILD b/community/radvd/PKGBUILD index c82d36b9a..408f7dae9 100644 --- a/community/radvd/PKGBUILD +++ b/community/radvd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 101735 2013-11-30 16:21:06Z seblu $ +# $Id: PKGBUILD 103783 2014-01-11 19:10:38Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Kaiting Chen # Contributor: Mark Smith pkgname=radvd -pkgver=1.9.7 +pkgver=1.9.8 pkgrel=1 pkgdesc='IPv6 Router Advertisement Daemon' url='http://www.litech.org/radvd/' @@ -12,9 +12,10 @@ license=('custom') depends=('glibc' 'libdaemon') arch=('i686' 'x86_64') backup=('etc/radvd.conf') -source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz" +source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc} "$pkgname.service") -sha1sums=('92f7eadfee951f787e861f41c344689416f3f504' +sha1sums=('69db8ee2e74e2312db482882bb68726f7bbd3477' + 'SKIP' '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc') build() { cd ${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf