summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2022-05-14 17:32:39 +0200
committerGabriele Musco2022-05-14 17:32:39 +0200
commit9d2d84590f49b2cdef24c4f6bf68c39ca5c8dc17 (patch)
treec1dd8ad448e9f3838314e78854f3f2353b1218fa
parent9de09d2154f1426af28a9b7d1c5d8d13fcac9a08 (diff)
downloadaur-9d2d84590f49b2cdef24c4f6bf68c39ca5c8dc17.tar.gz
added community/blueprint-compiler make dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3292ddf531..6ac35f569e80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = whatip-git
pkgdesc = Info on your IP
- pkgver = 1.0.r41.gd75b9fd
+ pkgver = 1.1.r7.g97c9bcc
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..569a8864f472 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.1.r7.g97c9bcc
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")