summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazhar Hussain2022-03-30 14:52:32 +0500
committerMazhar Hussain2022-03-30 14:52:32 +0500
commit5435f57afd550c8ff3f4aa25e3972ffe3b72bf18 (patch)
tree9eb0541017860ac125a949a41d49932ac0acbf7d
parent653f6d249d133444a83e4f86c392a184b280ef68 (diff)
downloadaur-5435f57afd550c8ff3f4aa25e3972ffe3b72bf18.tar.gz
remove git build-dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6eabfba3fce..5c9ec2833df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = gdm-settings
arch = any
license = AGPL3
checkdepends = appstream
- makedepends = git
makedepends = meson
makedepends = blueprint-compiler-git
makedepends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index 8583aec48793..6c432c7a4ee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/realmazharhussain/gdm-settings"
license=('AGPL3')
depends=('libadwaita' 'glib2' 'python-gobject' 'gettext')
-makedepends=('git' 'meson' 'blueprint-compiler-git' 'gobject-introspection')
+makedepends=('meson' 'blueprint-compiler-git' 'gobject-introspection')
checkdepends=('appstream')
backup=()
source=("${pkgname}-${__pkgver}.tar.gz"::"$url/archive/refs/tags/v${__pkgver}.tar.gz")