summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e45bfdceb2af..fd9f6b110148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=gdm-settings
__pkgver='0.3-alpha'
pkgver=${__pkgver/-/+}
-pkgrel=2
+pkgrel=3
pkgdesc="A settings app for Gnome's Login Manager (GDM)"
arch=(any)
url="https://github.com/realmazharhussain/gdm-settings"
license=('AGPL3')
depends=('libadwaita' 'glib2' 'python-gobject')
-makedepends=('git' 'meson' 'blueprint-compiler-git>=r128')
+makedepends=('git' 'meson' 'blueprint-compiler-git>=r128' 'gobject-introspection')
checkdepends=('appstream')
backup=()
source=("${pkgname}-${__pkgver}.tar.gz"::"$url/archive/refs/tags/v${__pkgver}.tar.gz")