diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,4 +1,5 @@
libc.so.6
+libcap.so.2
libm.so.6
libncursesw.so.5
libresolv.so.2
diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- network.utils
-
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,17 @@
name : mtr
-version : 0.86
-release : 1
+version : 0.92
+release : 2
source :
- - ftp://ftp.bitwizard.nl/mtr/mtr-0.86.tar.gz : c5d948920b641cc35f8b380fc356ddfe07cce6a9c6474afe242fc58113f28c06
+ - ftp://ftp.bitwizard.nl/mtr/mtr-0.92.tar.gz : f2979db9e2f41aa8e6574e7771767c9afe111d9213814eb47f5e1e71876e4382
license : GPL-2.0
+component : network.utils
summary : Combines the functionality of traceroute and ping into one tool (CLI version)
description: |
Combines the functionality of traceroute and ping into one tool (CLI version)
builddeps :
+ - pkgconfig(libcap)
setup : |
- %configure --sbindir=/usr/bin
+ %configure --sbindir=/usr/bin --without-gtk
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,14 +2,15 @@
mtr
- Justin Zobel
- justin.zobel@gmail.com
+ Michael Meinertzhagen
+ mmeinert@protonmail.com
GPL-2.0
+ network.utils
Combines the functionality of traceroute and ping into one tool (CLI version)
Combines the functionality of traceroute and ping into one tool (CLI version)
- https://evolve-os.com/sources/README
+ https://solus-project.com/sources/README.Solus
mtr
@@ -18,17 +19,18 @@
network.utils
- /usr/share/man
/usr/bin
+ /usr/share/bash-completion/completions/mtr
+ /usr/share/man
-
- 2015-03-16
- 0.86
+
+ 2017-06-14
+ 0.92
Packaging update
- Justin Zobel
- justin.zobel@gmail.com
+ Michael Meinertzhagen
+ mmeinert@protonmail.com
\ No newline at end of file