summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2022-02-20 17:02:52 -0700
committerBrian Bidulock2022-02-20 17:02:52 -0700
commit4a229c74c82eaa0847aa2c794c18c373ef17288e (patch)
treeb8953c9d2f5570b29fbe7ce81b2f308a1280c56b
parentba681f1514ea6568c000ee17fda9f79ab17e0283 (diff)
downloadaur-4a229c74c82eaa0847aa2c794c18c373ef17288e.tar.gz
shorten title, clean namcap
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c519784696f..a678ef4085da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = smcroute
- pkgdesc = A command line tool to manipulate the multicast routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast routing.
+ pkgdesc = command line tool to manipulate kernel multicast routing
pkgver = 2.5.5
- pkgrel = 2
+ pkgrel = 3
url = https://troglobit.com/smcroute.html
arch = i686
arch = x86_64
license = GPL2
depends = libcap
depends = bash
+ depends = libsystemd.so
provides = smcroute
provides = mcsender
backup = etc/smcroute.conf
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')