summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMazhar Hussain2022-02-27 00:33:06 +0500
committerMazhar Hussain2022-02-27 00:33:06 +0500
commit0134c9cba4c8412a9cea4127fc52352d4ae87735 (patch)
tree07bf08c9ee7427154d83d99d9cd8253792ca62b1 /PKGBUILD
parentf07211ec754a750eaff8bf7f9b0d654cc978e821 (diff)
downloadaur-0134c9cba4c8412a9cea4127fc52352d4ae87735.tar.gz
add gobject-introspection as makedep
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")