summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d3d532f147f..5e3292ddf531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = whatip-git
pkgdesc = Info on your IP
- pkgver = 1.0.r5.gb427ab6
+ pkgver = 1.0.r41.gd75b9fd
pkgrel = 1
url = https://gitlab.gnome.org/gabmus/whatip
arch = any
license = GPL3
makedepends = git
makedepends = meson
+ makedepends = blueprint-compiler-git
depends = gtk4
depends = python
depends = libadwaita
@@ -15,12 +16,9 @@ pkgbase = whatip-git
depends = iproute2
depends = python-gobject
depends = gobject-introspection
- depends = iperf3
- depends = python-iperf3
provides = whatip
conflicts = whatip
source = whatip::git+https://gitlab.gnome.org/gabmus/whatip
sha256sums = SKIP
pkgname = whatip-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6f9166a18398..d904711102ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://gitlab.gnome.org/gabmus/whatip
pkgname=whatip-git
-pkgver=1.0.r5.gb427ab6
+pkgver=1.0.r41.gd75b9fd
pkgrel=1
pkgdesc='Info on your IP'
arch=('any')
@@ -17,10 +17,8 @@ depends=(
'iproute2'
'python-gobject'
'gobject-introspection'
- 'iperf3'
- 'python-iperf3'
)
-makedepends=('git' 'meson')
+makedepends=('git' 'meson' 'blueprint-compiler-git')
provides=('whatip')
conflicts=('whatip')
source=("whatip::git+https://gitlab.gnome.org/gabmus/whatip")