summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriele Musco2022-05-14 17:32:39 +0200
committerGabriele Musco2022-05-14 17:32:39 +0200
commit9d2d84590f49b2cdef24c4f6bf68c39ca5c8dc17 (patch)
treec1dd8ad448e9f3838314e78854f3f2353b1218fa /PKGBUILD
parent9de09d2154f1426af28a9b7d1c5d8d13fcac9a08 (diff)
downloadaur-9d2d84590f49b2cdef24c4f6bf68c39ca5c8dc17.tar.gz
added community/blueprint-compiler make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")