summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2013-03-22 18:41:57 -0600
committerBrian Bidulock2015-06-10 07:15:04 -0600
commit989ea707e9934c9a48e19c3db243f85d9a7611a2 (patch)
tree2568e02c81d55578d9b3f5c76c46a8fd477aa5d4
parentf63c89e45e02fa93ead23513fb19002169920a8b (diff)
downloadaur-989ea707e9934c9a48e19c3db243f85d9a7611a2.tar.gz
version 3.9.6-5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--mrouted.service1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dce3877b3a0..8def99a667ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mrouted
pkgdesc = mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers.
pkgver = 3.9.6
- pkgrel = 4
+ pkgrel = 5
url = http://freshmeat.net/projects/mrouted
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mrouted
source = http://cloud.github.com/downloads/troglobit/mrouted/mrouted-3.9.6.tar.bz2
source = mrouted.service
md5sums = e88dfa6a99dd4ee7d8bc7b2dca87ca9e
- md5sums = 1724b91d87589847bef83930fdf1da62
+ md5sums = e24c3b04c1ab2822c824f8e269c0a58b
pkgname = mrouted
diff --git a/PKGBUILD b/PKGBUILD
index 49ed14805c48..894dc5a8a230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mrouted
pkgver=3.9.6
-pkgrel=4
+pkgrel=5
pkgdesc="mrouted is an implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers."
arch=('i686' 'x86_64')
url="http://freshmeat.net/projects/mrouted"
@@ -9,7 +9,7 @@ backup=('etc/mrouted.conf')
source=("http://cloud.github.com/downloads/troglobit/mrouted/mrouted-${pkgver}.tar.bz2"
"mrouted.service")
md5sums=('e88dfa6a99dd4ee7d8bc7b2dca87ca9e'
- '1724b91d87589847bef83930fdf1da62')
+ 'e24c3b04c1ab2822c824f8e269c0a58b')
build() {
cd "$srcdir/${pkgname}-${pkgver}/"
diff --git a/mrouted.service b/mrouted.service
index 8c8935b83cb6..89af46bf9074 100644
--- a/mrouted.service
+++ b/mrouted.service
@@ -2,6 +2,7 @@
Description=Multicast Route Daemon
After=network.target
ConditionPathExists=/etc/mrouted.conf
+Conflicts=pimd.service smcroute.service
[Service]
Type=forking