summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3292ddf531..3a2e21c9180f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = whatip-git
pkgdesc = Info on your IP
- pkgver = 1.0.r41.gd75b9fd
+ pkgver = 1.2.r0.g678ba7e
pkgrel = 1
url = https://gitlab.gnome.org/gabmus/whatip
arch = any
license = GPL3
makedepends = git
makedepends = meson
- makedepends = blueprint-compiler-git
+ makedepends = blueprint-compiler
depends = gtk4
depends = python
depends = libadwaita
diff --git a/PKGBUILD b/PKGBUILD
index d904711102ff..164120c0b70e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://gitlab.gnome.org/gabmus/whatip
pkgname=whatip-git
-pkgver=1.0.r41.gd75b9fd
+pkgver=1.2.r0.g678ba7e
pkgrel=1
pkgdesc='Info on your IP'
arch=('any')
@@ -18,7 +18,7 @@ depends=(
'python-gobject'
'gobject-introspection'
)
-makedepends=('git' 'meson' 'blueprint-compiler-git')
+makedepends=('git' 'meson' 'blueprint-compiler')
provides=('whatip')
conflicts=('whatip')
source=("whatip::git+https://gitlab.gnome.org/gabmus/whatip")