summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriele Musco2022-03-25 10:07:27 +0100
committerGabriele Musco2022-03-25 10:07:27 +0100
commit9de09d2154f1426af28a9b7d1c5d8d13fcac9a08 (patch)
tree9eb96a8aadf350cbbbf8283bf810b6582df49158 /PKGBUILD
parent481018d1e1398e0ae3cd2ccca1e03064365e1adf (diff)
downloadaur-9de09d2154f1426af28a9b7d1c5d8d13fcac9a08.tar.gz
Revert "added blueprint-compiler dependency"
This reverts commit 481018d1e1398e0ae3cd2ccca1e03064365e1adf.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c033b0040a3..d904711102ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream URL: https://gitlab.gnome.org/gabmus/whatip
pkgname=whatip-git
-pkgver=1.0.r49.g6161b94
+pkgver=1.0.r41.gd75b9fd
pkgrel=1
pkgdesc='Info on your IP'
arch=('any')
@@ -17,7 +17,6 @@ depends=(
'iproute2'
'python-gobject'
'gobject-introspection'
- 'blueprint-compiler-git'
)
makedepends=('git' 'meson' 'blueprint-compiler-git')
provides=('whatip')