summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-01-24 21:15:08 -0700
committerBrian Bidulock2020-01-24 21:15:08 -0700
commit7c3efc0ac9a833a6c4f2e608230ae64a5f6a5882 (patch)
treed75b759ed04882a31f68a098d7b9fd75d29a12ea
parent1dec1f70ee98a22af658d88ce613b5d68a917d56 (diff)
downloadaur-7c3efc0ac9a833a6c4f2e608230ae64a5f6a5882.tar.gz
uppkg
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3354712dd324..bf9463e52f9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = smcroute
pkgdesc = A command line tool to manipulate the multicast routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast routing.
- pkgver = 2.4.3
+ pkgver = 2.4.4
pkgrel = 1
url = https://troglobit.com/smcroute.html
arch = i686
arch = x86_64
license = GPL2
- depends = glibc
+ depends = libcap
+ depends = bash
provides = smcroute
provides = mcsender
backup = etc/smcroute.conf
- source = https://github.com/troglobit/smcroute/releases/download/2.4.3/smcroute-2.4.3.tar.xz
+ source = https://github.com/troglobit/smcroute/releases/download/2.4.4/smcroute-2.4.4.tar.xz
source = smcroute.conf.example
source = smcroute.service
- md5sums = e57310c8135b65b7f84c0674a3e46f1a
+ md5sums = a1dc8c54c684e8c8de139444f73a0ba3
md5sums = 98bdb5bbd222686761e318ee04825b7a
md5sums = 7b28500642045b2482f5ac873da0f86b
diff --git a/PKGBUILD b/PKGBUILD
index 0f3b257e1798..7d8e04e19662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Julien Sopena (jsopena.archlinux@free.fr)
pkgname=smcroute
-pkgver=2.4.3
+pkgver=2.4.4
pkgrel=1
pkgdesc="A command line tool to manipulate the multicast routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast routing."
arch=('i686' 'x86_64')
@@ -9,11 +9,11 @@ url="https://troglobit.com/smcroute.html"
license=('GPL2')
provides=('smcroute' 'mcsender')
backup=('etc/smcroute.conf')
-depends=('glibc')
+depends=('libcap' 'bash')
source=("https://github.com/troglobit/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
'smcroute.conf.example'
'smcroute.service')
-md5sums=('e57310c8135b65b7f84c0674a3e46f1a'
+md5sums=('a1dc8c54c684e8c8de139444f73a0ba3'
'98bdb5bbd222686761e318ee04825b7a'
'7b28500642045b2482f5ac873da0f86b')