summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2020-02-19 16:58:10 +0100
committerGabriele Musco2020-02-19 16:58:10 +0100
commitaa092f6fe73ee569cf4b48f245295de8a77dcefc (patch)
tree0d8a6005d4135ff3cc5ccfd128895300bb00a78f
parent5095023cecd4c98f6dcd5d2a445507b5c3a74e8e (diff)
downloadaur-aa092f6fe73ee569cf4b48f245295de8a77dcefc.tar.gz
updated dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b193bf27e4a9..de329587adf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whatip-git
pkgdesc = Info on your IP
- pkgver = c6d0337
+ pkgver = 0.1.1.r7.g6f51f62
pkgrel = 1
url = https://gitlab.gnome.org/gabmus/whatip
arch = any
@@ -11,7 +11,7 @@ pkgbase = whatip-git
depends = python
depends = libhandy
depends = python-requests
- depends = python-pyroute2
+ depends = python-netaddr
depends = iproute2
depends = python-gobject
depends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index 3fe8f827a8bd..e27e224e899e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://gitlab.gnome.org/gabmus/whatip
pkgname=whatip-git
-pkgver=c6d0337
+pkgver=0.1.1.r7.g6f51f62
pkgrel=1
pkgdesc='Info on your IP'
arch=('any')
@@ -13,7 +13,7 @@ depends=(
'python'
'libhandy'
'python-requests'
- 'python-pyroute2'
+ 'python-netaddr'
'iproute2'
'python-gobject'
'gobject-introspection'