summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:18:48 -0600
committerBrian Bidulock2015-06-10 07:15:07 -0600
commitdd92953a74bf1172498be5f28c3bf08e5d62ebd9 (patch)
tree72e4be13709d7bba47e7b1910b2978125a8c173a
parentdaf7a57183fb8fc9e2b752d14a20dfbd21dbd786 (diff)
downloadaur-dd92953a74bf1172498be5f28c3bf08e5d62ebd9.tar.gz
version 3.9.6-7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 269235f4b9ed..8ffe76e3ffdd 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 = 6
+ pkgrel = 7
url = http://freshmeat.net/projects/mrouted
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a17315ba1796..dd6be0f5e6b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mrouted
pkgver=3.9.6
-pkgrel=6
+pkgrel=7
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"
@@ -22,4 +22,7 @@ package() {
cd "$srcdir/${pkgname}-${pkgver}/"
make prefix=/usr DESTDIR=$pkgdir install || return 1
install -Dm644 $srcdir/mrouted.service "$pkgdir/usr/lib/systemd/system/mrouted.service"
+ # and this was supposed to be "easier"?
+ mv "$pkgdir/usr/bin/mtrace" "$pkgdir/usr/bin/mrtrace"
+ mv "$pkgdir/usr/share/man/man8/mtrace.8" "$pkgdir/usr/share/man/man8/mrtrace.8"
}