summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2022-02-20 17:02:52 -0700
committerBrian Bidulock2022-02-20 17:02:52 -0700
commit4a229c74c82eaa0847aa2c794c18c373ef17288e (patch)
treeb8953c9d2f5570b29fbe7ce81b2f308a1280c56b /PKGBUILD
parentba681f1514ea6568c000ee17fda9f79ab17e0283 (diff)
downloadaur-4a229c74c82eaa0847aa2c794c18c373ef17288e.tar.gz
shorten title, clean namcap
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ca2a827fe48..a38a62b87e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Adam Nielsen <malvineous@shikadi.net>
pkgname=smcroute
pkgver=2.5.5
-pkgrel=2
-pkgdesc="A command line tool to manipulate the multicast routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast routing."
+pkgrel=3
+pkgdesc="command line tool to manipulate kernel multicast routing"
arch=('i686' 'x86_64')
url="https://troglobit.com/smcroute.html"
license=('GPL2')
provides=('smcroute' 'mcsender')
backup=('etc/smcroute.conf')
-depends=('libcap' 'bash')
+depends=('libcap' 'bash' 'libsystemd.so')
source=("https://github.com/troglobit/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
'smcroute.conf'
'smcroute.default')