[pacman-dev] [PATCH] meson: fix regression that broke building libmakepkg

Eli Schwartz eschwartz at archlinux.org
Mon Jan 14 02:18:40 UTC 2019


In commit f7efa6a93d5361af610827d41045d87c7a72f2b5 we added a new file,
and also wired it up to the build systems, but it got added under the
wrong name in meson.build

Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
---

allanbrokeit when updating the pre-meson patch for meson. :p

 scripts/libmakepkg/lint_pkgbuild/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/libmakepkg/lint_pkgbuild/meson.build b/scripts/libmakepkg/lint_pkgbuild/meson.build
index 220f6a25..4ca414e4 100644
--- a/scripts/libmakepkg/lint_pkgbuild/meson.build
+++ b/scripts/libmakepkg/lint_pkgbuild/meson.build
@@ -8,7 +8,7 @@ sources = [
   'conflicts.sh.in',
   'depends.sh.in',
   'epoch.sh.in',
-  'fullversion.sh.in',
+  'fullpkgver.sh.in',
   'install.sh.in',
   'makedepends.sh.in',
   'optdepends.sh.in',
-- 
2.20.1


More information about the pacman-dev mailing list