summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazhar Hussain2022-06-13 08:37:08 +0500
committerMazhar Hussain2022-06-13 08:37:08 +0500
commit5e099c0d33b8e4f3ccf140643fd24a0725d54331 (patch)
treee8e196dd0081ac6af82fcecd807478a73c95d177
parent1dab2dab0663baf72c6ff7c82acc20ad7212df43 (diff)
downloadaur-5e099c0d33b8e4f3ccf140643fd24a0725d54331.tar.gz
Replace blueprint-compiler-git with blueprint-compiler
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6273ab375647..522b8fc68cab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = gdm-settings
license = AGPL3
checkdepends = appstream-glib
makedepends = meson
- makedepends = blueprint-compiler-git
+ makedepends = blueprint-compiler
makedepends = gobject-introspection
depends = libadwaita
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index d91de54eb1b4..a57687e02c64 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=('meson' 'blueprint-compiler-git' 'gobject-introspection')
+makedepends=('meson' 'blueprint-compiler' 'gobject-introspection')
checkdepends=('appstream-glib')
backup=()
source=("${pkgname}-${__pkgver}.tar.gz"::"$url/archive/refs/tags/v${__pkgver}.tar.gz")