aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2022-01-13 13:45:42 +1000
committerAllan McRae <allan@archlinux.org>2022-01-13 13:45:42 +1000
commit49b08fa9d14a9cc06f01c624c644cb987ce97642 (patch)
tree176fc315974b31403c868c6c1c6a1d2e86b6a606
parent241c29f0ccf59f0b3bd1ca0904b776a9cb7a9e04 (diff)
libmakepkg/autodep: fix module name
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--scripts/libmakepkg/autodep/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libmakepkg/autodep/meson.build b/scripts/libmakepkg/autodep/meson.build
index 08c4c818..5d2f1526 100644
--- a/scripts/libmakepkg/autodep/meson.build
+++ b/scripts/libmakepkg/autodep/meson.build
@@ -1,4 +1,4 @@
-libmakepkg_module = 'tidy'
+libmakepkg_module = 'autodep'
sources = [
'library_depends.sh.in',